Uses of Class
org.nuxeo.elasticsearch.aggregate.AggregateEsBase
-
Packages that use AggregateEsBase Package Description org.nuxeo.elasticsearch.aggregate org.nuxeo.elasticsearch.provider org.nuxeo.elasticsearch.query -
-
Uses of AggregateEsBase in org.nuxeo.elasticsearch.aggregate
Subclasses of AggregateEsBase in org.nuxeo.elasticsearch.aggregate Modifier and Type Class Description 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.classTermAggregateMethods in org.nuxeo.elasticsearch.aggregate that return AggregateEsBase Modifier and Type Method Description static AggregateEsBase<? extends org.elasticsearch.search.aggregations.Aggregation,? extends Bucket>AggregateFactory. create(AggregateDefinition def, DocumentModel searchDocumentModel) -
Uses of AggregateEsBase in org.nuxeo.elasticsearch.provider
Methods in org.nuxeo.elasticsearch.provider that return types with arguments of type AggregateEsBase Modifier and Type Method Description protected List<AggregateEsBase<? extends org.elasticsearch.search.aggregations.Aggregation,? extends Bucket>>ElasticSearchNxqlPageProvider. buildAggregates() -
Uses of AggregateEsBase in org.nuxeo.elasticsearch.query
Fields in org.nuxeo.elasticsearch.query with type parameters of type AggregateEsBase Modifier and Type Field Description protected List<AggregateEsBase<org.elasticsearch.search.aggregations.Aggregation,Bucket>>NxQueryBuilder. aggregatesMethods in org.nuxeo.elasticsearch.query that return types with arguments of type AggregateEsBase Modifier and Type Method Description List<AggregateEsBase<org.elasticsearch.search.aggregations.Aggregation,Bucket>>NxQueryBuilder. getAggregates()Methods in org.nuxeo.elasticsearch.query with parameters of type AggregateEsBase Modifier and Type Method Description NxQueryBuilderNxQueryBuilder. addAggregate(AggregateEsBase<? extends org.elasticsearch.search.aggregations.Aggregation,? extends Bucket> aggregate)Method parameters in org.nuxeo.elasticsearch.query with type arguments of type AggregateEsBase Modifier and Type Method Description NxQueryBuilderNxQueryBuilder. addAggregates(List<AggregateEsBase<? extends org.elasticsearch.search.aggregations.Aggregation,? extends Bucket>> aggregates)
-