| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.objects |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MultiQueriesResult> |
AsyncAPIClient.multipleQueries(List<IndexQuery> queries,
MultiQueriesStrategy strategy)
Performs multiple searches on multiple indices
|
MultiQueriesResult |
APIClient.multipleQueries(List<IndexQuery> queries,
MultiQueriesStrategy strategy)
Performs multiple searches on multiple indices
|
| Modifier and Type | Method and Description |
|---|---|
static MultiQueriesStrategy |
MultiQueriesStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiQueriesStrategy[] |
MultiQueriesStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.