Re: [PR] Parse escaped brackets and spaces in range queries [lucene]

2024-12-24 Thread via GitHub
github-actions[bot] commented on PR #13887: URL: https://github.com/apache/lucene/pull/13887#issuecomment-2561505222 This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you for your contributi

Re: [PR] Parse escaped brackets and spaces in range queries [lucene]

2024-12-02 Thread via GitHub
github-actions[bot] commented on PR #13887: URL: https://github.com/apache/lucene/pull/13887#issuecomment-2513255223 This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you for your contributi

Re: [PR] Parse escaped brackets and spaces in range queries [lucene]

2024-11-18 Thread via GitHub
benchaplin commented on PR #13887: URL: https://github.com/apache/lucene/pull/13887#issuecomment-2483785234 @dweiss you mentioned in my previous PR that I should do some randomized testing. I did, which helped me find the "Addition of "\\" in the negation set" requirement. However I just tr

Re: [PR] Parse escaped brackets and spaces in range queries [lucene]

2024-11-13 Thread via GitHub
github-actions[bot] commented on PR #13887: URL: https://github.com/apache/lucene/pull/13887#issuecomment-2475092304 This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you for your contributi

Re: [PR] Parse escaped brackets and spaces in range queries [lucene]

2024-10-30 Thread via GitHub
benchaplin commented on PR #13887: URL: https://github.com/apache/lucene/pull/13887#issuecomment-2448040728 Sorry for the failed builds, didn't realize I had an incorrect checksum. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[PR] Parse escaped brackets and spaces in range queries [lucene]

2024-10-10 Thread via GitHub
benchaplin opened a new pull request, #13887: URL: https://github.com/apache/lucene/pull/13887 ### Description [This issue](https://github.com/apache/lucene/issues/13234) raises a question about the QueryParser's ability to handle escaped brackets in a range query's terms. ```