Class QuerySuggestionsConfigurationResponse
java.lang.Object
com.algolia.model.querysuggestions.QuerySuggestionsConfigurationResponse
API response for retrieving Query Suggestions configurations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExclude(String excludeItem) addSourceIndices(SourceIndex sourceIndicesItem) booleanWhether to include suggestions with special characters.getAppID()Algolia application ID to which this Query Suggestions configuration belongs.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
-
QuerySuggestionsConfigurationResponse
public QuerySuggestionsConfigurationResponse()
-
-
Method Details
-
setAppID
-
getAppID
Algolia application ID to which this Query Suggestions configuration belongs. -
setIndexName
-
getIndexName
Name of the Query Suggestions index (case-sensitive). -
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 QuerySuggestionsConfigurationResponse setEnablePersonalization(Boolean enablePersonalization) -
getEnablePersonalization
Whether to turn on personalized query suggestions. -
setAllowSpecialCharacters
public QuerySuggestionsConfigurationResponse setAllowSpecialCharacters(Boolean allowSpecialCharacters) -
getAllowSpecialCharacters
Whether to include suggestions with special characters. -
equals
-
hashCode
public int hashCode() -
toString
-