Uses of Class
com.azure.search.documents.indexes.models.AnalyzeTextOptions
Packages that use AnalyzeTextOptions
Package
Description
Package containing classes for creating
SearchIndexClient
,
SearchIndexAsyncClient
,
SearchIndexerClient
, or
SearchIndexerAsyncClient
used to perform resource management operations
on an Azure Cognitive Search service.Package containing classes 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.