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 class
AggregateBase<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 class
AggregateEsBase<A extends org.elasticsearch.search.aggregations.Aggregation,B extends Bucket>
class
DateHistogramAggregate
class
DateRangeAggregate
class
HistogramAggregate
class
MissingAggregate
Counts the missing values for the specified fieldclass
MultiBucketAggregate<B extends Bucket>
An aggregate that returns multiple buckets.class
NativeEsAggregate
This class is intended for internal/advanced use.class
RangeAggregate
class
SignificantTermAggregate
class
SingleBucketAggregate
An aggregate that returns a single bucket.class
SingleValueMetricAggregate
An aggregate that returns a single value.class
TermAggregate
-
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 void
AggregateJsonWriter. 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. currentAggregates
protected HashMap<String,Aggregate<? extends Bucket>>
ElasticSearchNxqlPageProvider. currentAggregates
Methods 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 String
NxQueryBuilder. getAggregateFilterId(Aggregate<?> agg)
-