| 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.
|
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 |
|---|---|
static <T> BatchOperation<T> |
BatchOperation.createAddObject(T body) |
static <T> BatchOperation<T> |
BatchOperation.createDelete(T body) |
static <T> BatchOperation<T> |
BatchOperation.createDeleteObject(T body) |
static <T> BatchOperation<T> |
BatchOperation.createPartialUpdateObject(T body) |
static <T> BatchOperation<T> |
BatchOperation.createPartialUpdateObjectNoCreate(T body) |
static <T> BatchOperation<T> |
BatchOperation.createUpdateObject(T body) |
BatchOperation<T> |
BatchOperation.setAction(String action) |
BatchOperation<T> |
BatchOperation.setBody(T body) |
BatchOperation<T> |
BatchOperation.setIndexName(String indexName) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchOperation<T>> |
BatchRequest.getRequests() |
| Constructor and Description |
|---|
BatchRequest(List<BatchOperation<T>> requests) |
Copyright © 2019. All rights reserved.