| Package | Description |
|---|---|
| com.algolia.search |
| Modifier and Type | Method and Description |
|---|---|
<E> BatchResponse |
SearchIndex.batch(BatchRequest<E> request)
Perform several indexing operations in one API call.
|
<E> BatchResponse |
SearchIndex.batch(BatchRequest<E> request,
RequestOptions requestOptions)
Perform several indexing operations in one API call.
|
<E> CompletableFuture<BatchResponse> |
SearchIndex.batchAsync(BatchRequest<E> request)
Perform several indexing operations in one API call.
|
<E> CompletableFuture<BatchResponse> |
SearchIndex.batchAsync(BatchRequest<E> request,
RequestOptions requestOptions)
Perform several indexing operations in one API call.
|
Copyright © 2019. All rights reserved.