Modifier and Type | Method and Description |
---|---|
Map<String,Aggregate<? extends Bucket>> |
PaginablePageProvider.getAggregates() |
Map<String,Aggregate<? extends Bucket>> |
Paginable.getAggregates() |
Modifier and Type | Method and Description |
---|---|
Map<String,Aggregate<? extends Bucket>> |
PaginableWithDelegate.getAggregates() |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Aggregate<Bucket>> |
LayoutDemoContext.layoutDemoAggregates |
Modifier and Type | Method and Description |
---|---|
Map<String,Aggregate<Bucket>> |
LayoutDemoContext.getLayoutDemoAggregates() |
Modifier and Type | Method and Description |
---|---|
Map<String,Aggregate<? extends Bucket>> |
PageProvider.getAggregates() |
Map<String,Aggregate<? extends Bucket>> |
AbstractPageProvider.getAggregates() |
Modifier and Type | Class and Description |
---|---|
class |
AggregateBase<B extends Bucket> |
Modifier and Type | Class and Description |
---|---|
class |
AggregateEsBase<B extends Bucket> |
class |
DateHistogramAggregate |
class |
DateRangeAggregate |
class |
HistogramAggregate |
class |
RangeAggregate |
class |
SignificantTermAggregate |
class |
TermAggregate |
Modifier and Type | Method and Description |
---|---|
List<Aggregate<Bucket>> |
EsResult.getAggregates()
Get the aggregates list or null if onlyElasticsearchResponse option is set.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
protected List<Aggregate<Bucket>> |
ElasticSearchServiceImpl.getAggregates(NxQueryBuilder queryBuilder,
org.elasticsearch.action.search.SearchResponse response) |
Modifier and Type | Method and Description |
---|---|
protected void |
AggregateJsonWriter.writeEntityBody(Aggregate agg,
org.codehaus.jackson.JsonGenerator jg) |
Constructor and Description |
---|
AggregateJsonWriter(String entityType,
Class<Aggregate> entityClass) |
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,Aggregate<? extends Bucket>> |
ElasticSearchNxqlPageProvider.currentAggregates |
protected Map<String,Aggregate<? extends Bucket>> |
ElasticSearchNativePageProvider.currentAggregates |
Modifier and Type | Method and Description |
---|---|
Map<String,Aggregate<? extends Bucket>> |
ElasticSearchNxqlPageProvider.getAggregates() |
Map<String,Aggregate<? extends Bucket>> |
ElasticSearchNativePageProvider.getAggregates() |
Modifier and Type | Method and Description |
---|---|
static String |
NxQueryBuilder.getAggregateFilterId(Aggregate agg) |
Copyright © 2018 Nuxeo. All rights reserved.