Uses of Class
com.azure.search.documents.indexes.models.LimitTokenFilter
Packages that use LimitTokenFilter
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of LimitTokenFilter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return LimitTokenFilterModifier and TypeMethodDescriptionLimitTokenFilter.setAllTokensConsumed
(Boolean allTokensConsumed) Set the consumeAllTokens property: A value indicating whether all tokens from the input must be consumed even if maxTokenCount is reached.LimitTokenFilter.setMaxTokenCount
(Integer maxTokenCount) Set the maxTokenCount property: The maximum number of tokens to produce.