Class QuerySuggestionsConfiguration
java.lang.Object
com.algolia.model.querysuggestions.QuerySuggestionsConfiguration
Query Suggestions configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExclude(String excludeItem) addSourceIndices(SourceIndex sourceIndicesItem) booleanWhether to include suggestions with special characters.Whether to turn on personalized query suggestions.Get excludeGet languagesAlgolia indices from which to get the popular searches for query suggestions.inthashCode()setAllowSpecialCharacters(Boolean allowSpecialCharacters) setEnablePersonalization(Boolean enablePersonalization) setExclude(List<String> exclude) setLanguages(Languages languages) setSourceIndices(List<SourceIndex> sourceIndices) toString()
-
Constructor Details
-
QuerySuggestionsConfiguration
public QuerySuggestionsConfiguration()
-
-
Method Details
-
setSourceIndices
-
addSourceIndices
-
getSourceIndices
Algolia indices from which to get the popular searches for query suggestions. -
setLanguages
-
getLanguages
Get languages -
setExclude
-
addExclude
-
getExclude
Get exclude -
setEnablePersonalization
-
getEnablePersonalization
Whether to turn on personalized query suggestions. -
setAllowSpecialCharacters
-
getAllowSpecialCharacters
Whether to include suggestions with special characters. -
equals
-
hashCode
public int hashCode() -
toString
-