static <T> MultiResponse |
AccountClient.copyIndex(SearchIndex<T> sourceIndex,
SearchIndex<T> destinationIndex) |
The method copy settings, synonyms, rules and objects from the source index to the destination
index
|
static <T> MultiResponse |
AccountClient.copyIndex(SearchIndex<T> sourceIndex,
SearchIndex<T> destinationIndex,
RequestOptions requestOptions) |
The method copy settings, synonyms, rules and objects from the source index to the destination
index
|
static <T> CompletableFuture<MultiResponse> |
AccountClient.copyIndexAsync(SearchIndex<T> sourceIndex,
SearchIndex<T> destinationIndex) |
The method copy settings, synonyms, rules and objects from the source index to the destination
index
|
static <T> CompletableFuture<MultiResponse> |
AccountClient.copyIndexAsync(SearchIndex<T> sourceIndex,
SearchIndex<T> destinationIndex,
RequestOptions requestOptions) |
The method copy settings, synonyms, rules and objects from the source index to the destination
index
|