Class GetFacetStats
java.lang.Object
io.fluxzero.common.api.Request
io.fluxzero.common.api.search.GetFacetStats
- All Implemented Interfaces:
JsonType
Request to retrieve aggregated counts for all
facet fields across documents matching the given
SearchQuery.
This is useful for generating filter menus, dashboards, or visualizations that break down the search results by key categorical dimensions (e.g., status, region, user role).
Only fields marked with @Facet in the domain model will be considered.
-
Constructor Details
-
GetFacetStats
public GetFacetStats()
-