Class SearchFacetRange


  • public class SearchFacetRange
    extends Object
    Holds the data for a single range in a facet
    Author:
    joseross
    • Field Detail

      • count

        protected Number count
        The count of files that match the range
      • from

        protected Object from
        The starting limit of the range
      • to

        protected Object to
        The ending limit of the range
    • Constructor Detail

      • SearchFacetRange

        public SearchFacetRange()
    • Method Detail

      • getCount

        public Number getCount()
      • setCount

        public void setCount​(Number count)
      • getFrom

        public Object getFrom()
      • setFrom

        public void setFrom​(Object from)
      • getTo

        public Object getTo()
      • setTo

        public void setTo​(Object to)