Uses of Class
com.azure.search.documents.indexes.models.SynonymMap
Packages that use SynonymMap
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 SynonymMap in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes that return SynonymMapModifier and TypeMethodDescriptionSearchIndexClient.createOrUpdateSynonymMap
(SynonymMap synonymMap) Creates a new Azure Cognitive Search synonym map or updates a synonym map if it already exists.SearchIndexClient.createSynonymMap
(SynonymMap synonymMap) Creates a new Azure Cognitive Search synonym map.SearchIndexClient.getSynonymMap
(String synonymMapName) Retrieves a synonym map definition.Methods in com.azure.search.documents.indexes that return types with arguments of type SynonymMapModifier and TypeMethodDescriptionSearchIndexAsyncClient.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.SearchIndexAsyncClient.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.SearchIndexAsyncClient.getSynonymMap
(String synonymMapName) Retrieves a synonym map definition.Mono<com.azure.core.http.rest.Response<SynonymMap>>
SearchIndexAsyncClient.getSynonymMapWithResponse
(String synonymMapName) Retrieves a synonym map definition.com.azure.core.http.rest.Response<SynonymMap>
SearchIndexClient.getSynonymMapWithResponse
(String synonymMapName, com.azure.core.util.Context context) Retrieves a synonym map definition.com.azure.core.http.rest.PagedFlux<SynonymMap>
SearchIndexAsyncClient.listSynonymMaps()
Lists all synonym maps available for an Azure Cognitive Search service.com.azure.core.http.rest.PagedIterable<SynonymMap>
SearchIndexClient.listSynonymMaps()
Lists all synonym maps available for an Azure Cognitive Search service.com.azure.core.http.rest.PagedIterable<SynonymMap>
SearchIndexClient.listSynonymMaps
(com.azure.core.util.Context context) Lists all synonym maps available for an Azure Cognitive Search service.Methods in com.azure.search.documents.indexes with parameters of type SynonymMapModifier and TypeMethodDescriptionSearchIndexAsyncClient.createOrUpdateSynonymMap
(SynonymMap synonymMap) Creates a new Azure Cognitive Search synonym map or updates a synonym map if it already exists.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.SearchIndexAsyncClient.createSynonymMap
(SynonymMap synonymMap) Creates a new Azure Cognitive Search synonym map.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.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. -
Uses of SynonymMap in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SynonymMapModifier and TypeMethodDescriptionstatic SynonymMap
SynonymMap.createFromFile
(String name, Path filePath) Creates a new instance of SynonymMap with synonyms read from the passed file.SynonymMap.setEncryptionKey
(SearchResourceEncryptionKey encryptionKey) Set the encryptionKey property: A description of an encryption key that you create in Azure Key Vault.Set the eTag property: The ETag of the synonym map.SynonymMap.setSynonyms
(String synonyms) Set the synonyms property: A series of synonym rules in the specified synonym map format.