Class GetSearchHistogramResult
java.lang.Object
io.fluxzero.common.api.search.GetSearchHistogramResult
- All Implemented Interfaces:
JsonType, RequestResult
Result of a
GetSearchHistogram request.
This result contains a SearchHistogram that provides time-distribution statistics
over matching documents, typically for visualization purposes like timeline charts or activity heatmaps.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RequestResult
getRequestId, getTimestamp
-
Constructor Details
-
GetSearchHistogramResult
public GetSearchHistogramResult()
-