Uses of Enum
com.azure.search.documents.indexes.models.MicrosoftStemmingTokenizerLanguage
Packages that use MicrosoftStemmingTokenizerLanguage
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of MicrosoftStemmingTokenizerLanguage in com.azure.search.documents.indexes.models
Subclasses with type arguments of type MicrosoftStemmingTokenizerLanguage in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionenumLists the languages supported by the Microsoft language stemming tokenizer.Methods in com.azure.search.documents.indexes.models that return MicrosoftStemmingTokenizerLanguageModifier and TypeMethodDescriptionMicrosoftStemmingTokenizerLanguage.fromString(String value) Parses a serialized value to a MicrosoftStemmingTokenizerLanguage instance.MicrosoftLanguageStemmingTokenizer.getLanguage()Get the language property: The language to use.Returns the enum constant of this type with the specified name.static MicrosoftStemmingTokenizerLanguage[]MicrosoftStemmingTokenizerLanguage.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 MicrosoftStemmingTokenizerLanguageModifier and TypeMethodDescriptionMicrosoftLanguageStemmingTokenizer.setLanguage(MicrosoftStemmingTokenizerLanguage language) Set the language property: The language to use.