Frames | No Frames |
Classes derived from org.apache.lucene.store.FSDirectory | |
class | File-based Directory implementation that uses mmap for input. |
Methods with return type org.apache.lucene.store.FSDirectory | |
FSDirectory | FSDirectory.getDirectory(File file) Returns the directory instance for the named location. |
FSDirectory | FSDirectory.getDirectory(File file, boolean create) Returns the directory instance for the named location. |
FSDirectory | Returns the directory instance for the named location. |
FSDirectory | FSDirectory.getDirectory(String path) Returns the directory instance for the named location. |
FSDirectory | FSDirectory.getDirectory(String path, boolean create) Returns the directory instance for the named location. |
FSDirectory | Returns the directory instance for the named location. |