| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.iterators |
| Modifier and Type | Method and Description |
|---|---|
AsyncIndex<?> |
AsyncAPIClient.initIndex(String name)
Get the index object initialized (no server call needed for initialization)
|
<T> AsyncIndex<T> |
AsyncAPIClient.initIndex(String name,
Class<T> klass)
Get the index object initialized (no server call needed for initialization)
|
| Modifier and Type | Method and Description |
|---|---|
static <T> List<Long> |
AsyncAccountClient.copyIndex(AsyncIndex<T> sourceIndex,
AsyncIndex<T> destinationIndex)
Copies the 1st search_index into the second one.
|
static <T> List<Long> |
AsyncAccountClient.copyIndex(AsyncIndex<T> sourceIndex,
AsyncIndex<T> destinationIndex)
Copies the 1st search_index into the second one.
|
static <T> List<Long> |
AsyncAccountClient.copyIndex(AsyncIndex<T> sourceIndex,
AsyncIndex<T> destinationIndex,
RequestOptions requestOptions)
Copies the 1st search_index into the second one.
|
static <T> List<Long> |
AsyncAccountClient.copyIndex(AsyncIndex<T> sourceIndex,
AsyncIndex<T> destinationIndex,
RequestOptions requestOptions)
Copies the 1st search_index into the second one.
|
| Constructor and Description |
|---|
AsyncRulesIterable(AsyncIndex<?> index) |
AsyncRulesIterable(AsyncIndex<?> index,
Integer hitsPerPage) |
AsyncRulesIterator(AsyncIndex<?> index) |
AsyncRulesIterator(AsyncIndex<?> index,
Integer hitsPerPage) |
AsyncSynonymsIterable(AsyncIndex<?> index) |
AsyncSynonymsIterable(AsyncIndex<?> index,
Integer hitsPerPage) |
Copyright © 2018. All rights reserved.