Ensure doc order for TestCommonTermsQuery#testMinShouldMatch (#13953)

This commit is contained in:
Benjamin Trent 2024-10-25 07:42:26 -04:00 committed by Benjamin Trent
parent e8c2218c3a
commit ef2b8131cf
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",