Uses of Class
com.azure.search.documents.indexes.models.AnalyzedTokenInfo
Packages that use AnalyzedTokenInfo
Package
Description
Azure AI Search, formerly known as "Azure AI Search", provides secure information retrieval at scale over
user-owned content in traditional and conversational search applications.
Package containing the data models for SearchServiceClient.
-
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. -
Uses of AnalyzedTokenInfo in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return AnalyzedTokenInfoModifier and TypeMethodDescriptionstatic AnalyzedTokenInfoAnalyzedTokenInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AnalyzedTokenInfo from the JsonReader.