Uses of Interface
org.nuxeo.ecm.platform.query.api.Aggregate
Package
Description
-
Uses of Aggregate in org.nuxeo.ecm.automation.core.util
Modifier and TypeMethodDescriptionPaginable.getAggregates()
PaginablePageProvider.getAggregates()
-
Uses of Aggregate in org.nuxeo.ecm.automation.jaxrs.io.documents
-
Uses of Aggregate in org.nuxeo.ecm.platform.query.api
Modifier and TypeMethodDescriptionAbstractPageProvider.getAggregates()
PageProvider.getAggregates()
-
Uses of Aggregate in org.nuxeo.ecm.platform.query.core
-
Uses of Aggregate in org.nuxeo.elasticsearch.aggregate
Modifier and TypeClassDescriptionclass
AggregateEsBase<A extends org.opensearch.search.aggregations.Aggregation,
B extends Bucket> class
class
class
class
Counts the missing values for the specified fieldclass
MultiBucketAggregate<B extends Bucket>
An aggregate that returns multiple buckets.class
This class is intended for internal/advanced use.class
class
class
An aggregate that returns a single bucket.class
An aggregate that returns a single value.class
-
Uses of Aggregate in org.nuxeo.elasticsearch.api
Modifier and TypeMethodDescriptionEsResult.getAggregates()
Get the aggregates list or null if onlyElasticsearchResponse option is set.ModifierConstructorDescriptionEsResult
(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
Modifier and TypeMethodDescriptionElasticSearchServiceImpl.getAggregates
(NxQueryBuilder queryBuilder, org.opensearch.action.search.SearchResponse response) -
Uses of Aggregate in org.nuxeo.elasticsearch.io.marshallers.json
Modifier and TypeMethodDescriptionprotected void
AggregateJsonWriter.writeEntityBody
(Aggregate agg, com.fasterxml.jackson.core.JsonGenerator jg) ModifierConstructorDescriptionAggregateJsonWriter
(String entityType, Class<Aggregate> entityClass) -
Uses of Aggregate in org.nuxeo.elasticsearch.provider
Modifier and TypeFieldDescriptionElasticSearchNativePageProvider.currentAggregates
ElasticSearchNxqlPageProvider.currentAggregates
Modifier and TypeMethodDescriptionElasticSearchNativePageProvider.getAggregates()
ElasticSearchNxqlPageProvider.getAggregates()
-
Uses of Aggregate in org.nuxeo.elasticsearch.query
Modifier and TypeMethodDescriptionstatic String
NxQueryBuilder.getAggregateFilterId
(Aggregate<?> agg)