-
-
Notifications
You must be signed in to change notification settings - Fork 716
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
ConstScoreQuery
#1463
ConstScoreQuery
#1463
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1463 +/- ##
==========================================
- Coverage 94.07% 94.04% -0.03%
==========================================
Files 238 239 +1
Lines 44564 44637 +73
==========================================
+ Hits 41922 41978 +56
- Misses 2642 2659 +17
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
778154b
to
5e88a51
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move the ConstScorer in there too?
…nd ConstScoreQuery from parent query module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix clippy
Based this on
BoostQuery
, was able to reuse the existingConstScorer
.