Class BucketRange
- java.lang.Object
-
- org.nuxeo.ecm.platform.query.core.BucketRange
-
-
Constructor Summary
Constructors Constructor Description BucketRange(String key, Number from, Number to, long docCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDocCount()
Double
getFrom()
String
getKey()
Double
getTo()
String
toString()
-
-
-
Method Detail
-
getDocCount
public long getDocCount()
- Specified by:
getDocCount
in interfaceBucket
-
getFrom
public Double getFrom()
- Returns:
- null if there are no minimal limit
-
getTo
public Double getTo()
- Returns:
- null if there are no max limit
-
-