这是您的查询:
{ "query":{ "bool":{ "should":[ { "bool":{ "must_not":[ { "has_child":{"type":"child_type","query":{ "match_all":{}} } } ] } }, { "has_child":{ "inner_hits":{ "name":"latest", "size":1, "sort":[{"started_at": {"order": "desc"}}] }, "type":"child_type", "query":{ "match_all":{} } } } ] } } }


