| 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 |
|---|---|
SynonymMap |
SearchIndexClient.createOrUpdateSynonymMap(SynonymMap synonymMap)
Creates a new Azure Cognitive Search synonym map or updates a synonym map if it already exists.
|
SynonymMap |
SearchIndexClient.createSynonymMap(SynonymMap synonymMap)
Creates a new Azure Cognitive Search synonym map.
|
SynonymMap |
SearchIndexClient.getSynonymMap(String synonymMapName)
Retrieves a synonym map definition.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<SynonymMap> |
SearchIndexAsyncClient.createOrUpdateSynonymMap(SynonymMap synonymMap)
Creates a new Azure Cognitive Search synonym map or updates a synonym map if it already exists.
|
SynonymMap |
SearchIndexClient.createOrUpdateSynonymMap(SynonymMap synonymMap)
Creates a new Azure Cognitive Search synonym map or updates a synonym map if it already exists.
|
Mono<com.azure.core.http.rest.Response<SynonymMap>> |
SearchIndexAsyncClient.createOrUpdateSynonymMapWithResponse(SynonymMap synonymMap,
boolean onlyIfUnchanged)
Creates a new Azure Cognitive Search synonym map or updates a synonym map if it already exists.
|
com.azure.core.http.rest.Response<SynonymMap> |
SearchIndexClient.createOrUpdateSynonymMapWithResponse(SynonymMap synonymMap,
boolean onlyIfUnchanged,
com.azure.core.util.Context context)
Creates a new Azure Cognitive Search synonym map or updates a synonym map if it already exists.
|
Mono<SynonymMap> |
SearchIndexAsyncClient.createSynonymMap(SynonymMap synonymMap)
Creates a new Azure Cognitive Search synonym map.
|
SynonymMap |
SearchIndexClient.createSynonymMap(SynonymMap synonymMap)
Creates a new Azure Cognitive Search synonym map.
|
Mono<com.azure.core.http.rest.Response<SynonymMap>> |
SearchIndexAsyncClient.createSynonymMapWithResponse(SynonymMap synonymMap)
Creates a new Azure Cognitive Search synonym map.
|
com.azure.core.http.rest.Response<SynonymMap> |
SearchIndexClient.createSynonymMapWithResponse(SynonymMap synonymMap,
com.azure.core.util.Context context)
Creates a new Azure Cognitive Search synonym map.
|
Mono<com.azure.core.http.rest.Response<Void>> |
SearchIndexAsyncClient.deleteSynonymMapWithResponse(SynonymMap synonymMap,
boolean onlyIfUnchanged)
Deletes an Azure Cognitive Search synonym map.
|
com.azure.core.http.rest.Response<Void> |
SearchIndexClient.deleteSynonymMapWithResponse(SynonymMap synonymMap,
boolean onlyIfUnchanged,
com.azure.core.util.Context context)
Deletes an Azure Cognitive Search synonym map.
|
| Modifier and Type | Method and Description |
|---|---|
SynonymMap |
SynonymMap.setEncryptionKey(SearchResourceEncryptionKey encryptionKey)
Set the encryptionKey property: A description of an encryption key that
you create in Azure Key Vault.
|
SynonymMap |
SynonymMap.setETag(String eTag)
Set the eTag property: The ETag of the synonym map.
|
SynonymMap |
SynonymMap.setSynonyms(String synonyms)
Set the synonyms property: A series of synonym rules in the specified
synonym map format.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.