Searched defs:APPEND (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DIndexWriterConfig.java53 * {@link #APPEND} - opens an existing index.
56 public static enum OpenMode { CREATE, APPEND, CREATE_OR_APPEND } enum constant in enum:IndexWriterConfig.OpenMode

Completed in 2675 milliseconds