Uses of Interface
org.nuxeo.ecm.platform.query.api.AggregateDefinition
-
Packages that use AggregateDefinition Package Description org.nuxeo.ecm.platform.query.api org.nuxeo.ecm.platform.query.core org.nuxeo.elasticsearch.aggregate -
-
Uses of AggregateDefinition in org.nuxeo.ecm.platform.query.api
Methods in org.nuxeo.ecm.platform.query.api that return AggregateDefinition Modifier and Type Method Description AggregateDefinition
AggregateDefinition. clone()
Methods in org.nuxeo.ecm.platform.query.api that return types with arguments of type AggregateDefinition Modifier and Type Method Description List<AggregateDefinition>
AbstractPageProvider. getAggregateDefinitions()
List<AggregateDefinition>
PageProvider. getAggregateDefinitions()
List<AggregateDefinition>
PageProviderDefinition. getAggregates()
-
Uses of AggregateDefinition in org.nuxeo.ecm.platform.query.core
Classes in org.nuxeo.ecm.platform.query.core that implement AggregateDefinition Modifier and Type Class Description class
AggregateDescriptor
Fields in org.nuxeo.ecm.platform.query.core declared as AggregateDefinition Modifier and Type Field Description protected AggregateDefinition
AggregateBase. definition
Methods in org.nuxeo.ecm.platform.query.core that return types with arguments of type AggregateDefinition Modifier and Type Method Description List<AggregateDefinition>
BasePageProviderDescriptor. getAggregates()
Constructors in org.nuxeo.ecm.platform.query.core with parameters of type AggregateDefinition Constructor Description AggregateBase(AggregateDefinition definition, DocumentModel searchDocument)
-
Uses of AggregateDefinition in org.nuxeo.elasticsearch.aggregate
Methods in org.nuxeo.elasticsearch.aggregate that return AggregateDefinition Modifier and Type Method Description protected static AggregateDefinition
NativeEsAggregate. makeDefinition(org.elasticsearch.search.aggregations.AggregationBuilder nativeAggregation)
For backwards compatibility make an AggregateDefinition.Methods in org.nuxeo.elasticsearch.aggregate with parameters of type AggregateDefinition Modifier and Type Method Description static AggregateEsBase<? extends org.elasticsearch.search.aggregations.Aggregation,? extends Bucket>
AggregateFactory. create(AggregateDefinition def, DocumentModel searchDocumentModel)
-