Closed
Description
Is your feature request related to a problem?
Currently the aggregations returned from Hybrid Query corresponds to doc_count 0 for all the buckets.
{
"Index": {
"meta": {},
"doc_count": 0,
"model": {
"doc_count_error_upper_bound": 0,
"sum_other_doc_count": 0,
"buckets": [
{
"key": "index",
"doc_count": 0
}
]
}
}
}
What solution would you like?
Aggregation's bucket count should be evaluated and returned correctly on the basis of hybrid queries.
Similar Issue:
Metadata
Metadata
Assignees
Type
Projects
Status
✅ Done
Activity