Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Benjamin Trent 2023-11-10 14:38:14 -05:00
commit 4e2ce76b3e
1 changed files with 3 additions and 1 deletions

View File

@ -181,7 +181,9 @@ public class TestRegexpRandom2 extends LuceneTestCase {
0,
RegexpQuery.DEFAULT_PROVIDER,
0,
MultiTermQuery.CONSTANT_SCORE_BLENDED_REWRITE,
// TODO: The NFA query is not able to use rewrite method that will utilize the
// concurrency
MultiTermQuery.CONSTANT_SCORE_BOOLEAN_REWRITE,
false);
DumbRegexpQuery dumb = new DumbRegexpQuery(new Term(fieldName, regexp), RegExp.NONE);