Uses of Interface
org.nuxeo.ecm.platform.query.api.Bucket
Package
Description
-
Uses of Bucket in org.nuxeo.ecm.automation.core.util
Modifier and TypeMethodDescriptionPaginable.getAggregates()
PaginablePageProvider.getAggregates()
Modifier and TypeMethodDescriptionprotected static String
PageProviderHelper.getClauseFromBucket
(Bucket bucket, String field) -
Uses of Bucket in org.nuxeo.ecm.automation.jaxrs.io.documents
-
Uses of Bucket in org.nuxeo.ecm.platform.query.api
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionAggregateBase.getBucketMap()
AggregateBase.getExtendedBuckets()
-
Uses of Bucket in org.nuxeo.elasticsearch.aggregate
Modifier and TypeClassDescriptionclass
AggregateEsBase<A extends org.opensearch.search.aggregations.Aggregation,
B extends Bucket> class
MultiBucketAggregate<B extends Bucket>
An aggregate that returns multiple buckets.Modifier 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
Modifier and TypeMethodDescriptionEsResult.getAggregates()
Get the aggregates list or null if onlyElasticsearchResponse option is set.ModifierConstructorDescriptionEsResult
(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
Modifier and TypeMethodDescriptionElasticSearchServiceImpl.getAggregates
(NxQueryBuilder queryBuilder, org.opensearch.action.search.SearchResponse response) -
Uses of Bucket in org.nuxeo.elasticsearch.io.marshallers.json
Modifier 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
Modifier and TypeFieldDescriptionElasticSearchNativePageProvider.currentAggregates
ElasticSearchNxqlPageProvider.currentAggregates
Modifier 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
Modifier and TypeFieldDescriptionprotected final List<AggregateEsBase<org.opensearch.search.aggregations.Aggregation,
Bucket>> NxQueryBuilder.aggregates
Modifier and TypeMethodDescriptionList<AggregateEsBase<org.opensearch.search.aggregations.Aggregation,
Bucket>> NxQueryBuilder.getAggregates()
Modifier 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)