| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.responses |
| Modifier and Type | Method and Description |
|---|---|
default SearchFacetResult |
SyncSearchForFacet.searchFacet(String facetName,
String facetQuery)
Deprecated.
|
default SearchFacetResult |
SyncSearchForFacet.searchFacet(String facetName,
String facetQuery,
Query query)
Deprecated.
|
default SearchFacetResult |
SyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery)
Search in a facet throws a
AlgoliaIndexNotFoundException
if the index does not exists |
default SearchFacetResult |
SyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery,
Query query)
Search in a facet throws a
AlgoliaIndexNotFoundException
if the index does not exists |
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 SearchFacetResult |
SyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery,
RequestOptions requestOptions)
Search in a facet throws a
AlgoliaIndexNotFoundException
if the index does not exists |
default SearchFacetResult |
SyncSearchForFacet.searchInFacetValues(String facetName,
String facetQuery)
Deprecated.
|
default SearchFacetResult |
SyncSearchForFacet.searchInFacetValues(String facetName,
String facetQuery,
Query query)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchFacetResult> |
AsyncSearchForFacet.searchFacet(String facetName,
String facetQuery)
Deprecated.
|
default CompletableFuture<SearchFacetResult> |
AsyncSearchForFacet.searchFacet(String facetName,
String facetQuery,
Query query)
Deprecated.
|
default CompletableFuture<SearchFacetResult> |
AsyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery)
Search in a facet
|
default CompletableFuture<SearchFacetResult> |
AsyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery,
Query query)
Search in a facet
|
default CompletableFuture<SearchFacetResult> |
AsyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery,
Query query,
RequestOptions requestOptions)
Search in a facet
|
default CompletableFuture<SearchFacetResult> |
AsyncSearchForFacet.searchForFacetValues(String facetName,
String facetQuery,
RequestOptions requestOptions)
Search in a facet
|
default CompletableFuture<SearchFacetResult> |
AsyncSearchForFacet.searchInFacetValues(String facetName,
String facetQuery)
Deprecated.
|
default CompletableFuture<SearchFacetResult> |
AsyncSearchForFacet.searchInFacetValues(String facetName,
String facetQuery,
Query query)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFacetResult |
SearchFacetResult.setExhaustiveFacetsCount(Boolean exhaustiveFacetsCount) |
SearchFacetResult |
SearchFacetResult.setFacetHits(List<FacetHit> facetHits) |
SearchFacetResult |
SearchFacetResult.setProcessingTimeMS(Long processingTimeMS) |
Copyright © 2018. All rights reserved.