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

Fix boost missing in MultiFieldQueryParser #12202

Merged
merged 2 commits into from
Mar 13, 2023

Conversation

jasirkt
Copy link
Contributor

@jasirkt jasirkt commented Mar 13, 2023

Description

This fixes #8966.

When using boost along with any of fuzzy, wildcard, regexp, range or prefix queries, the boost is not applied.

@rmuir rmuir added this to the 9.6.0 milestone Mar 13, 2023
@rmuir rmuir merged commit 4851bd7 into apache:main Mar 13, 2023
@rmuir
Copy link
Member

rmuir commented Mar 13, 2023

@jasirkt thanks for fixing another boost bug in this parser!

asfgit pushed a commit that referenced this pull request Mar 13, 2023
When using boost along with any of fuzzy, wildcard, regexp, range or prefix queries, the boost is not applied.
@jasirkt jasirkt deleted the bugfix/mfqp_boost_missing branch March 13, 2023 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wildcard query parser of MultiFieldQueryParser should support boosts [LUCENE-7917]
2 participants