Class RangeFacetCreator

  • All Implemented Interfaces:
    FacetCreator

    public class RangeFacetCreator
    extends NestedFacetCreator

    Creates a facet with a single IntervalFacetEntry that contains the global min and max value. (Therefore it uses the "stats" aggregation - not the range aggregationas the name might imply.)

    At the moment, a selected filter range is represented at the returned link of that IntervalFacetEntry.

    TODO: add RangeFacetEntry with absolute min/max and selected min/max