Uses of Class
com.algolia.search.models.indexing.SearchForFacetResponse
-
Packages that use SearchForFacetResponse Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of SearchForFacetResponse in com.algolia.search
Methods in com.algolia.search that return SearchForFacetResponse Modifier and Type Method Description default SearchForFacetResponseSearchIndexSearching. searchForFacetValues(SearchForFacetRequest query)Search for a set of values within a given facet attribute.default SearchForFacetResponseSearchIndexSearching. searchForFacetValues(SearchForFacetRequest query, RequestOptions requestOptions)Search for a set of values within a given facet attribute.Methods in com.algolia.search that return types with arguments of type SearchForFacetResponse Modifier and Type Method 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. -
Uses of SearchForFacetResponse in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return SearchForFacetResponse Modifier and Type Method Description SearchForFacetResponseSearchForFacetResponse. setExhaustiveFacetsCount(Boolean exhaustiveFacetsCount)SearchForFacetResponseSearchForFacetResponse. setFacetHits(List<FacetHit> facetHits)SearchForFacetResponseSearchForFacetResponse. setProcessingTimeMS(Integer processingTimeMS)
-