| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.indexing |
| Modifier and Type | Method and Description |
|---|---|
default <T> MultipleGetObjectsResponse<T> |
SearchClientMultipleOperations.multipleGetObjects(List<MultipleGetObject> queries,
Class<T> clazz)
Retrieve one or more objects, potentially from different indices, in a single API call.
|
default <T> MultipleGetObjectsResponse<T> |
SearchClientMultipleOperations.multipleGetObjects(List<MultipleGetObject> queries,
Class<T> clazz,
RequestOptions requestOptions)
Retrieve one or more objects, potentially from different indices, in a single API call.
|
| Modifier and Type | Method and Description |
|---|---|
default <T> CompletableFuture<MultipleGetObjectsResponse<T>> |
SearchClientMultipleOperations.multipleGetObjectsAsync(List<MultipleGetObject> queries,
Class<T> clazz)
Retrieve one or more objects, potentially from different indices, in a single API call.
|
default <T> CompletableFuture<MultipleGetObjectsResponse<T>> |
SearchClientMultipleOperations.multipleGetObjectsAsync(List<MultipleGetObject> queries,
Class<T> clazz,
RequestOptions requestOptions)
Retrieve one or more objects, potentially from different indices, in a single API call.
|
| Modifier and Type | Method and Description |
|---|---|
MultipleGetObjectsResponse<T> |
MultipleGetObjectsResponse.setResults(List<T> results) |
Copyright © 2019. All rights reserved.