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