Re: [PR] Rewrite newSlowRangeQuery to MatchNoDocsQuery when upper > lower [lucene]

2024-06-07 Thread via GitHub
ioanatia commented on PR #13425: URL: https://github.com/apache/lucene/pull/13425#issuecomment-2155267634 thank you for the merge - I was out for a few days and did not had a chance to bump the version. -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] Rewrite newSlowRangeQuery to MatchNoDocsQuery when upper > lower [lucene]

2024-06-04 Thread via GitHub
jpountz merged PR #13425: URL: https://github.com/apache/lucene/pull/13425 -- 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...@lucene.apa

Re: [PR] Rewrite newSlowRangeQuery to MatchNoDocsQuery when upper > lower [lucene]

2024-05-30 Thread via GitHub
jpountz commented on PR #13425: URL: https://github.com/apache/lucene/pull/13425#issuecomment-2139510268 @ioanatia Would you mind bumping this change to 9.12 since the 9.11 branch has been bumped in the meantime? Sorry for the inconvenience? The change looks good to me, I'll merge once this

Re: [PR] Rewrite newSlowRangeQuery to MatchNoDocsQuery when upper > lower [lucene]

2024-05-30 Thread via GitHub
ioanatia commented on PR #13425: URL: https://github.com/apache/lucene/pull/13425#issuecomment-2139507131 thank you @jpountz I added the changelog so this is ready for another review -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] Rewrite newSlowRangeQuery to MatchNoDocsQuery when upper > lower [lucene]

2024-05-28 Thread via GitHub
jpountz commented on PR #13425: URL: https://github.com/apache/lucene/pull/13425#issuecomment-2135418249 This makes sense to me, can you add a CHANGES entry under 9.11? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[PR] Rewrite newSlowRangeQuery to MatchNoDocsQuery when upper > lower [lucene]

2024-05-27 Thread via GitHub
ioanatia opened a new pull request, #13425: URL: https://github.com/apache/lucene/pull/13425 We already have a check in place that rewrites `SortedNumericDocValuesRangeQuery` to a `FieldExistsQuery` when the lookup range interval is `[ Long.MIN_VALUE, Long.MAX_VALUE]`. This PR adds a