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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/store/
H A DDirectory.java28 /** A Directory is a flat list of files. Files may be written once, when they
39 * Directory locking is implemented by an instance of {@link
40 * LockFactory}, and can be changed for each Directory
44 public abstract class Directory implements Closeable { class in inherits:Closeable
49 * this Directory instance). */
138 * specified read buffer size. The particular Directory
140 * the only Directory implementations that respect this
171 * Set the LockFactory that this Directory instance should
186 * Get the LockFactory that this Directory instance is
188 * may be null for Directory implementation
[all...]

Completed in 11 milliseconds