Uses of Class
com.azure.search.documents.models.QuerySpellerType
Packages that use QuerySpellerType
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of QuerySpellerType in com.azure.search.documents.models
Subclasses with type arguments of type QuerySpellerType in com.azure.search.documents.modelsModifier and TypeClassDescriptionfinal classImprove search recall by spell-correcting individual search query terms.Fields in com.azure.search.documents.models declared as QuerySpellerTypeModifier and TypeFieldDescriptionstatic final QuerySpellerTypeQuerySpellerType.LEXICONSpeller corrects individual query terms using a static lexicon for the language specified by the queryLanguage parameter.static final QuerySpellerTypeQuerySpellerType.NONESpeller not enabled.Methods in com.azure.search.documents.models that return QuerySpellerTypeModifier and TypeMethodDescriptionstatic QuerySpellerTypeQuerySpellerType.fromString(String name) Creates or finds a QuerySpellerType from its string representation.SearchOptions.getSpeller()Get the speller property: Improve search recall by spell-correcting individual search query terms.Methods in com.azure.search.documents.models that return types with arguments of type QuerySpellerTypeModifier and TypeMethodDescriptionstatic Collection<QuerySpellerType> QuerySpellerType.values()Gets known QuerySpellerType values.Methods in com.azure.search.documents.models with parameters of type QuerySpellerTypeModifier and TypeMethodDescriptionSearchOptions.setSpeller(QuerySpellerType speller) Set the speller property: Improve search recall by spell-correcting individual search query terms.