| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.iterators |
| Modifier and Type | Method and Description |
|---|---|
SearchIndex<?> |
SearchClient.initIndex(String indexName)
Get the index object initialized (no server call needed for initialization)
|
<T> SearchIndex<T> |
SearchClient.initIndex(String indexName,
Class<T> clazz)
Get the index object initialized (no server call needed for initialization)
|
| 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)
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> 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)
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
|
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
|
Copyright © 2019. All rights reserved.