Package | Description |
---|---|
org.elasticsearch.search.aggregations | |
org.elasticsearch.search.aggregations.bucket.missing |
Modifier and Type | Method and Description |
---|---|
static MissingBuilder |
AggregationBuilders.missing(String name)
Create a new
Missing aggregation with the given name. |
Modifier and Type | Method and Description |
---|---|
MissingBuilder |
MissingBuilder.field(String field)
Set the field to count missing values on.
|
Copyright © 2009–2015. All rights reserved.