Uses of Class
org.nuxeo.elasticsearch.aggregate.AggregateEsBase
Packages that use AggregateEsBase
Package
Description
-
Uses of AggregateEsBase in org.nuxeo.elasticsearch.aggregate
Subclasses of AggregateEsBase in org.nuxeo.elasticsearch.aggregateModifier and TypeClassDescriptionclass
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
Methods in org.nuxeo.elasticsearch.aggregate that return AggregateEsBaseModifier and TypeMethodDescriptionstatic AggregateEsBase<? extends org.opensearch.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 AggregateEsBaseModifier and TypeMethodDescriptionprotected List<AggregateEsBase<? extends org.opensearch.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 AggregateEsBaseModifier and TypeFieldDescriptionprotected final List<AggregateEsBase<org.opensearch.search.aggregations.Aggregation,
Bucket>> NxQueryBuilder.aggregates
Methods in org.nuxeo.elasticsearch.query that return types with arguments of type AggregateEsBaseModifier and TypeMethodDescriptionList<AggregateEsBase<org.opensearch.search.aggregations.Aggregation,
Bucket>> NxQueryBuilder.getAggregates()
Methods in org.nuxeo.elasticsearch.query with parameters of type AggregateEsBaseModifier and TypeMethodDescriptionNxQueryBuilder.addAggregate
(AggregateEsBase<? extends org.opensearch.search.aggregations.Aggregation, ? extends Bucket> aggregate) Method parameters in org.nuxeo.elasticsearch.query with type arguments of type AggregateEsBaseModifier and TypeMethodDescriptionNxQueryBuilder.addAggregates
(List<AggregateEsBase<? extends org.opensearch.search.aggregations.Aggregation, ? extends Bucket>> aggregates)