Class GetSearchHistogram

java.lang.Object
io.fluxcapacitor.common.api.Request
io.fluxcapacitor.common.api.search.GetSearchHistogram
All Implemented Interfaces:
JsonType

public class GetSearchHistogram extends Request
Request to compute a time-based histogram over documents that match a given query.

This is typically used to visualize activity or value distributions over time. The histogram aggregates document timestamps into evenly spaced buckets, determined by resolution.

  • Constructor Details

    • GetSearchHistogram

      public GetSearchHistogram()