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 TypeClassDescriptionclassclassclassclassCounts the missing values for the specified fieldclassMultiBucketAggregate<B extends Bucket>An aggregate that returns multiple buckets.classThis class is intended for internal/advanced use.classclassclassAn aggregate that returns a single bucket.classAn aggregate that returns a single value.classMethods 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.aggregatesMethods 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)