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 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
Methods 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. aggregates
Methods 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 NxQueryBuilder
NxQueryBuilder. 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 NxQueryBuilder
NxQueryBuilder. addAggregates(List<AggregateEsBase<? extends org.elasticsearch.search.aggregations.Aggregation,? extends Bucket>> aggregates)
-