Class SearchHistogram

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

public class SearchHistogram extends Object
Represents a histogram over a time range, typically returned by GetSearchHistogramResult.

This class captures how many documents fall into equally sized time buckets between since and before. It is often used for visualizing activity over time (e.g., in a timeline or bar chart).

The number of buckets (i.e. the size of counts) is determined by the resolution parameter in the original GetSearchHistogram request.

See Also:
  • Constructor Details

    • SearchHistogram

      public SearchHistogram()