| Package | Description |
|---|---|
| org.elasticsearch.search.aggregations | |
| org.elasticsearch.search.aggregations.bucket.missing |
| Modifier and Type | Method and Description |
|---|---|
static MissingBuilder |
AggregationBuilders.missing(String
Create a new
Missing aggregation with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
MissingBuilder |
MissingBuilder.field(String
Set the field to count missing values on.
|