Uses of Class
org.apache.lucene.store.BaseDirectory
Packages that use BaseDirectory
-
Uses of BaseDirectory in org.apache.lucene.store
Subclasses of BaseDirectory in org.apache.lucene.storeModifier and TypeClassDescriptionfinal class
Class for accessing a compound stream.class
Expert: A Directory instance that switches files between two other Directory instances.class
Base class for Directory implementations that store index files in the file system.class
File-basedDirectory
implementation that uses mmap for reading, andFSDirectory.FSIndexOutput
for writing.class
AnFSDirectory
implementation that uses java.nio's FileChannel's positional read, which allows multiple threads to read from the same file without synchronizing.class
A memory-residentDirectory
implementation.class
A straightforward implementation ofFSDirectory
using java.io.RandomAccessFile.