Ensure doc order for TestCommonTermsQuery#testMinShouldMatch (#13953)

This commit is contained in:
Benjamin Trent 2024-10-25 07:42:26 -04:00 committed by GitHub
parent bf69c3cf43
commit 618bfa59a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -194,7 +194,12 @@ public class TestCommonTermsQuery extends LuceneTestCase {
public void testMinShouldMatch() throws IOException {
Directory dir = newDirectory();
MockAnalyzer analyzer = new MockAnalyzer(random());
RandomIndexWriter w = new RandomIndexWriter(random(), dir, analyzer);
RandomIndexWriter w =
new RandomIndexWriter(
random(),
dir,
LuceneTestCase.newIndexWriterConfig(analyzer)
.setMergePolicy(LuceneTestCase.newMergePolicy(random(), false)));
String[] docs =
new String[] {
"this is the end of the world right",