java.lang.ObjectFile-based Directory implementation that uses mmap for input.org.apache.lucene.store.Directory
org.apache.lucene.store.FSDirectory
org.apache.lucene.store.MMapDirectory
To use this, invoke Java with the System property org.apache.lucene.FSDirectory.class set to org.apache.lucene.store.MMapDirectory. This will cause FSDirectory#getDirectory(File,boolean) to return instances of this class.
| Fields inherited from org.apache.lucene.store.FSDirectory: |
|---|
| LOCK_DIR |
| Fields inherited from org.apache.lucene.store.Directory: |
|---|
| isOpen, lockFactory |
| Method from org.apache.lucene.store.MMapDirectory Summary: |
|---|
| openInput, openInput |
| Methods from org.apache.lucene.store.FSDirectory: |
|---|
| close, createOutput, deleteFile, fileExists, fileLength, fileModified, fileModified, getDirectory, getDirectory, getDirectory, getDirectory, getDirectory, getDirectory, getDisableLocks, getFile, getLockID, list, openInput, openInput, renameFile, setDisableLocks, sync, toString, touchFile |
| Methods from org.apache.lucene.store.Directory: |
|---|
| clearLock, close, copy, createOutput, deleteFile, ensureOpen, fileExists, fileLength, fileModified, getLockFactory, getLockID, list, makeLock, openInput, openInput, renameFile, setLockFactory, sync, touchFile |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.lucene.store.MMapDirectory Detail: |
|---|
|
|