| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.indexing |
| Modifier and Type | Method and Description |
|---|---|
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
|
MultiResponse |
SearchIndex.replaceAllObjects(Iterable<T> data)
Push a new set of objects and remove all previous ones.
|
MultiResponse |
SearchIndex.replaceAllObjects(Iterable<T> data,
boolean safe)
Push a new set of objects and remove all previous ones.
|
MultiResponse |
SearchIndex.replaceAllObjects(Iterable<T> data,
RequestOptions requestOptions,
boolean safe)
Push a new set of objects and remove all previous ones.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
CompletableFuture<MultiResponse> |
SearchIndex.replaceAllObjectsAsync(Iterable<T> data)
Push a new set of objects and remove all previous ones.
|
CompletableFuture<MultiResponse> |
SearchIndex.replaceAllObjectsAsync(Iterable<T> data,
boolean safe)
Push a new set of objects and remove all previous ones.
|
CompletableFuture<MultiResponse> |
SearchIndex.replaceAllObjectsAsync(Iterable<T> data,
RequestOptions requestOptions,
boolean safe)
Push a new set of objects and remove all previous ones.
|
| Modifier and Type | Method and Description |
|---|---|
MultiResponse |
MultiResponse.setResponses(List<WaitableResponse> responses) |
Copyright © 2019. All rights reserved.