Uses of Class
com.azure.search.documents.indexes.models.SynonymMap
Packages that use SynonymMap
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 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 AI Search synonym map or updates a synonym map if it already exists.SearchIndexClient.createSynonymMap(SynonymMap synonymMap) Creates a new Azure AI 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 AI 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 AI 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 AI Search synonym map or updates a synonym map if it already exists.SearchIndexAsyncClient.createSynonymMap(SynonymMap synonymMap) Creates a new Azure AI Search synonym map.Mono<com.azure.core.http.rest.Response<SynonymMap>> SearchIndexAsyncClient.createSynonymMapWithResponse(SynonymMap synonymMap) Creates a new Azure AI Search synonym map.com.azure.core.http.rest.Response<SynonymMap> SearchIndexClient.createSynonymMapWithResponse(SynonymMap synonymMap, com.azure.core.util.Context context) Creates a new Azure AI 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 AI Search service.com.azure.core.http.rest.PagedIterable<SynonymMap> SearchIndexClient.listSynonymMaps()Lists all synonym maps available for an Azure AI 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 AI Search service.Methods in com.azure.search.documents.indexes with parameters of type SynonymMapModifier and TypeMethodDescriptionSearchIndexAsyncClient.createOrUpdateSynonymMap(SynonymMap synonymMap) Creates a new Azure AI Search synonym map or updates a synonym map if it already exists.SearchIndexClient.createOrUpdateSynonymMap(SynonymMap synonymMap) Creates a new Azure AI 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 AI 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 AI Search synonym map or updates a synonym map if it already exists.SearchIndexAsyncClient.createSynonymMap(SynonymMap synonymMap) Creates a new Azure AI Search synonym map.SearchIndexClient.createSynonymMap(SynonymMap synonymMap) Creates a new Azure AI Search synonym map.Mono<com.azure.core.http.rest.Response<SynonymMap>> SearchIndexAsyncClient.createSynonymMapWithResponse(SynonymMap synonymMap) Creates a new Azure AI Search synonym map.com.azure.core.http.rest.Response<SynonymMap> SearchIndexClient.createSynonymMapWithResponse(SynonymMap synonymMap, com.azure.core.util.Context context) Creates a new Azure AI Search synonym map.SearchIndexAsyncClient.deleteSynonymMapWithResponse(SynonymMap synonymMap, boolean onlyIfUnchanged) Deletes an Azure AI 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 AI 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 SynonymMapSynonymMap.createFromFile(String name, Path filePath) Creates a new instance of SynonymMap with synonyms read from the passed file.static SynonymMapSynonymMap.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SynonymMap from the JsonReader.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.