Uses of Class
com.azure.search.documents.indexes.models.LuceneStandardAnalyzer
Packages that use LuceneStandardAnalyzer
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of LuceneStandardAnalyzer in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return LuceneStandardAnalyzerModifier and TypeMethodDescriptionLuceneStandardAnalyzer.setMaxTokenLength
(Integer maxTokenLength) Set the maxTokenLength property: The maximum token length.LuceneStandardAnalyzer.setStopwords
(String... stopwords) Set the stopwords property: A list of stopwords.LuceneStandardAnalyzer.setStopwords
(List<String> stopwords) Set the stopwords property: A list of stopwords.