Class SearchHistogram
java.lang.Object
io.fluxzero.common.api.search.SearchHistogram
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
SearchHistogram
public SearchHistogram()
-