Uses of Class
com.azure.search.documents.indexes.models.StopwordsTokenFilter
Packages that use StopwordsTokenFilter
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of StopwordsTokenFilter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return StopwordsTokenFilterModifier and TypeMethodDescriptionStopwordsTokenFilter.setCaseIgnored
(Boolean caseIgnored) Set the ignoreCase property: A value indicating whether to ignore case.StopwordsTokenFilter.setStopwords
(String... stopwords) Set the stopwords property: The list of stopwords.StopwordsTokenFilter.setStopwords
(List<String> stopwords) Set the stopwords property: The list of stopwords.StopwordsTokenFilter.setStopwordsList
(StopwordsList stopwordsList) Set the stopwordsList property: A predefined list of stopwords to use.StopwordsTokenFilter.setTrailingStopWordsRemoved
(Boolean trailingStopWordsRemoved) Set the removeTrailingStopWords property: A value indicating whether to ignore the last search term if it's a stop word.