Re: [PR] Allow open-ended ranges in Intervals range [lucene]

2024-10-09 Thread via GitHub
mayya-sharipova merged PR #13873: URL: https://github.com/apache/lucene/pull/13873 -- 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] Allow open-ended ranges in Intervals range [lucene]

2024-10-08 Thread via GitHub
mayya-sharipova opened a new pull request, #13873: URL: https://github.com/apache/lucene/pull/13873 Currently IntervalsSource.range function closed intervals. This will allow open-ended ranges Relates to https://github.com/apache/lucene/pull/13562 Backport for #13859 -- Th