Class QuerySpellerType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<QuerySpellerType>
com.azure.search.documents.models.QuerySpellerType
public final class QuerySpellerType
extends com.azure.core.util.ExpandableStringEnum<QuerySpellerType>
Defines values for QuerySpellerType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QuerySpellerType
Static value lexicon for QuerySpellerType.static final QuerySpellerType
Static value none for QuerySpellerType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QuerySpellerType
fromString
(String name) Creates or finds a QuerySpellerType from its string representation.static Collection<QuerySpellerType>
values()
Gets known QuerySpellerType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value none for QuerySpellerType. -
LEXICON
Static value lexicon for QuerySpellerType.
-
-
Constructor Details
-
QuerySpellerType
public QuerySpellerType()
-
-
Method Details
-
fromString
Creates or finds a QuerySpellerType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding QuerySpellerType.
-
values
Gets known QuerySpellerType values.- Returns:
- known QuerySpellerType values.
-