-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Upgrade] to lucene-9.4.0-snapshot-ddf0d0a #4183
[Upgrade] to lucene-9.4.0-snapshot-ddf0d0a #4183
Conversation
Gradle Check (Jenkins) Run Completed with:
|
@Override | ||
public void setScorer(Scorable scorer) { | ||
BytesRefFieldComparatorSource.this.setScorer(scorer); | ||
} |
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.
not sure what was the use of this and when we are removing it will this impact anything.
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.
It doesn't impact anything since the setScorer
method is a noop
2233fa2
to
e456618
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
e456618
to
38c237c
Compare
Gradle Check (Jenkins) Run Completed with:
|
Hmm.. can't repro locally. Refiring and will continue to dig...
|
start gradle check |
Gradle Check (Jenkins) Run Completed with:
|
@@ -99,7 +100,7 @@ public FieldComparator<?> newComparator(String fieldname, int numHits, boolean e | |||
final boolean sortMissingLast = sortMissingLast(missingValue) ^ reversed; | |||
final BytesRef missingBytes = (BytesRef) missingObject(missingValue, reversed); | |||
if (indexFieldData instanceof IndexOrdinalsFieldData) { | |||
return new FieldComparator.TermOrdValComparator(numHits, null, sortMissingLast) { | |||
FieldComparator<?> cmp = new TermOrdValComparator(numHits, indexFieldData.getFieldName(), sortMissingLast, reversed) { |
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.
@nknize This may have caused a regression, see https://build.ci.opensearch.org/job/gradle-check/1941/
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.
(Also in https://build.ci.opensearch.org/job/gradle-check/1752/ associated with this PR)
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.
Disregard the above. Found the problem elsewhere.
Upgrades to latest snapshot of lucene 9.4.