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.jaxrs.io.documents
Methods in org.nuxeo.ecm.automation.jaxrs.io.documents that return types with arguments of type Bucket -
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 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.elasticsearch.aggregate
Classes in org.nuxeo.elasticsearch.aggregate with type parameters of type BucketModifier and TypeClassDescriptionclass
AggregateEsBase<A extends org.opensearch.search.aggregations.Aggregation,
B extends Bucket> class
MultiBucketAggregate<B extends Bucket>
An aggregate that returns multiple buckets.Methods in org.nuxeo.elasticsearch.aggregate that return types with arguments of type BucketModifier and TypeMethodDescriptionstatic AggregateEsBase<? extends org.opensearch.search.aggregations.Aggregation,
? extends Bucket> AggregateFactory.create
(AggregateDefinition def, DocumentModel searchDocumentModel) -
Uses of Bucket in org.nuxeo.elasticsearch.api
Methods in org.nuxeo.elasticsearch.api that return types with arguments of type BucketModifier and TypeMethodDescriptionEsResult.getAggregates()
Get the aggregates list or null if onlyElasticsearchResponse option is set.Constructor parameters in org.nuxeo.elasticsearch.api with type arguments of type BucketModifierConstructorDescriptionEsResult
(DocumentModelList documents, List<Aggregate<Bucket>> aggregates, org.opensearch.action.search.SearchResponse response) EsResult
(IterableQueryResult rows, List<Aggregate<Bucket>> aggregates, org.opensearch.action.search.SearchResponse response) -
Uses of Bucket in org.nuxeo.elasticsearch.core
Methods in org.nuxeo.elasticsearch.core that return types with arguments of type BucketModifier and TypeMethodDescriptionElasticSearchServiceImpl.getAggregates
(NxQueryBuilder queryBuilder, org.opensearch.action.search.SearchResponse response) -
Uses of Bucket in org.nuxeo.elasticsearch.io.marshallers.json
Method parameters in org.nuxeo.elasticsearch.io.marshallers.json 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.elasticsearch.provider
Fields in org.nuxeo.elasticsearch.provider with type parameters of type BucketModifier and TypeFieldDescriptionElasticSearchNativePageProvider.currentAggregates
ElasticSearchNxqlPageProvider.currentAggregates
Methods in org.nuxeo.elasticsearch.provider that return types with arguments of type BucketModifier and TypeMethodDescriptionprotected List<AggregateEsBase<? extends org.opensearch.search.aggregations.Aggregation,
? extends Bucket>> ElasticSearchNxqlPageProvider.buildAggregates()
ElasticSearchNativePageProvider.getAggregates()
ElasticSearchNxqlPageProvider.getAggregates()
-
Uses of Bucket in org.nuxeo.elasticsearch.query
Fields in org.nuxeo.elasticsearch.query with type parameters of type BucketModifier 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 BucketModifier and TypeMethodDescriptionList<AggregateEsBase<org.opensearch.search.aggregations.Aggregation,
Bucket>> NxQueryBuilder.getAggregates()
Method parameters in org.nuxeo.elasticsearch.query with type arguments of type BucketModifier and TypeMethodDescriptionNxQueryBuilder.addAggregate
(AggregateEsBase<? extends org.opensearch.search.aggregations.Aggregation, ? extends Bucket> aggregate) NxQueryBuilder.addAggregates
(List<AggregateEsBase<? extends org.opensearch.search.aggregations.Aggregation, ? extends Bucket>> aggregates)