Uses of Class
com.azure.search.documents.indexes.models.CommonGramTokenFilter
Packages that use CommonGramTokenFilter
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of CommonGramTokenFilter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return CommonGramTokenFilterModifier and TypeMethodDescriptionstatic CommonGramTokenFilterCommonGramTokenFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CommonGramTokenFilter from the JsonReader.CommonGramTokenFilter.setCaseIgnored(Boolean caseIgnored) Set the caseIgnored property: A value indicating whether common words matching will be case insensitive.CommonGramTokenFilter.setQueryModeUsed(Boolean queryModeUsed) Set the queryModeUsed property: A value that indicates whether the token filter is in query mode.