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