| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.inputs.query_rules | |
| com.algolia.search.objects |
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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
|
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
|
CompletableFuture<SearchResult<T>> |
AsyncIndex.search(Query query)
Search in the index
|
SearchResult<T> |
Index.search(Query query)
Search in the index throws a
AlgoliaIndexNotFoundException if the index does not exists |
CompletableFuture<SearchResult<T>> |
AsyncIndex.search(Query query,
RequestOptions requestOptions)
Search in the index
|
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 and Description |
|---|---|
class |
ConsequenceParams |
| Constructor and Description |
|---|
IndexQuery(AbstractIndex<?> index,
Query query) |
IndexQuery(String indexName,
Query query) |
Copyright © 2017. All rights reserved.