mirror of https://github.com/apache/lucene.git
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
4e2ce76b3e
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue