| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.inputs.query_rules | |
| com.algolia.search.iterators | |
| com.algolia.search.objects |
| Modifier and Type | Method and Description |
|---|---|
default IndexIterable<T> |
SyncBrowse.browse(Query query)
Browse all the content of this index
|
default IndexIterable<T> |
SyncBrowse.browse(Query query,
RequestOptions requestOptions)
Browse all the content of this index
|
<T> BrowseResult<T> |
APIClient.browse(String indexName,
Query query,
String cursor,
Class<T> klass,
RequestOptions requestOptions) |
default BrowseResult<T> |
SyncBrowse.browseFrom(Query query,
String cursor)
Browse all the content of this index
|
default BrowseResult<T> |
SyncBrowse.browseFrom(Query query,
String cursor,
RequestOptions requestOptions)
Browse all the content of this index
|
default Task |
SyncDeleteByQuery.deleteBy(Query query)
Delete records matching a query
|
default CompletableFuture<AsyncTask> |
AsyncDeleteByQuery.deleteBy(Query query)
Delete records matching a query
|
default Task |
SyncDeleteByQuery.deleteBy(Query query,
RequestOptions requestOptions)
Delete records matching a query
|
default CompletableFuture<AsyncTask> |
AsyncDeleteByQuery.deleteBy(Query query,
RequestOptions requestOptions)
Delete records matching a query Deprecated, use deleteBy
|
default void |
SyncDeleteByQuery.deleteByQuery(Query query)
Deprecated.
|
default void |
SyncDeleteByQuery.deleteByQuery(Query query,
int batchSize)
Deprecated.
|
default void |
SyncDeleteByQuery.deleteByQuery(Query query,
int batchSize,
RequestOptions requestOptions)
Deprecated.
|
default void |
SyncDeleteByQuery.deleteByQuery(Query query,
RequestOptions requestOptions)
Deprecated.
|
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 |
default CompletableFuture<SearchFacetResult> |
AsyncSearchForFacet.searchFacet(String facetName,
String facetQuery,
Query query)
Deprecated.
|
default SearchFacetResult |
SyncSearchForFacet.searchFacet(String facetName,
String facetQuery,
Query query)
Deprecated.
|
default CompletableFuture<SearchFacetResult> |
AsyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery,
Query query)
Search in a facet
|
default SearchFacetResult |
SyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery,
Query query)
Search in a facet throws a
AlgoliaIndexNotFoundException
if the index does not exists |
default CompletableFuture<SearchFacetResult> |
AsyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery,
Query query,
RequestOptions requestOptions)
Search in a facet
|
default SearchFacetResult |
SyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery,
Query query,
RequestOptions requestOptions)
Search in a facet throws a
AlgoliaIndexNotFoundException
if the index does not exists |
default CompletableFuture<SearchFacetResult> |
AsyncSearchForFacet.searchInFacetValues(String facetName,
String facetQuery,
Query query)
Deprecated.
|
default SearchFacetResult |
SyncSearchForFacet.searchInFacetValues(String facetName,
String facetQuery,
Query query)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConsequenceParams<T> |
| Constructor and 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 and Description |
|---|
IndexQuery(AbstractIndex<?> index,
Query query) |
IndexQuery(String indexName,
Query query) |
Copyright © 2018. All rights reserved.