Uses of Class
com.azure.search.documents.indexes.models.StopAnalyzer
Packages that use StopAnalyzer
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of StopAnalyzer in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return StopAnalyzerModifier and TypeMethodDescriptionstatic StopAnalyzerStopAnalyzer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StopAnalyzer from the JsonReader.StopAnalyzer.setStopwords(String... stopwords) Set the stopwords property: A list of stopwords.StopAnalyzer.setStopwords(List<String> stopwords) Set the stopwords property: A list of stopwords.