| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.indexing |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
<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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchResponse |
BatchResponse.setObjectIDs(List<String> objectIDs) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchResponse> |
BatchIndexingResponse.getResponses() |
| Modifier and Type | Method and Description |
|---|---|
BatchIndexingResponse |
BatchIndexingResponse.setResponses(List<BatchResponse> responses) |
| Constructor and Description |
|---|
BatchIndexingResponse(List<BatchResponse> responses) |
Copyright © 2019. All rights reserved.