| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.inputs | |
| com.algolia.search.objects |
| Modifier and Type | Method and Description |
|---|---|
IndexIterable<T> |
Index.browse(Query query)
Browse all the content of this index
|
IndexIterable<T> |
Index.browseFrom(Query query,
String cursor)
Browse all the content of this index
|
void |
Index.deleteByQuery(Query query)
Delete records matching a query, with a batch size of 1000, internally uses browse
|
void |
Index.deleteByQuery(Query query,
int batchSize)
Delete records matching a query, internally uses browse
|
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
|
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)
Search in the index
|
| Constructor and Description |
|---|
Search(Query params) |
| Constructor and Description |
|---|
IndexQuery(AbstractIndex<?> index,
Query query) |
IndexQuery(String indexName,
Query query) |
Copyright © 2016. All rights reserved.