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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DIndexWriter.java54 An <code>IndexWriter</code> creates and maintains an index.
57 #IndexWriter(Directory, Analyzer, boolean, MaxFieldLength) constructor} determines
63 also {@link #IndexWriter(Directory, Analyzer, MaxFieldLength) constructors}
87 internal buffered state in IndexWriter into the index, but
95 <p>Opening an <code>IndexWriter</code> creates a lock file for the directory in use. Trying to open
96 another <code>IndexWriter</code> on the same directory will lead to a
102 <p>Expert: <code>IndexWriter</code> allows an optional
118 <code>IndexWriter</code> allows you to separately change
130 OutOfMemoryError then IndexWriter will quietly record this
142 IndexWriter} instance
178 public class IndexWriter implements Closeable, TwoPhaseCommit { class in inherits:Closeable,TwoPhaseCommit
924 public IndexWriter(Directory d, Analyzer a, boolean create, MaxFieldLength mfl) method in class:IndexWriter
951 public IndexWriter(Directory d, Analyzer a, MaxFieldLength mfl) method in class:IndexWriter
977 public IndexWriter(Directory d, Analyzer a, IndexDeletionPolicy deletionPolicy, MaxFieldLength mfl) method in class:IndexWriter
1009 public IndexWriter(Directory d, Analyzer a, boolean create, IndexDeletionPolicy deletionPolicy, MaxFieldLength mfl) method in class:IndexWriter
1050 public IndexWriter(Directory d, Analyzer a, IndexDeletionPolicy deletionPolicy, MaxFieldLength mfl, IndexCommit commit) method in class:IndexWriter
1081 public IndexWriter(Directory d, IndexWriterConfig conf) method in class:IndexWriter
[all...]

Completed in 17 milliseconds