Uses of Interface
org.nuxeo.ecm.platform.query.api.Bucket
Packages that use Bucket
Package
Description
-
Uses of Bucket in org.nuxeo.ecm.automation.core.util
Methods in org.nuxeo.ecm.automation.core.util that return types with arguments of type BucketModifier and TypeMethodDescriptionPaginable.getAggregates()
PaginablePageProvider.getAggregates()
Methods in org.nuxeo.ecm.automation.core.util with parameters of type BucketModifier and TypeMethodDescriptionprotected static String
PageProviderHelper.getClauseFromBucket
(Bucket bucket, String field) -
Uses of Bucket in org.nuxeo.ecm.automation.io.rest.documents
Methods in org.nuxeo.ecm.automation.io.rest.documents that return types with arguments of type Bucket -
Uses of Bucket in org.nuxeo.ecm.core.io.marshallers.json.aggregate
Method parameters in org.nuxeo.ecm.core.io.marshallers.json.aggregate with type arguments of type BucketModifier and TypeMethodDescriptionprotected void
AggregateJsonWriter.writeBuckets
(String fieldName, List<Bucket> buckets, Field field, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of Bucket in org.nuxeo.ecm.core.search
Fields in org.nuxeo.ecm.core.search with type parameters of type BucketModifier 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 BucketModifier and TypeMethodDescriptionSearchQuery.getAggregates()
SearchQueryImpl.getAggregates()
SearchResponse.getAggregates()
Returns the aggregates.SearchResponseImpl.getAggregates()
Method parameters in org.nuxeo.ecm.core.search with type arguments of type BucketModifier and TypeMethodDescriptionSearchQueryImpl.Builder.addAggregate
(Aggregate<? extends Bucket> aggregate) Asks for an aggregate.SearchQueryImpl.Builder.addAggregates
(List<Aggregate<? extends Bucket>> aggregates) Asks for a list of aggregates.SearchResponseImpl.Builder.aggregates
(List<Aggregate<? extends Bucket>> aggregates) -
Uses of Bucket in org.nuxeo.ecm.core.search.client.opensearch1
Methods in org.nuxeo.ecm.core.search.client.opensearch1 that return types with arguments of type BucketModifier and TypeMethodDescriptionOpenSearchResponseTransformer.makeAggregates
(SearchQuery searchQuery, org.opensearch.search.aggregations.Aggregations osAggregations) Method parameters in org.nuxeo.ecm.core.search.client.opensearch1 with type arguments of type BucketModifier 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 Bucket in org.nuxeo.ecm.core.search.client.opensearch1.aggregate
Method parameters in org.nuxeo.ecm.core.search.client.opensearch1.aggregate with type arguments of type BucketModifier 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
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 Bucket in org.nuxeo.ecm.platform.query.api
Classes in org.nuxeo.ecm.platform.query.api with type parameters of type BucketMethods in org.nuxeo.ecm.platform.query.api that return BucketMethods in org.nuxeo.ecm.platform.query.api that return types with arguments of type BucketModifier and TypeMethodDescriptionAbstractPageProvider.getAggregates()
PageProvider.getAggregates()
Aggregate.getExtendedBuckets()
The regular list of buckets plus buckets with doc count at 0 for selected buckets which are not returned from es post filtering. -
Uses of Bucket in org.nuxeo.ecm.platform.query.core
Classes in org.nuxeo.ecm.platform.query.core with type parameters of type BucketClasses in org.nuxeo.ecm.platform.query.core that implement BucketModifier and TypeClassDescriptionfinal class
Immutable Bucket for double value.final class
Immutable bucket for range.class
Immutable bucket for date range.final class
Immutable Bucket for terms.class
A mock bucket used to present preselected bucket that are no longer returned by es post filtering.Fields in org.nuxeo.ecm.platform.query.core with type parameters of type BucketMethods in org.nuxeo.ecm.platform.query.core that return BucketMethods in org.nuxeo.ecm.platform.query.core that return types with arguments of type BucketModifier and TypeMethodDescriptionAggregateBase.getBucketMap()
AggregateBase.getExtendedBuckets()
-
Uses of Bucket in org.nuxeo.ecm.platform.query.nxql
Fields in org.nuxeo.ecm.platform.query.nxql with type parameters of type BucketMethods in org.nuxeo.ecm.platform.query.nxql that return types with arguments of type BucketModifier and TypeMethodDescriptionSearchServicePageProvider.buildAggregates()
SearchServicePageProvider.getAggregates()