Uses of Interface
org.nuxeo.ecm.platform.query.api.Aggregate
Packages that use Aggregate
Package
Description
-
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 AggregateModifier and TypeMethodDescriptionPaginable.getAggregates()
PaginablePageProvider.getAggregates()
-
Uses of Aggregate in org.nuxeo.ecm.automation.io.rest.documents
Methods in org.nuxeo.ecm.automation.io.rest.documents that return types with arguments of type Aggregate -
Uses of Aggregate in org.nuxeo.ecm.core.io.marshallers.json.aggregate
Methods in org.nuxeo.ecm.core.io.marshallers.json.aggregate with parameters of type AggregateModifier and TypeMethodDescriptionprotected void
AggregateJsonWriter.writeEntityBody
(Aggregate agg, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of Aggregate in org.nuxeo.ecm.core.search
Fields in org.nuxeo.ecm.core.search with type parameters of type AggregateModifier and TypeFieldDescriptionSearchQueryImpl.aggregates
SearchQueryImpl.Builder.aggregates
SearchResponseImpl.aggregates
SearchResponseImpl.Builder.aggregates
Methods in org.nuxeo.ecm.core.search that return types with arguments of type AggregateModifier and TypeMethodDescriptionSearchQuery.getAggregates()
SearchQueryImpl.getAggregates()
SearchResponse.getAggregates()
Returns the aggregates.SearchResponseImpl.getAggregates()
Methods in org.nuxeo.ecm.core.search with parameters of type AggregateModifier and TypeMethodDescriptionSearchQueryImpl.Builder.addAggregate
(Aggregate<? extends Bucket> aggregate) Asks for an aggregate.Method parameters in org.nuxeo.ecm.core.search with type arguments of type AggregateModifier and TypeMethodDescriptionSearchQueryImpl.Builder.addAggregates
(List<Aggregate<? extends Bucket>> aggregates) Asks for a list of aggregates.SearchResponseImpl.Builder.aggregates
(List<Aggregate<? extends Bucket>> aggregates) -
Uses of Aggregate in org.nuxeo.ecm.core.search.client.opensearch1
Methods in org.nuxeo.ecm.core.search.client.opensearch1 that return types with arguments of type AggregateModifier and TypeMethodDescriptionOpenSearchResponseTransformer.makeAggregates
(SearchQuery searchQuery, org.opensearch.search.aggregations.Aggregations osAggregations) Methods in org.nuxeo.ecm.core.search.client.opensearch1 with parameters of type AggregateModifier and TypeMethodDescriptionprotected org.opensearch.index.query.QueryBuilder
OpenSearchQueryTransformer.getAggregateFilter
(Aggregate<? extends Bucket> aggregate) protected org.opensearch.search.aggregations.AggregationBuilder
OpenSearchQueryTransformer.getSubAggregation
(Aggregate<? extends Bucket> aggregate) -
Uses of Aggregate in org.nuxeo.ecm.core.search.client.opensearch1.aggregate
Methods in org.nuxeo.ecm.core.search.client.opensearch1.aggregate with parameters of type AggregateModifier and TypeMethodDescriptionprotected static ZonedDateTime
AggregateDateHistogramParser.convertStringToDate
(String date, Aggregate<? extends Bucket> agg) static org.opensearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
AggregateDateHistogramParser.getAggregate
(Aggregate<? extends Bucket> agg) static org.opensearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
AggregateDateRangeParser.getAggregate
(Aggregate<? extends Bucket> agg) static org.opensearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
AggregateHistogramParser.getAggregate
(Aggregate<? extends Bucket> agg) static org.opensearch.search.aggregations.bucket.range.RangeAggregationBuilder
AggregateRangeParser.getAggregate
(Aggregate<? extends Bucket> agg) static org.opensearch.search.aggregations.bucket.terms.SignificantTermsAggregationBuilder
AggregateSignificantTermParser.getAggregate
(Aggregate<? extends Bucket> agg) static org.opensearch.search.aggregations.AggregationBuilder
AggregateSingleValueMetricParser.getAggregate
(Aggregate<? extends Bucket> agg) Creates an AggregationBuilder for the supplied aggregate.static org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder
AggregateTermParser.getAggregate
(Aggregate<? extends Bucket> agg) static org.opensearch.index.query.QueryBuilder
static org.opensearch.index.query.QueryBuilder
static org.opensearch.index.query.QueryBuilder
static org.opensearch.index.query.QueryBuilder
static org.opensearch.index.query.QueryBuilder
static org.opensearch.index.query.QueryBuilder
static String
AggregateParserBase.getFilterId
(Aggregate<?> agg) protected static String
AggregateDateHistogramParser.getInterval
(Aggregate<? extends Bucket> agg) static int
AggregateHistogramParser.getInterval
(Aggregate<? extends Bucket> agg) static List
<BucketRangeDate> AggregateDateHistogramParser.parseBuckets
(Collection<? extends org.opensearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket> buckets, Aggregate<? extends Bucket> agg) -
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 AggregateModifier and TypeMethodDescriptionAbstractPageProvider.getAggregates()
PageProvider.getAggregates()
-
Uses of Aggregate in org.nuxeo.ecm.platform.query.core
Classes in org.nuxeo.ecm.platform.query.core that implement AggregateModifier and TypeClassDescriptionclass
class
AggregateBase<B extends Bucket>
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Aggregate in org.nuxeo.ecm.platform.query.nxql
Fields in org.nuxeo.ecm.platform.query.nxql with type parameters of type AggregateMethods in org.nuxeo.ecm.platform.query.nxql that return types with arguments of type AggregateModifier and TypeMethodDescriptionSearchServicePageProvider.buildAggregates()
SearchServicePageProvider.getAggregates()