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:
Daniel Naber 2005-10-24 18:29:57 +00:00
parent e488faf407
commit 8559a28c6e
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class IndexModifier {
// Lucene defaults: // Lucene defaults:
protected PrintStream infoStream = null; protected PrintStream infoStream = null;
protected boolean useCompoundFile = true; 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 maxFieldLength = IndexWriter.DEFAULT_MAX_FIELD_LENGTH;
protected int mergeFactor = IndexWriter.DEFAULT_MERGE_FACTOR; protected int mergeFactor = IndexWriter.DEFAULT_MERGE_FACTOR;