| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.indexing |
| Modifier and Type | Method and Description |
|---|---|
default <T> MultipleIndexBatchIndexingResponse |
SearchClientMultipleOperations.multipleBatch(List<BatchOperation<T>> operations)
Perform multiple write operations, potentially targeting multiple indices, in a single API
call.
|
default <T> MultipleIndexBatchIndexingResponse |
SearchClientMultipleOperations.multipleBatch(List<BatchOperation<T>> operations,
RequestOptions requestOptions)
Perform multiple write operations, potentially targeting multiple indices, in a single API
call.
|
| Modifier and Type | Method and Description |
|---|---|
default <T> CompletableFuture<MultipleIndexBatchIndexingResponse> |
SearchClientMultipleOperations.multipleBatchAsync(List<BatchOperation<T>> operations)
Perform multiple write operations, potentially targeting multiple indices, in a single API
call.
|
default <T> CompletableFuture<MultipleIndexBatchIndexingResponse> |
SearchClientMultipleOperations.multipleBatchAsync(List<BatchOperation<T>> operations,
RequestOptions requestOptions)
Perform multiple write operations, potentially targeting multiple indices, in a single API
call.
|
| Modifier and Type | Method and Description |
|---|---|
MultipleIndexBatchIndexingResponse |
MultipleIndexBatchIndexingResponse.setObjectIDs(List<String> objectIDs) |
MultipleIndexBatchIndexingResponse |
MultipleIndexBatchIndexingResponse.setTaskID(Map<String,Long> taskID) |
Copyright © 2019. All rights reserved.