| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.inputs.query_rules | |
| com.algolia.search.iterators | |
| com.algolia.search.objects |
| Modifier and Type | Method | Description |
|---|---|---|
<T> BrowseResult<T> |
APIClient.browse(String indexName,
Query query,
String cursor,
Class<T> klass,
RequestOptions requestOptions) |
|
String |
APIClient.generateSecuredApiKey(String privateApiKey,
Query query) |
Generate a secured and public API Key from a query and an optional user token identifying the
current user
|
String |
APIClient.generateSecuredApiKey(String privateApiKey,
Query query,
String userToken) |
Generate a secured and public API Key from a query and an optional user token identifying the
current user
|
String |
AsyncAPIClient.generateSecuredApiKey(String privateApiKey,
Query query) |
Generate a secured and public API Key from a query and an optional user token identifying the
current user
|
String |
AsyncAPIClient.generateSecuredApiKey(String privateApiKey,
Query query,
String userToken) |
Generate a secured and public API Key from a query and an optional user token identifying the
current user
|
CompletableFuture<SearchResult<T>> |
AsyncIndex.search(Query query) |
Search in the index
|
CompletableFuture<SearchResult<T>> |
AsyncIndex.search(Query query,
RequestOptions requestOptions) |
Search in the index
|
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 | Class | Description |
|---|---|---|
class |
ConsequenceParams |
| Constructor | Description |
|---|---|
IndexIterable(APIClient apiClient,
String indexName,
Query query,
RequestOptions requestOptions,
Class<T> klass) |
|
IndexIterable(APIClient apiClient,
String indexName,
Query query,
RequestOptions requestOptions,
String cursor,
Class<T> klass) |
| Constructor | Description |
|---|---|
IndexQuery(AbstractIndex<?> index,
Query query) |
|
IndexQuery(String indexName,
Query query) |
Copyright © 2017. All rights reserved.