Uses of Interface
org.nuxeo.ecm.platform.query.api.Bucket
-
-
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 Bucket Modifier and Type Method Description Map<String,Aggregate<? extends Bucket>>
Paginable. getAggregates()
Map<String,Aggregate<? extends Bucket>>
PaginablePageProvider. getAggregates()
Methods in org.nuxeo.ecm.automation.core.util with parameters of type Bucket Modifier and Type Method Description protected 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 Modifier and Type Method Description Map<String,Aggregate<? extends Bucket>>
PaginableWithDelegate. getAggregates()
-
Uses of Bucket in org.nuxeo.ecm.platform.query.api
Classes in org.nuxeo.ecm.platform.query.api with type parameters of type Bucket Modifier and Type Interface Description interface
Aggregate<B extends Bucket>
Methods in org.nuxeo.ecm.platform.query.api that return Bucket Modifier and Type Method Description Bucket
Aggregate. getBucket(String key)
Methods in org.nuxeo.ecm.platform.query.api that return types with arguments of type Bucket Modifier and Type Method Description Map<String,Aggregate<? extends Bucket>>
AbstractPageProvider. getAggregates()
Map<String,Aggregate<? extends Bucket>>
PageProvider. getAggregates()
List<Bucket>
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 Bucket Modifier and Type Class Description class
AggregateBase<B extends Bucket>
Classes in org.nuxeo.ecm.platform.query.core that implement Bucket Modifier and Type Class Description class
BucketRange
Immutable bucket for range.class
BucketRangeDate
Immutable bucket for date range.class
BucketTerm
Immutable Bucket for terms.class
MockBucket
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 Bucket Modifier and Type Field Description protected Map<String,Bucket>
AggregateBase. bucketMap
protected List<Bucket>
AggregateBase. extendedBuckets
Methods in org.nuxeo.ecm.platform.query.core that return Bucket Modifier and Type Method Description Bucket
AggregateBase. getBucket(String key)
Methods in org.nuxeo.ecm.platform.query.core that return types with arguments of type Bucket Modifier and Type Method Description Map<String,Bucket>
AggregateBase. getBucketMap()
List<Bucket>
AggregateBase. getExtendedBuckets()
-
Uses of Bucket in org.nuxeo.elasticsearch.aggregate
Classes in org.nuxeo.elasticsearch.aggregate with type parameters of type Bucket Modifier and Type Class Description class
AggregateEsBase<A extends org.elasticsearch.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 Bucket Modifier and Type Method Description static AggregateEsBase<? extends org.elasticsearch.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 Bucket Modifier and Type Method Description List<Aggregate<Bucket>>
EsResult. getAggregates()
Get the aggregates list or null if onlyElasticsearchResponse option is set.Constructor parameters in org.nuxeo.elasticsearch.api with type arguments of type Bucket Constructor Description EsResult(DocumentModelList documents, List<Aggregate<Bucket>> aggregates, org.elasticsearch.action.search.SearchResponse response)
EsResult(IterableQueryResult rows, List<Aggregate<Bucket>> aggregates, org.elasticsearch.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 Bucket Modifier and Type Method Description protected List<Aggregate<Bucket>>
ElasticSearchServiceImpl. getAggregates(NxQueryBuilder queryBuilder, org.elasticsearch.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 Bucket Modifier and Type Method Description protected 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 Bucket Modifier and Type Field Description protected Map<String,Aggregate<? extends Bucket>>
ElasticSearchNativePageProvider. currentAggregates
protected HashMap<String,Aggregate<? extends Bucket>>
ElasticSearchNxqlPageProvider. currentAggregates
Methods in org.nuxeo.elasticsearch.provider that return types with arguments of type Bucket Modifier and Type Method Description protected List<AggregateEsBase<? extends org.elasticsearch.search.aggregations.Aggregation,? extends Bucket>>
ElasticSearchNxqlPageProvider. buildAggregates()
Map<String,Aggregate<? extends Bucket>>
ElasticSearchNativePageProvider. getAggregates()
Map<String,Aggregate<? extends Bucket>>
ElasticSearchNxqlPageProvider. getAggregates()
-
Uses of Bucket in org.nuxeo.elasticsearch.query
Fields in org.nuxeo.elasticsearch.query with type parameters of type Bucket Modifier and Type Field Description protected List<AggregateEsBase<org.elasticsearch.search.aggregations.Aggregation,Bucket>>
NxQueryBuilder. aggregates
Methods in org.nuxeo.elasticsearch.query that return types with arguments of type Bucket Modifier and Type Method Description List<AggregateEsBase<org.elasticsearch.search.aggregations.Aggregation,Bucket>>
NxQueryBuilder. getAggregates()
Method parameters in org.nuxeo.elasticsearch.query with type arguments of type Bucket Modifier and Type Method Description NxQueryBuilder
NxQueryBuilder. addAggregate(AggregateEsBase<? extends org.elasticsearch.search.aggregations.Aggregation,? extends Bucket> aggregate)
NxQueryBuilder
NxQueryBuilder. addAggregates(List<AggregateEsBase<? extends org.elasticsearch.search.aggregations.Aggregation,? extends Bucket>> aggregates)
-