Uses of Class
com.azure.search.documents.indexes.models.SynonymTokenFilter
Packages that use SynonymTokenFilter
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SynonymTokenFilter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SynonymTokenFilterModifier and TypeMethodDescriptionstatic SynonymTokenFilterSynonymTokenFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SynonymTokenFilter from the JsonReader.SynonymTokenFilter.setCaseIgnored(Boolean caseIgnored) Set the caseIgnored 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.