Uses of Class
com.azure.search.documents.indexes.models.StopwordsTokenFilter
Packages that use StopwordsTokenFilter
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of StopwordsTokenFilter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return StopwordsTokenFilterModifier and TypeMethodDescriptionstatic StopwordsTokenFilterStopwordsTokenFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StopwordsTokenFilter from the JsonReader.StopwordsTokenFilter.setCaseIgnored(Boolean caseIgnored) Set the caseIgnored 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 trailingStopWordsRemoved property: A value indicating whether to ignore the last search term if it's a stop word.