public interface SyncSearchForFacet<T> extends SyncBaseIndex<T>
| Modifier and Type | Method and Description |
|---|---|
default SearchFacetResult |
searchFacet(String facetName,
String facetQuery)
Deprecated.
|
default SearchFacetResult |
searchFacet(String facetName,
String facetQuery,
Query query)
Deprecated.
|
default SearchFacetResult |
searchForFacetValues(String facetName,
String facetQuery)
Search in a facet throws a
AlgoliaIndexNotFoundException
if the index does not exists |
default SearchFacetResult |
searchForFacetValues(String facetName,
String facetQuery,
Query query)
Search in a facet throws a
AlgoliaIndexNotFoundException
if the index does not exists |
default SearchFacetResult |
searchForFacetValues(String facetName,
String facetQuery,
Query query,
RequestOptions requestOptions)
Search in a facet throws a
AlgoliaIndexNotFoundException
if the index does not exists |
default SearchFacetResult |
searchForFacetValues(String facetName,
String facetQuery,
RequestOptions requestOptions)
Search in a facet throws a
AlgoliaIndexNotFoundException
if the index does not exists |
default SearchFacetResult |
searchInFacetValues(String facetName,
String facetQuery)
Deprecated.
|
default SearchFacetResult |
searchInFacetValues(String facetName,
String facetQuery,
Query query)
Deprecated.
|
getApiClientgetKlass, getNamedefault SearchFacetResult searchForFacetValues(@Nonnull String facetName, @Nonnull String facetQuery, Query query) throws AlgoliaException
AlgoliaIndexNotFoundException
if the index does not existsfacetName - The name of the facet to search infacetQuery - The search query for this facetquery - the query (not required)AlgoliaExceptiondefault SearchFacetResult searchForFacetValues(@Nonnull String facetName, @Nonnull String facetQuery, Query query, @Nonnull RequestOptions requestOptions) throws AlgoliaException
AlgoliaIndexNotFoundException
if the index does not existsfacetName - The name of the facet to search infacetQuery - The search query for this facetquery - the query (not required)requestOptions - Options to pass to this requestAlgoliaExceptiondefault SearchFacetResult searchForFacetValues(@Nonnull String facetName, @Nonnull String facetQuery) throws AlgoliaException
AlgoliaIndexNotFoundException
if the index does not existsfacetName - The name of the facet to search infacetQuery - The search query for this facetAlgoliaExceptiondefault SearchFacetResult searchForFacetValues(@Nonnull String facetName, @Nonnull String facetQuery, @Nonnull RequestOptions requestOptions) throws AlgoliaException
AlgoliaIndexNotFoundException
if the index does not existsfacetName - The name of the facet to search infacetQuery - The search query for this facetrequestOptions - Options to pass to this requestAlgoliaException@Deprecated default SearchFacetResult searchInFacetValues(@Nonnull String facetName, @Nonnull String facetQuery, Query query) throws AlgoliaException
searchForFacetValues(String, String, Query)AlgoliaException@Deprecated default SearchFacetResult searchInFacetValues(@Nonnull String facetName, @Nonnull String facetQuery) throws AlgoliaException
searchForFacetValues(String, String)AlgoliaException@Deprecated default SearchFacetResult searchFacet(@Nonnull String facetName, @Nonnull String facetQuery, Query query) throws AlgoliaException
searchForFacetValues(String, String, Query)AlgoliaException@Deprecated default SearchFacetResult searchFacet(@Nonnull String facetName, @Nonnull String facetQuery) throws AlgoliaException
searchForFacetValues(String, String)AlgoliaExceptionCopyright © 2018. All rights reserved.