public interface SearchCAConfigurationModel
| Modifier and Type | Method and Description |
|---|---|
int |
getAutocompleteResultsMaxTotal()
Gets the autocomplete max total allowed.
|
int |
getAutocompleteThreshold()
Gets the autocomplete trigger threshold.
|
Set<Filter> |
getFilters()
Retrieves set of query ready items.
|
String |
getHighlightTagName()
Retrieves the name of the tag which will be used to highlight text matches in resulting search content.
|
String |
getIndex()
Retrieves configured index value.
|
int |
getProjectId()
Retrieves configured project id.
|
boolean |
isAutocompleteEnabled()
Checks whether autocomplete feature is enabled.
|
boolean |
isAutoSuggestEnabled()
Checks whether auto suggest feature is enabled.
|
boolean |
isBestBetsEnabled()
Checks whether best bets feature is enabled.
|
default boolean |
isSearchResultItemTrackingEnabled()
Checks whether search result items click tracking is enabled.
|
String getIndex()
IllegalStateException - thrown when index value is blank.int getProjectId()
IllegalStateException - thrown when project id is blank.Set<Filter> getFilters()
String getHighlightTagName()
boolean isBestBetsEnabled()
boolean isAutoSuggestEnabled()
boolean isAutocompleteEnabled()
int getAutocompleteThreshold()
int getAutocompleteResultsMaxTotal()
default boolean isSearchResultItemTrackingEnabled()
Copyright © 2023. All rights reserved.