Uses of Class
com.azure.search.documents.indexes.models.SearchAlias
Packages that use SearchAlias
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 SearchAlias in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes that return SearchAliasModifier and TypeMethodDescriptionSearchIndexClient.createAlias
(SearchAlias alias) Creates a new Azure Cognitive Search alias.SearchIndexClient.createOrUpdateAlias
(SearchAlias alias) Creates or updates an Azure Cognitive Search alias.Gets the Azure Cognitive Search alias.Methods in com.azure.search.documents.indexes that return types with arguments of type SearchAliasModifier and TypeMethodDescriptionSearchIndexAsyncClient.createAlias
(SearchAlias alias) Creates a new Azure Cognitive Search alias.Mono<com.azure.core.http.rest.Response<SearchAlias>>
SearchIndexAsyncClient.createAliasWithResponse
(SearchAlias alias) Creates a new Azure Cognitive Search alias.com.azure.core.http.rest.Response<SearchAlias>
SearchIndexClient.createAliasWithResponse
(SearchAlias alias, com.azure.core.util.Context context) Creates a new Azure Cognitive Search alias.SearchIndexAsyncClient.createOrUpdateAlias
(SearchAlias alias) Creates or updates an Azure Cognitive Search alias.Mono<com.azure.core.http.rest.Response<SearchAlias>>
SearchIndexAsyncClient.createOrUpdateAliasWithResponse
(SearchAlias alias, boolean onlyIfUnchanged) Creates or updates an Azure Cognitive Search alias.com.azure.core.http.rest.Response<SearchAlias>
SearchIndexClient.createOrUpdateAliasWithResponse
(SearchAlias alias, boolean onlyIfUnchanged, com.azure.core.util.Context context) Creates or updates an Azure Cognitive Search alias.Gets the Azure Cognitive Search alias.Mono<com.azure.core.http.rest.Response<SearchAlias>>
SearchIndexAsyncClient.getAliasWithResponse
(String aliasName) Gets the Azure Cognitive Search alias.com.azure.core.http.rest.Response<SearchAlias>
SearchIndexClient.getAliasWithResponse
(String aliasName, com.azure.core.util.Context context) Gets the Azure Cognitive Search alias.com.azure.core.http.rest.PagedFlux<SearchAlias>
SearchIndexAsyncClient.listAliases()
Lists all aliases in the Azure Cognitive Search service.com.azure.core.http.rest.PagedIterable<SearchAlias>
SearchIndexClient.listAliases()
Lists all aliases in the Azure Cognitive Search service.com.azure.core.http.rest.PagedIterable<SearchAlias>
SearchIndexClient.listAliases
(com.azure.core.util.Context context) Lists all aliases in the Azure Cognitive Search service.Methods in com.azure.search.documents.indexes with parameters of type SearchAliasModifier and TypeMethodDescriptionSearchIndexAsyncClient.createAlias
(SearchAlias alias) Creates a new Azure Cognitive Search alias.SearchIndexClient.createAlias
(SearchAlias alias) Creates a new Azure Cognitive Search alias.Mono<com.azure.core.http.rest.Response<SearchAlias>>
SearchIndexAsyncClient.createAliasWithResponse
(SearchAlias alias) Creates a new Azure Cognitive Search alias.com.azure.core.http.rest.Response<SearchAlias>
SearchIndexClient.createAliasWithResponse
(SearchAlias alias, com.azure.core.util.Context context) Creates a new Azure Cognitive Search alias.SearchIndexAsyncClient.createOrUpdateAlias
(SearchAlias alias) Creates or updates an Azure Cognitive Search alias.SearchIndexClient.createOrUpdateAlias
(SearchAlias alias) Creates or updates an Azure Cognitive Search alias.Mono<com.azure.core.http.rest.Response<SearchAlias>>
SearchIndexAsyncClient.createOrUpdateAliasWithResponse
(SearchAlias alias, boolean onlyIfUnchanged) Creates or updates an Azure Cognitive Search alias.com.azure.core.http.rest.Response<SearchAlias>
SearchIndexClient.createOrUpdateAliasWithResponse
(SearchAlias alias, boolean onlyIfUnchanged, com.azure.core.util.Context context) Creates or updates an Azure Cognitive Search alias.SearchIndexAsyncClient.deleteAliasWithResponse
(SearchAlias alias, boolean onlyIfUnchanged) Deletes the Azure Cognitive Search alias.com.azure.core.http.rest.Response<Void>
SearchIndexClient.deleteAliasWithResponse
(SearchAlias alias, boolean onlyIfUnchanged, com.azure.core.util.Context context) Deletes the Azure Cognitive Search alias. -
Uses of SearchAlias in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchAliasModifier and TypeMethodDescriptionSet the eTag property: The ETag of the alias.