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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/store/
H A DFSDirectory.java100 * the best FSDirectory implementation given your
113 public abstract class FSDirectory extends Directory { class in inherits:Directory
132 /** Create a new FSDirectory for the named location (ctor for subclasses).
138 protected FSDirectory(File path, LockFactory lockFactory) throws IOException { method in class:FSDirectory
151 /** Creates an FSDirectory instance, trying to pick the
171 public static FSDirectory open(File path) throws IOException {
177 public static FSDirectory open(File path, LockFactory lockFactory) throws IOException {
433 private final FSDirectory parent;
438 public FSIndexOutput(FSDirectory parent, String name) throws IOException {

Completed in 12 milliseconds