Class RangeFacetCreator

java.lang.Object
de.cxp.ocs.elasticsearch.facets.NestedFacetCreator
de.cxp.ocs.elasticsearch.facets.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.