Class FacetStats

java.lang.Object
io.fluxcapacitor.common.api.search.FacetStats

public class FacetStats extends Object
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 Details

    • FacetStats

      public FacetStats()