Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding two phase iterator for hybrid query #622

Closed

Conversation

martin-gaievski
Copy link
Member

Description

Adding approximation two phase iterator to hybrid query. That helps in scenarios when sub-queries are complex and direct iteration over all scorers is expensive and may lead to instability, like runtime exceptions.

Issues Resolved

#621

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed as per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@martin-gaievski martin-gaievski added Bug Fixes Changes to a system or product designed to handle a programming bug/glitch v2.13.0 labels Mar 1, 2024
@martin-gaievski martin-gaievski changed the title Initial version, ported from test branch Adding two phase iterator for hybrid query Mar 1, 2024
@martin-gaievski martin-gaievski deleted the hybrid_query_scorers_with_approximations branch March 3, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fixes Changes to a system or product designed to handle a programming bug/glitch v2.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant