Uses of Class
com.azure.search.documents.indexes.models.LuceneStandardAnalyzer
Packages that use LuceneStandardAnalyzer
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of LuceneStandardAnalyzer in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return LuceneStandardAnalyzerModifier and TypeMethodDescriptionstatic LuceneStandardAnalyzerLuceneStandardAnalyzer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LuceneStandardAnalyzer from the JsonReader.LuceneStandardAnalyzer.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.