git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987622 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2010-08-20 20:01:39 +00:00
parent 4796682de8
commit effe89cf3c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public final class IndexWriterConfig implements Cloneable {
*/ */
public static enum OpenMode { CREATE, APPEND, CREATE_OR_APPEND } public static enum OpenMode { CREATE, APPEND, CREATE_OR_APPEND }
/** Default value is 128. Change using {@link #setTermIndexInterval(int)}. */ /** Default value is 32. Change using {@link #setTermIndexInterval(int)}. */
public static final int DEFAULT_TERM_INDEX_INTERVAL = 32; public static final int DEFAULT_TERM_INDEX_INTERVAL = 32;
/** Denotes a flush trigger is disabled. */ /** Denotes a flush trigger is disabled. */