Class BucketRange

java.lang.Object
org.nuxeo.ecm.platform.query.core.BucketRange
All Implemented Interfaces:
Bucket

public final class BucketRange extends Object implements Bucket
Immutable bucket for range.
Since:
6.0
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
      Specified by:
      getKey in interface Bucket
    • getDocCount

      public long getDocCount()
      Specified by:
      getDocCount in interface Bucket
    • getFrom

      public Double getFrom()
      Returns:
      null if there are no minimal limit
    • getTo

      public Double getTo()
      Returns:
      null if there are no max limit
    • toString

      public String toString()
      Overrides:
      toString in class Object