Package org.nuxeo.ecm.platform.query.api
Interface Bucket
-
- All Known Implementing Classes:
BucketRange
,BucketRangeDate
,BucketTerm
,MockBucket
public interface Bucket
- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDocCount()
String
getKey()
-
-
-
Method Detail
-
getKey
String getKey()
-
getDocCount
long getDocCount()
-
-