Uses of Class
com.azure.search.documents.indexes.models.StopAnalyzer
Packages that use StopAnalyzer
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of StopAnalyzer in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return StopAnalyzerModifier and TypeMethodDescriptionStopAnalyzer.setStopwords
(String... stopwords) Set the stopwords property: A list of stopwords.StopAnalyzer.setStopwords
(List<String> stopwords) Set the stopwords property: A list of stopwords.