AbstractIndex<T>, AsyncBaseIndex<T>, SerializableAsyncIndexpublic interface AsyncSearchForFacet<T> extends AsyncBaseIndex<T>
getKlass, getNamegetApiClientdefault CompletableFuture<SearchFacetResult> searchForFacetValues(@Nonnull String facetName, @Nonnull String facetQuery, Query query)
facetName - The name of the facet to search infacetQuery - The search query for this facetquery - the query (not required)default CompletableFuture<SearchFacetResult> searchForFacetValues(@Nonnull String facetName, @Nonnull String facetQuery, Query query, @Nonnull RequestOptions requestOptions)
facetName - The name of the facet to search infacetQuery - The search query for this facetquery - the query (not required)requestOptions - Options to pass to this requestdefault CompletableFuture<SearchFacetResult> searchForFacetValues(@Nonnull String facetName, @Nonnull String facetQuery)
facetName - The name of the facet to search infacetQuery - The search query for this facetdefault CompletableFuture<SearchFacetResult> searchForFacetValues(@Nonnull String facetName, @Nonnull String facetQuery, @Nonnull RequestOptions requestOptions)
facetName - The name of the facet to search infacetQuery - The search query for this facetrequestOptions - Options to pass to this request@Deprecated default CompletableFuture<SearchFacetResult> searchInFacetValues(@Nonnull String facetName, @Nonnull String facetQuery, Query query)
searchForFacetValues(String, String, Query)@Deprecated default CompletableFuture<SearchFacetResult> searchInFacetValues(@Nonnull String facetName, @Nonnull String facetQuery)
searchForFacetValues(String, String)@Deprecated default CompletableFuture<SearchFacetResult> searchFacet(@Nonnull String facetName, @Nonnull String facetQuery, Query query)
searchForFacetValues(String, String, Query)@Deprecated default CompletableFuture<SearchFacetResult> searchFacet(@Nonnull String facetName, @Nonnull String facetQuery)
searchForFacetValues(String, String)Copyright © 2018. All rights reserved.