| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.objects.tasks.sync |
| Modifier and Type | Method and Description |
|---|---|
TaskSingleIndex |
Index.addObjects(List<T> objects)
Add several objects
|
TaskSingleIndex |
Index.batch(List<BatchOperation> operations)
Custom batch
|
TaskSingleIndex |
Index.deleteObjects(List<String> objectIDs)
Delete objects from the index
|
TaskSingleIndex |
Index.partialUpdateObject(PartialUpdateOperation operation)
Partially update an object, create the object if it does not exist
|
TaskSingleIndex |
Index.partialUpdateObject(PartialUpdateOperation operation,
boolean createIfNotExists)
Partially update an object
|
TaskSingleIndex |
Index.partialUpdateObject(String objectID,
Object object)
Partially update an object
|
TaskSingleIndex |
Index.partialUpdateObjects(List<Object> objects)
Partially update a objects
|
TaskSingleIndex |
Index.saveObjects(List<T> objects)
Override the content the list of objects
|
| Modifier and Type | Method and Description |
|---|---|
TaskSingleIndex |
TaskSingleIndex.setAPIClient(APIClient apiClient) |
TaskSingleIndex |
TaskSingleIndex.setIndex(String indexName) |
TaskSingleIndex |
TaskSingleIndex.setObjectIDs(List<String> objectIDs) |
Copyright © 2016. All rights reserved.