Uses of Enum
com.azure.search.documents.indexes.models.StopwordsList
Packages that use StopwordsList
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of StopwordsList in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return StopwordsListModifier and TypeMethodDescriptionstatic StopwordsListStopwordsList.fromString(String value) Parses a serialized value to a StopwordsList instance.StopwordsTokenFilter.getStopwordsList()Get the stopwordsList property: A predefined list of stopwords to use.static StopwordsListReturns the enum constant of this type with the specified name.static StopwordsList[]StopwordsList.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.search.documents.indexes.models with parameters of type StopwordsListModifier and TypeMethodDescriptionStopwordsTokenFilter.setStopwordsList(StopwordsList stopwordsList) Set the stopwordsList property: A predefined list of stopwords to use.