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 Details

    • NONE

      public static final QuerySpellerType NONE
      Static value none for QuerySpellerType.
    • LEXICON

      public static final QuerySpellerType LEXICON
      Static value lexicon for QuerySpellerType.
  • Constructor Details

    • QuerySpellerType

      public QuerySpellerType()
  • Method Details

    • fromString

      public static QuerySpellerType fromString(String name)
      Creates or finds a QuerySpellerType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding QuerySpellerType.
    • values

      public static Collection<QuerySpellerType> values()
      Gets known QuerySpellerType values.
      Returns:
      known QuerySpellerType values.