Skip to content

Commit

Permalink
Test review of TestSizeBoundedForceMerge
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Mar 10, 2024
1 parent ccbb96e commit 74d4272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lucene.Net.Tests/Index/TestSizeBoundedForceMerge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private void AddDocs(IndexWriter writer, int numDocs, bool withID)
writer.Commit();
}

private IndexWriterConfig NewWriterConfig()
private static IndexWriterConfig NewWriterConfig()
{
IndexWriterConfig conf = NewIndexWriterConfig(TEST_VERSION_CURRENT, null);
conf.SetMaxBufferedDocs(IndexWriterConfig.DISABLE_AUTO_FLUSH);
Expand Down Expand Up @@ -401,4 +401,4 @@ public virtual void TestSingleMergeableTooLargeSegment()
Assert.IsTrue(sis[0].HasDeletions);
}
}
}
}

0 comments on commit 74d4272

Please sign in to comment.