mirror of https://github.com/apache/lucene.git
use non-deprecated constant
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@328122 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e488faf407
commit
8559a28c6e
|
@ -95,7 +95,7 @@ public class IndexModifier {
|
|||
// Lucene defaults:
|
||||
protected PrintStream infoStream = null;
|
||||
protected boolean useCompoundFile = true;
|
||||
protected int maxBufferedDocs = IndexWriter.DEFAULT_MIN_MERGE_DOCS;
|
||||
protected int maxBufferedDocs = IndexWriter.DEFAULT_MAX_BUFFERED_DOCS;
|
||||
protected int maxFieldLength = IndexWriter.DEFAULT_MAX_FIELD_LENGTH;
|
||||
protected int mergeFactor = IndexWriter.DEFAULT_MERGE_FACTOR;
|
||||
|
||||
|
|
Loading…
Reference in New Issue