Class GetSearchHistogramResult
java.lang.Object
io.fluxcapacitor.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.fluxcapacitor.common.api.RequestResult
getRequestId, getTimestamp
-
Constructor Details
-
GetSearchHistogramResult
public GetSearchHistogramResult()
-