-
Notifications
You must be signed in to change notification settings - Fork 458
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
Add option to enable Lucene 8 index compatibility #1953
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1953 +/- ##
============================================
- Coverage 60.10% 60.09% -0.02%
Complexity 1061 1061
============================================
Files 178 178
Lines 9886 9891 +5
Branches 1370 1371 +1
============================================
+ Hits 5942 5944 +2
- Misses 3439 3441 +2
- Partials 505 506 +1
Continue to review full report at Codecov.
|
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.
LGTM
My solution to #1952 is to add a flag
-lucene8
that abandons consistent tie breaking, so retrieval doesn't need to touch the docvalues. In the regression script, a similar option--lucene8
allows the score matching to be more lenient.