Class AggregateHistogram
java.lang.Object
org.nuxeo.ecm.platform.query.core.AggregateBase<BucketRange>
org.nuxeo.ecm.platform.query.core.AggregateHistogram
- All Implemented Interfaces:
Aggregate<BucketRange>
- Since:
- 2025.0
-
Field Summary
Fields inherited from class org.nuxeo.ecm.platform.query.core.AggregateBase
bucketMap, buckets, definition, extendedBuckets, searchDocument, selection -
Constructor Summary
ConstructorsConstructorDescriptionAggregateHistogram(AggregateDefinition definition, DocumentModel searchDocument) -
Method Summary
Methods inherited from class org.nuxeo.ecm.platform.query.core.AggregateBase
getBucket, getBucketMap, getBuckets, getDateRanges, getExtendedBuckets, getField, getId, getProperties, getRanges, getSearchDocument, getSelection, getType, hasBucket, resetSelection, setBuckets, setSelection, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.nuxeo.ecm.platform.query.api.Aggregate
getXPathField
-
Constructor Details
-
AggregateHistogram
-