| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.analytics | |
| com.algolia.search.models.apikeys | |
| com.algolia.search.models.indexing |
| Modifier and Type | Method and Description |
|---|---|
DeleteResponse |
SearchIndex.deleteBy(Query query)
Remove all objects matching a filter (including geo filters).
|
DeleteResponse |
SearchIndex.deleteBy(Query query,
RequestOptions requestOptions)
Remove all objects matching a filter (including geo filters).
|
CompletableFuture<DeleteResponse> |
SearchIndex.deleteByAsync(Query query)
Remove all objects matching a filter (including geo filters).
|
CompletableFuture<DeleteResponse> |
SearchIndex.deleteByAsync(Query query,
RequestOptions requestOptions)
Remove all objects matching a filter (including geo filters).
|
default SearchResult<T> |
SearchIndexSearching.search(Query query)
Method used for querying an index.
|
default SearchResult<T> |
SearchIndexSearching.search(Query query,
RequestOptions requestOptions)
Method used for querying an index.
|
default CompletableFuture<SearchResult<T>> |
SearchIndexSearching.searchAsync(Query query)
Method used for querying an index.
|
default CompletableFuture<SearchResult<T>> |
SearchIndexSearching.searchAsync(Query query,
RequestOptions requestOptions)
Method used for querying an index.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
Variant.getCustomSearchParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
Variant.setCustomSearchParameters(Query customSearchParameters) |
| Constructor and Description |
|---|
Variant(String index,
int trafficPercentage,
String description,
Query customSearchParameters) |
| Modifier and Type | Method and Description |
|---|---|
Query |
SecuredApiKeyRestriction.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
SecuredApiKeyRestriction |
SecuredApiKeyRestriction.setQuery(Query query) |
| Modifier and Type | Method and Description |
|---|---|
Query |
MultipleQueries.getParams() |
Query |
SearchForFacetRequest.getSearchParameters() |
Query |
Query.getThis() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuerySerializer.serialize(Query value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
MultipleQueries |
MultipleQueries.setParams(Query params) |
SearchForFacetRequest |
SearchForFacetRequest.setSearchParameters(Query searchParameters) |
| Constructor and Description |
|---|
MultipleQueries(String indexName,
Query params) |
Copyright © 2019. All rights reserved.