Uses of Interface
org.nuxeo.ecm.platform.query.api.Aggregate
Packages that use Aggregate
Package
Description
-
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 AggregateModifier and TypeMethodDescriptionPaginable.getAggregates()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 -
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 AggregateModifier and TypeMethodDescriptionAbstractPageProvider.getAggregates()PageProvider.getAggregates() -
Uses of Aggregate in org.nuxeo.ecm.platform.query.core
Classes in org.nuxeo.ecm.platform.query.core that implement Aggregate -
Uses of Aggregate in org.nuxeo.elasticsearch.aggregate
Classes in org.nuxeo.elasticsearch.aggregate that implement AggregateModifier and TypeClassDescriptionclassAggregateEsBase<A extends org.opensearch.search.aggregations.Aggregation,B extends Bucket> classclassclassclassCounts the missing values for the specified fieldclassMultiBucketAggregate<B extends Bucket>An aggregate that returns multiple buckets.classThis class is intended for internal/advanced use.classclassclassAn aggregate that returns a single bucket.classAn aggregate that returns a single value.class -
Uses of Aggregate in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api that return types with arguments of type AggregateModifier and TypeMethodDescriptionEsResult.getAggregates()Get the aggregates list or null if onlyElasticsearchResponse option is set.Constructor parameters in org.nuxeo.elasticsearch.api with type arguments of type AggregateModifierConstructorDescriptionEsResult(DocumentModelList documents, List<Aggregate<Bucket>> aggregates, org.opensearch.action.search.SearchResponse response) EsResult(IterableQueryResult rows, List<Aggregate<Bucket>> aggregates, org.opensearch.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 AggregateModifier and TypeMethodDescriptionElasticSearchServiceImpl.getAggregates(NxQueryBuilder queryBuilder, org.opensearch.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 AggregateModifier and TypeMethodDescriptionprotected voidAggregateJsonWriter.writeEntityBody(Aggregate agg, com.fasterxml.jackson.core.JsonGenerator jg) Constructor parameters in org.nuxeo.elasticsearch.io.marshallers.json with type arguments of type AggregateModifierConstructorDescriptionAggregateJsonWriter(String entityType, Class<Aggregate> entityClass) -
Uses of Aggregate in org.nuxeo.elasticsearch.provider
Fields in org.nuxeo.elasticsearch.provider with type parameters of type AggregateModifier and TypeFieldDescriptionElasticSearchNativePageProvider.currentAggregatesElasticSearchNxqlPageProvider.currentAggregatesMethods in org.nuxeo.elasticsearch.provider that return types with arguments of type AggregateModifier and TypeMethodDescriptionElasticSearchNativePageProvider.getAggregates()ElasticSearchNxqlPageProvider.getAggregates() -
Uses of Aggregate in org.nuxeo.elasticsearch.query
Methods in org.nuxeo.elasticsearch.query with parameters of type AggregateModifier and TypeMethodDescriptionstatic StringNxQueryBuilder.getAggregateFilterId(Aggregate<?> agg)