jpountz closed issue #14026: TestBooleanRewrites.testRandom fails
URL: https://github.com/apache/lucene/issues/14026
--
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 unsubscr
jpountz commented on issue #14026:
URL: https://github.com/apache/lucene/issues/14026#issuecomment-2507848755
I found the problem. When adding the new rewrite rule, I was assuming that
we would have rewritten a query where the number of should clauses is less than
`minimumShouldMatch` but w
ChrisHegarty commented on issue #14026:
URL: https://github.com/apache/lucene/issues/14026#issuecomment-2507765415
Taking a sample query from a failing occurrence, this query seems to not
rewrite correctly.
```
Query query = new BooleanQuery.Builder()
.add(new BooleanQuery.B
jpountz commented on issue #14026:
URL: https://github.com/apache/lucene/issues/14026#issuecomment-2507723822
Woops, I'll look.
--
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 commen
ChrisHegarty commented on issue #14026:
URL: https://github.com/apache/lucene/issues/14026#issuecomment-2507561516
git bisect tells me that #14014 is where this failure first started
occurring.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
ChrisHegarty opened a new issue, #14026:
URL: https://github.com/apache/lucene/issues/14026
```
NOTE: reproduce with: gradlew test --tests TestBooleanRewrites.testRandom
-Dtests.seed=40799F643C3392AF -Dtests.locale=fr-TN
-Dtests.timezone=Europe/Simferopol -Dtests.asserts=true
-Dtest