Uses of Class
com.azure.search.documents.indexes.models.AnalyzeTextOptions
Packages that use AnalyzeTextOptions
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 AnalyzeTextOptions in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes with parameters of type AnalyzeTextOptionsModifier 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 AnalyzeTextOptions in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return AnalyzeTextOptionsModifier and TypeMethodDescriptionAnalyzeTextOptions.setCharFilters(CharFilterName... charFilters) Set the charFilters property: An optional list of character filters to use when breaking the given text.AnalyzeTextOptions.setTokenFilters(TokenFilterName... tokenFilters) Set the tokenFilters property: An optional list of token filters to use when breaking the given text.