| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.inputs.batch | |
| com.algolia.search.objects |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncIndex<T> |
class |
Index<T> |
| Constructor and Description |
|---|
BatchAddObjectOperation(AbstractIndex<T> index,
T body) |
BatchClearIndexOperation(AbstractIndex<?> index) |
BatchDeleteIndexOperation(AbstractIndex<?> index) |
BatchDeleteObjectOperation(AbstractIndex<?> index,
String objectID) |
BatchPartialUpdateObjectNoCreateOperation(AbstractIndex<T> index,
T body) |
BatchPartialUpdateObjectOperation(AbstractIndex<T> index,
T body) |
BatchUpdateObjectOperation(AbstractIndex<T> index,
T body) |
| Constructor and Description |
|---|
IndexQuery(AbstractIndex<?> index,
Query query) |
Copyright © 2016. All rights reserved.