Skip to content

[FEATURE] Aggregations to be supported with Hybrid Search #509

Closed
@ankitas3

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:

#422

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

FeaturesIntroduces a new unit of functionality that satisfies a requirementenhancementv2.13.0

Type

No type

Projects

  • Status

    ✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions