Package | Description |
---|---|
net.sf.ehcache.search |
This package contains classes for ehcache core search API.
|
net.sf.ehcache.search.aggregator |
This package contains classes for search aggregator functionality.
|
Modifier and Type | Method and Description |
---|---|
Aggregator |
Attribute.average()
Request an average value aggregation of this attribute
|
Aggregator |
Attribute.count()
Request a count aggregation of this attribute
|
Aggregator |
Attribute.max()
Request a maximum value aggregation of this attribute
|
Aggregator |
Attribute.min()
Request a minimum value aggregation of this attribute
|
Aggregator |
Attribute.sum()
Request a sum aggregation of this attribute
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.includeAggregator(Aggregator... aggregators)
Request this query to aggregate the results by the given Aggregator(s)
This method may be called multiple times to request multiple aggregations
|
Modifier and Type | Method and Description |
---|---|
static Aggregator |
Aggregators.average(Attribute<?> attribute)
Construct an average value aggregator
|
static Aggregator |
Aggregators.count()
Construct a counting aggregator
|
static Aggregator |
Aggregators.max(Attribute<?> attribute)
Construct a maximum value aggregator
|
static Aggregator |
Aggregators.min(Attribute<?> attribute)
Construct a minimum value aggregator
|
static Aggregator |
Aggregators.sum(Attribute<?> attribute)
Construct a sum aggregator
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.