Skip to content
Snippets Groups Projects
Commit e951526c authored by Mantas Simkus's avatar Mantas Simkus
Browse files

edited MissingAggregation docs

parent 590b0f22
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ in the current document set context that are missing a field value.
```JSON
{
"aggregations" : {
"agg_products_without_a_price" : {
"products_without_a_price" : {
"missing" : { "field" : "price" }
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment