query return [parsing_exception] [size] query malformed, no start_object after query name, with { line=1 & col=264 }
问题 I'm new in elasticsearch, and i try to use dev tools to create filters. here is what work and I want to use POST /transform_alldomain/_search { "size":0, "aggs": { "group": { "terms": { "field": "Email.keyword" }, "aggs": { "group": { "terms": { "field": "bln.keyword" }, "aggs": { "group_docs": { "top_hits": { "size": 1, "sort": [ { "extract_date.max": { "order": "desc" } } ] } } } } } } }} now i want to use this similiar stuff to filter as type this into filter, edit as query dsl { "size":0,