Class GetFacetStatsResult
java.lang.Object
io.fluxcapacitor.common.api.search.GetFacetStatsResult
- All Implemented Interfaces:
JsonType
,RequestResult
Result returned for a
GetFacetStats
request.
Contains aggregated counts of documents per facet field value.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Lightweight summary of the facet statistics result, used for internal metric tracking. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoMetric()
Converts this object into a compact metric representation for logging or monitoring.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
-
GetFacetStatsResult
public GetFacetStatsResult()
-
-
Method Details
-
toMetric
Description copied from interface:JsonType
Converts this object into a compact metric representation for logging or monitoring.Used by the Flux client to avoid logging large payloads directly while still tracking platform usage.
-