Uses of Class
com.azure.search.documents.indexes.models.SynonymTokenFilter
Packages that use SynonymTokenFilter
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SynonymTokenFilter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SynonymTokenFilterModifier and TypeMethodDescriptionSynonymTokenFilter.setCaseIgnored
(Boolean caseIgnored) Set the ignoreCase property: A value indicating whether to case-fold input for matching.Set the expand property: A value indicating whether all words in the list of synonyms (if => notation is not used) will map to one another.