| Modifier and Type | Method and Description |
|---|---|
protected org.elasticsearch.search.aggregations.AbstractAggregationBuilder<?> |
ElasticSearchComponent.buildAggregation(AggregationCommand aggCmd) |
| Modifier and Type | Field and Description |
|---|---|
Map<String,AggregationCommand> |
SearchServerCommand.aggregationCmds |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchServerCommand.addAggregationCommand(AggregationCommand aggCmd) |
IAggregationResult |
ElasticSearchServerResponse.getAggregationResult(AggregationCommand aggCmd) |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxAggregation
This aggregation returns the maximum value of the specified field across documents matched by the main query.
|
class |
SignificantTermsAggregation |
class |
TermsAggregation
The terms aggregation is basically faceting on term level.
|
class |
TopHitsAggregation
This aggregation collects the top document hits in its scope.
|
| Modifier and Type | Field and Description |
|---|---|
Map<String,AggregationCommand> |
AggregationCommand.subaggregations
A list of sub-aggregations of this aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationCommand |
AggregationCommand.getSubaggregation(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationCommand.addSubaggregation(AggregationCommand aggregation) |
| Modifier and Type | Method and Description |
|---|---|
IAggregationResult |
ISearchServerResponse.getAggregationResult(AggregationCommand aggCmd) |
Copyright © 2017 JULIE Lab, Germany. All rights reserved.