Re: [PR] Fix IndexSortSortedNumericDocValuesRangeQuery for int sort (#14732) [lucene]

2025-06-11 Thread via GitHub
dsmiley commented on PR #14736: URL: https://github.com/apache/lucene/pull/14736#issuecomment-2964446601 The CHANGES.txt addition should go under 9.12.2, not 9.12.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Fix IndexSortSortedNumericDocValuesRangeQuery for int sort (#14732) [lucene]

2025-05-30 Thread via GitHub
mayya-sharipova merged PR #14736: URL: https://github.com/apache/lucene/pull/14736 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lu

[PR] Fix IndexSortSortedNumericDocValuesRangeQuery for int sort (#14732) [lucene]

2025-05-30 Thread via GitHub
mayya-sharipova opened a new pull request, #14736: URL: https://github.com/apache/lucene/pull/14736 This query assumed that missing value is always of type long. This modifies it to allow type int as well. The test is added that fails without this change. Backport for #14732 -