public class TermsAggregationResult extends Object implements ITermsAggregationResult
| Constructor and Description |
|---|
TermsAggregationResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAggregationUnit(ITermsAggregationUnit unit) |
List<ITermsAggregationUnit> |
getAggregationUnits()
Returns the aggregated terms, their counts and sub-aggregation results, if any are present.
|
String |
getName() |
void |
setName(String name) |
public String getName()
getName in interface IAggregationResultpublic void setName(String name)
public List<ITermsAggregationUnit> getAggregationUnits()
ITermsAggregationResultgetAggregationUnits in interface ITermsAggregationResultpublic void addAggregationUnit(ITermsAggregationUnit unit)
Copyright © 2017 JULIE Lab, Germany. All rights reserved.