Class FacetStats
java.lang.Object
io.fluxcapacitor.common.api.search.FacetStats
Represents the count of documents matching a specific facet value.
These statistics are typically returned by a GetFacetStatsResult
in response to a GetFacetStats
request.
Facet statistics are computed by the backing document store for fields annotated with Facet
,
making them fast to compute even on large datasets.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FacetStats
public FacetStats()
-