Class ConfigurationWithIndex
java.lang.Object
com.algolia.model.querysuggestions.ConfigurationWithIndex
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 excludeName of the Query Suggestions index (case-sensitive).Get languagesAlgolia indices from which to get the popular searches for query suggestions.inthashCode()setAllowSpecialCharacters(Boolean allowSpecialCharacters) setEnablePersonalization(Boolean enablePersonalization) setExclude(List<String> exclude) setIndexName(String indexName) setLanguages(Languages languages) setSourceIndices(List<SourceIndex> sourceIndices) toString()
-
Constructor Details
-
ConfigurationWithIndex
public ConfigurationWithIndex()
-
-
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. -
setIndexName
-
getIndexName
Name of the Query Suggestions index (case-sensitive). -
equals
-
hashCode
public int hashCode() -
toString
-