T - public interface SearchIndexSearching<T> extends SearchIndexBase<T>
| Modifier and Type | Method and Description |
|---|---|
default SearchResult<T> |
search(Query query)
Method used for querying an index.
|
default SearchResult<T> |
search(Query query,
RequestOptions requestOptions)
Method used for querying an index.
|
default CompletableFuture<SearchResult<T>> |
searchAsync(Query query)
Method used for querying an index.
|
default CompletableFuture<SearchResult<T>> |
searchAsync(Query query,
RequestOptions requestOptions)
Method used for querying an index.
|
default SearchForFacetResponse |
searchForFacetValues(SearchForFacetRequest query)
Search for a set of values within a given facet attribute.
|
default SearchForFacetResponse |
searchForFacetValues(SearchForFacetRequest query,
RequestOptions requestOptions)
Search for a set of values within a given facet attribute.
|
default CompletableFuture<SearchForFacetResponse> |
searchForFacetValuesAsync(SearchForFacetRequest query)
Search for a set of values within a given facet attribute.
|
default CompletableFuture<SearchForFacetResponse> |
searchForFacetValuesAsync(SearchForFacetRequest query,
RequestOptions requestOptions)
Search for a set of values within a given facet attribute.
|
getClazz, getConfig, getTransport, getUrlEncodedIndexName, waitTask, waitTaskdefault SearchResult<T> search(@Nonnull Query query)
query - The search queryAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault SearchResult<T> search(@Nonnull Query query, RequestOptions requestOptions)
query - The search queryrequestOptions - Options to pass to this requestAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault CompletableFuture<SearchResult<T>> searchAsync(@Nonnull Query query)
query - The search queryAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault CompletableFuture<SearchResult<T>> searchAsync(@Nonnull Query query, RequestOptions requestOptions)
query - The search queryrequestOptions - Options to pass to this requestAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault SearchForFacetResponse searchForFacetValues(@Nonnull SearchForFacetRequest query)
query - Search for facet queryAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault SearchForFacetResponse searchForFacetValues(@Nonnull SearchForFacetRequest query, RequestOptions requestOptions)
query - Search for facet queryrequestOptions - Options to pass to this requestAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault CompletableFuture<SearchForFacetResponse> searchForFacetValuesAsync(@Nonnull SearchForFacetRequest query)
query - Search for facet queryAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationdefault CompletableFuture<SearchForFacetResponse> searchForFacetValuesAsync(@Nonnull SearchForFacetRequest query, RequestOptions requestOptions)
query - Search for facet queryrequestOptions - Options to pass to this requestAlgoliaRetryException - When the retry has failed on all hostsAlgoliaApiException - When the API sends an http error codeAlgoliaRuntimeException - When an error occurred during the serializationCopyright © 2019. All rights reserved.