Package | Description |
---|---|
org.elasticsearch.search.aggregations | |
org.elasticsearch.search.aggregations.bucket.nested |
Modifier and Type | Method and Description |
---|---|
static NestedBuilder |
AggregationBuilders.nested(String name)
Create a new
Nested aggregation with the given name. |
Modifier and Type | Method and Description |
---|---|
NestedBuilder |
NestedBuilder.path(String path)
Set the path to use for this nested aggregation.
|
Copyright © 2009–2015. All rights reserved.