| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.objects.tasks.async |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AsyncTaskIndexing> |
AsyncObjects.addObject(String objectID,
T object)
Add an object in this index with a unique identifier
|
default CompletableFuture<AsyncTaskIndexing> |
AsyncObjects.addObject(String objectID,
T object,
RequestOptions requestOptions)
Add an object in this index with a unique identifier
|
default CompletableFuture<AsyncTaskIndexing> |
AsyncObjects.addObject(T object)
Add an object in this index
|
default CompletableFuture<AsyncTaskIndexing> |
AsyncObjects.addObject(T object,
RequestOptions requestOptions)
Add an object in this index
|
| Modifier and Type | Method and Description |
|---|---|
AsyncTaskIndexing |
AsyncTaskIndexing.setIndex(String indexName) |
AsyncTaskIndexing |
AsyncTaskIndexing.setObjectID(String objectID) |
Copyright © 2018. All rights reserved.