Class SearchNumericRange


  • public class SearchNumericRange
    extends Object
    A range (or bucket) for a NumericRangeSearchFacetResult. Counts the number of matches that fall into the named range (which can overlap with other user-defined ranges in the facet).
    Since:
    2.3.0
    Author:
    Simon Baslé, Michael Nitschinger
    • Constructor Detail

      • SearchNumericRange

        public SearchNumericRange​(String name,
                                  double min,
                                  double max,
                                  long count)