| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.responses |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<T> |
Index.search(Query query)
Search in the index throws a
AlgoliaIndexNotFoundException if the index does not exists |
SearchResult<T> |
Index.search(Query query,
RequestOptions requestOptions)
Search in the index throws a
AlgoliaIndexNotFoundException if the index does not exists |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SearchResult<T>> |
AsyncIndex.search(Query query)
Search in the index
|
CompletableFuture<SearchResult<T>> |
AsyncIndex.search(Query query,
RequestOptions requestOptions)
Search in the index
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchResult<?>> |
MultiQueriesResult.getResults() |
| Modifier and Type | Method and Description |
|---|---|
MultiQueriesResult |
MultiQueriesResult.setResults(List<SearchResult<?>> results) |
Copyright © 2018. All rights reserved.