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
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
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
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
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
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