| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.inputs.batch | |
| com.algolia.search.objects |
| Modifier and Type | Method and Description |
|---|---|
Index<?> |
APIClient.initIndex(String name)
Get the index object initialized (no server call needed for initialization)
|
<T> Index<T> |
APIClient.initIndex(String name,
Class<T> klass)
Get the index object initialized (no server call needed for initialization)
|
| Constructor and Description |
|---|
BatchAddObjectOperation(Index<T> index,
T body) |
BatchClearIndexOperation(Index<?> index) |
BatchDeleteIndexOperation(Index<?> index) |
BatchDeleteObjectOperation(Index<?> index,
String objectID) |
BatchPartialUpdateObjectNoCreateOperation(Index<T> index,
T body) |
BatchPartialUpdateObjectOperation(Index<T> index,
T body) |
BatchUpdateObjectOperation(Index<T> index,
T body) |
| Constructor and Description |
|---|
IndexQuery(Index<?> index,
Query query) |
Copyright © 2016. All rights reserved.