| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.indexing |
| Modifier and Type | Method and Description |
|---|---|
default SearchForFacetResponse |
SearchIndexSearching.searchForFacetValues(SearchForFacetRequest query)
Search for a set of values within a given facet attribute.
|
default SearchForFacetResponse |
SearchIndexSearching.searchForFacetValues(SearchForFacetRequest query,
RequestOptions requestOptions)
Search for a set of values within a given facet attribute.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchForFacetResponse> |
SearchIndexSearching.searchForFacetValuesAsync(SearchForFacetRequest query)
Search for a set of values within a given facet attribute.
|
default CompletableFuture<SearchForFacetResponse> |
SearchIndexSearching.searchForFacetValuesAsync(SearchForFacetRequest query,
RequestOptions requestOptions)
Search for a set of values within a given facet attribute.
|
| Modifier and Type | Method and Description |
|---|---|
SearchForFacetResponse |
SearchForFacetResponse.setExhaustiveFacetsCount(Boolean exhaustiveFacetsCount) |
SearchForFacetResponse |
SearchForFacetResponse.setFacetHits(List<FacetHit> facetHits) |
SearchForFacetResponse |
SearchForFacetResponse.setProcessingTimeMS(Integer processingTimeMS) |
Copyright © 2019. All rights reserved.