August 2019
Intermediate to advanced
560 pages
13h 41m
English
The purpose of this is to aggregate parent documents with the join data type field:
"aggs": {"dividend":{ "parent": {"type": "dividend" }, "aggs": {"count":{"value_count":{"field":"symbol"}}}}}
"aggregations": { "dividend": { "doc_count": 1, "count": { "value": 1 } } }
Read now
Unlock full access