You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug introduced with #12334 when field contains missing value and if those missing values are competitive.
isMissingValueCompetitive() implementation gets invoked comparing missingValue with bottom when bottom is not even set when After is set.
We should check with topValue in cases when bottom is not set.
Version and environment details
Lucene 9.7.0
The text was updated successfully, but these errors were encountered:
Description
There is a bug introduced with #12334 when field contains missing value and if those missing values are competitive.
isMissingValueCompetitive() implementation gets invoked comparing missingValue with bottom when bottom is not even set when After is set.
We should check with topValue in cases when bottom is not set.
Version and environment details
Lucene 9.7.0
The text was updated successfully, but these errors were encountered: