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 StringPageProviderHelper. 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 interfaceAggregate<B extends Bucket>Methods in org.nuxeo.ecm.platform.query.api that return Bucket Modifier and Type Method Description BucketAggregate. 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 classAggregateBase<B extends Bucket>Classes in org.nuxeo.ecm.platform.query.core that implement Bucket Modifier and Type Class Description classBucketRangeImmutable bucket for range.classBucketRangeDateImmutable bucket for date range.classBucketTermImmutable Bucket for terms.classMockBucketA 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. bucketMapprotected List<Bucket>AggregateBase. extendedBucketsMethods in org.nuxeo.ecm.platform.query.core that return Bucket Modifier and Type Method Description BucketAggregateBase. 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 classAggregateEsBase<A extends org.elasticsearch.search.aggregations.Aggregation,B extends Bucket>classMultiBucketAggregate<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 voidAggregateJsonWriter. 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. currentAggregatesprotected HashMap<String,Aggregate<? extends Bucket>>ElasticSearchNxqlPageProvider. currentAggregatesMethods 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. aggregatesMethods 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 NxQueryBuilderNxQueryBuilder. addAggregate(AggregateEsBase<? extends org.elasticsearch.search.aggregations.Aggregation,? extends Bucket> aggregate)NxQueryBuilderNxQueryBuilder. addAggregates(List<AggregateEsBase<? extends org.elasticsearch.search.aggregations.Aggregation,? extends Bucket>> aggregates)
-