Uses of Class
com.azure.search.documents.indexes.models.LengthTokenFilter
Packages that use LengthTokenFilter
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of LengthTokenFilter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return LengthTokenFilterModifier and TypeMethodDescriptionLengthTokenFilter.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.