Uses of Class
com.azure.search.documents.indexes.models.AnalyzedTokenInfo
Packages that use AnalyzedTokenInfo
Package
Description
Package containing classes for creating
SearchIndexClient
,
SearchIndexAsyncClient
,
SearchIndexerClient
, or
SearchIndexerAsyncClient
used to perform resource management operations
on an Azure Cognitive Search service.-
Uses of AnalyzedTokenInfo in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes that return types with arguments of type AnalyzedTokenInfoModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<AnalyzedTokenInfo>
SearchIndexAsyncClient.analyzeText
(String indexName, AnalyzeTextOptions analyzeTextOptions) Shows how an analyzer breaks text into tokens.com.azure.core.http.rest.PagedIterable<AnalyzedTokenInfo>
SearchIndexClient.analyzeText
(String indexName, AnalyzeTextOptions analyzeTextOptions) Shows how an analyzer breaks text into tokens.com.azure.core.http.rest.PagedIterable<AnalyzedTokenInfo>
SearchIndexClient.analyzeText
(String indexName, AnalyzeTextOptions analyzeTextOptions, com.azure.core.util.Context context) Shows how an analyzer breaks text into tokens.