Uses of Class
com.azure.search.documents.indexes.models.LengthTokenFilter
Packages that use LengthTokenFilter
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of LengthTokenFilter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return LengthTokenFilterModifier and TypeMethodDescriptionstatic LengthTokenFilterLengthTokenFilter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LengthTokenFilter from the JsonReader.LengthTokenFilter.setMaxLength(Integer maxLength) Set the maxLength property: The maximum length in characters.LengthTokenFilter.setMinLength(Integer minLength) Set the minLength property: The minimum length in characters.