Uses of Interface
org.nuxeo.ecm.platform.query.api.Aggregate
-
-
Uses of Aggregate in org.nuxeo.ecm.automation.core.util
Methods in org.nuxeo.ecm.automation.core.util that return types with arguments of type Aggregate Modifier and Type Method Description Map<String,Aggregate<? extends Bucket>>Paginable. getAggregates()Map<String,Aggregate<? extends Bucket>>PaginablePageProvider. getAggregates() -
Uses of Aggregate in org.nuxeo.ecm.automation.jaxrs.io.documents
Methods in org.nuxeo.ecm.automation.jaxrs.io.documents that return types with arguments of type Aggregate Modifier and Type Method Description Map<String,Aggregate<? extends Bucket>>PaginableWithDelegate. getAggregates() -
Uses of Aggregate in org.nuxeo.ecm.platform.query.api
Methods in org.nuxeo.ecm.platform.query.api that return types with arguments of type Aggregate Modifier and Type Method Description Map<String,Aggregate<? extends Bucket>>AbstractPageProvider. getAggregates()Map<String,Aggregate<? extends Bucket>>PageProvider. getAggregates() -
Uses of Aggregate in org.nuxeo.ecm.platform.query.core
Classes in org.nuxeo.ecm.platform.query.core that implement Aggregate Modifier and Type Class Description classAggregateBase<B extends Bucket> -
Uses of Aggregate in org.nuxeo.elasticsearch.aggregate
Classes in org.nuxeo.elasticsearch.aggregate that implement Aggregate Modifier and Type Class Description classAggregateEsBase<A extends org.elasticsearch.search.aggregations.Aggregation,B extends Bucket>classDateHistogramAggregateclassDateRangeAggregateclassHistogramAggregateclassMissingAggregateCounts the missing values for the specified fieldclassMultiBucketAggregate<B extends Bucket>An aggregate that returns multiple buckets.classNativeEsAggregateThis class is intended for internal/advanced use.classRangeAggregateclassSignificantTermAggregateclassSingleBucketAggregateAn aggregate that returns a single bucket.classSingleValueMetricAggregateAn aggregate that returns a single value.classTermAggregate -
Uses of Aggregate in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api that return types with arguments of type Aggregate Modifier and Type Method Description List<Aggregate<Bucket>>EsResult. getAggregates()Get the aggregates list or null if onlyElasticsearchResponse option is set.Constructor parameters in org.nuxeo.elasticsearch.api with type arguments of type Aggregate Constructor Description EsResult(DocumentModelList documents, List<Aggregate<Bucket>> aggregates, org.elasticsearch.action.search.SearchResponse response)EsResult(IterableQueryResult rows, List<Aggregate<Bucket>> aggregates, org.elasticsearch.action.search.SearchResponse response) -
Uses of Aggregate in org.nuxeo.elasticsearch.core
Methods in org.nuxeo.elasticsearch.core that return types with arguments of type Aggregate Modifier and Type Method Description protected List<Aggregate<Bucket>>ElasticSearchServiceImpl. getAggregates(NxQueryBuilder queryBuilder, org.elasticsearch.action.search.SearchResponse response) -
Uses of Aggregate in org.nuxeo.elasticsearch.io.marshallers.json
Methods in org.nuxeo.elasticsearch.io.marshallers.json with parameters of type Aggregate Modifier and Type Method Description protected voidAggregateJsonWriter. writeEntityBody(Aggregate agg, com.fasterxml.jackson.core.JsonGenerator jg)Constructor parameters in org.nuxeo.elasticsearch.io.marshallers.json with type arguments of type Aggregate Constructor Description AggregateJsonWriter(String entityType, Class<Aggregate> entityClass) -
Uses of Aggregate in org.nuxeo.elasticsearch.provider
Fields in org.nuxeo.elasticsearch.provider with type parameters of type Aggregate Modifier and Type Field Description protected Map<String,Aggregate<? extends Bucket>>ElasticSearchNativePageProvider. currentAggregatesprotected HashMap<String,Aggregate<? extends Bucket>>ElasticSearchNxqlPageProvider. currentAggregatesMethods in org.nuxeo.elasticsearch.provider that return types with arguments of type Aggregate Modifier and Type Method Description Map<String,Aggregate<? extends Bucket>>ElasticSearchNativePageProvider. getAggregates()Map<String,Aggregate<? extends Bucket>>ElasticSearchNxqlPageProvider. getAggregates() -
Uses of Aggregate in org.nuxeo.elasticsearch.query
Methods in org.nuxeo.elasticsearch.query with parameters of type Aggregate Modifier and Type Method Description static StringNxQueryBuilder. getAggregateFilterId(Aggregate<?> agg)
-