Class QuerySuggestionsConfigurationWithIndex
java.lang.Object
com.algolia.model.querysuggestions.QuerySuggestionsConfigurationWithIndex
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.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
-
QuerySuggestionsConfigurationWithIndex
public QuerySuggestionsConfigurationWithIndex()
-
-
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
public QuerySuggestionsConfigurationWithIndex setEnablePersonalization(Boolean enablePersonalization) -
getEnablePersonalization
Whether to turn on personalized query suggestions. -
setAllowSpecialCharacters
public QuerySuggestionsConfigurationWithIndex setAllowSpecialCharacters(Boolean allowSpecialCharacters) -
getAllowSpecialCharacters
Whether to include suggestions with special characters. -
setIndexName
-
getIndexName
Name of the Query Suggestions index. -
equals
-
hashCode
public int hashCode() -
toString
-