Uses of Enum
com.azure.search.documents.indexes.models.MicrosoftTokenizerLanguage
Packages that use MicrosoftTokenizerLanguage
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of MicrosoftTokenizerLanguage in com.azure.search.documents.indexes.models
Subclasses with type arguments of type MicrosoftTokenizerLanguage in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionenumLists the languages supported by the Microsoft language tokenizer.Methods in com.azure.search.documents.indexes.models that return MicrosoftTokenizerLanguageModifier and TypeMethodDescriptionstatic MicrosoftTokenizerLanguageMicrosoftTokenizerLanguage.fromString(String value) Parses a serialized value to a MicrosoftTokenizerLanguage instance.MicrosoftLanguageTokenizer.getLanguage()Get the language property: The language to use.static MicrosoftTokenizerLanguageReturns the enum constant of this type with the specified name.static MicrosoftTokenizerLanguage[]MicrosoftTokenizerLanguage.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.search.documents.indexes.models with parameters of type MicrosoftTokenizerLanguageModifier and TypeMethodDescriptionMicrosoftLanguageTokenizer.setLanguage(MicrosoftTokenizerLanguage language) Set the language property: The language to use.