Class FacetRange


  • public final class FacetRange
    extends Object
    A FacetRange is a range with a start (inclusive) and an end (exclusive).
    • Method Detail

      • getStart

        public String getStart()
        Returns the string representation of the lower bound of the range or null if there is no lower bound.
      • getEnd

        public String getEnd()
        Returns the string representation of the upper bound of the range or null if there is no upper bound.