| Package | Description |
|---|---|
| com.azure.search.documents.indexes |
Package containing classes for creating
SearchIndexClient,
SearchIndexAsyncClient,
SearchIndexerClient, or
SearchIndexerAsyncClient used to perform resource management operations
on an Azure Cognitive Search service. |
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
com.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.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyzeTextOptions |
AnalyzeTextOptions.setCharFilters(CharFilterName... charFilters)
Set the charFilters property: An optional list of character filters to
use when breaking the given text.
|
AnalyzeTextOptions |
AnalyzeTextOptions.setTokenFilters(TokenFilterName... tokenFilters)
Set the tokenFilters property: An optional list of token filters to use
when breaking the given text.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.