Uses of Class
com.azure.search.documents.indexes.models.MicrosoftLanguageStemmingTokenizer
Packages that use MicrosoftLanguageStemmingTokenizer
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of MicrosoftLanguageStemmingTokenizer in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return MicrosoftLanguageStemmingTokenizerModifier and TypeMethodDescriptionMicrosoftLanguageStemmingTokenizer.setIsSearchTokenizerUsed
(Boolean isSearchTokenizerUsed) Set the isSearchTokenizer property: A value indicating how the tokenizer is used.MicrosoftLanguageStemmingTokenizer.setLanguage
(MicrosoftStemmingTokenizerLanguage language) Set the language property: The language to use.MicrosoftLanguageStemmingTokenizer.setMaxTokenLength
(Integer maxTokenLength) Set the maxTokenLength property: The maximum token length.