Uses of Class
org.apache.lucene.store.BaseDirectory
-
Packages that use BaseDirectory Package Description org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of BaseDirectory in org.apache.lucene.store
Subclasses of BaseDirectory in org.apache.lucene.store Modifier and Type Class Description class
CompoundFileDirectory
Class for accessing a compound stream.class
FileSwitchDirectory
Expert: A Directory instance that switches files between two other Directory instances.class
FSDirectory
Base class for Directory implementations that store index files in the file system.class
MMapDirectory
File-basedDirectory
implementation that uses mmap for reading, andFSDirectory.FSIndexOutput
for writing.class
NIOFSDirectory
AnFSDirectory
implementation that uses java.nio's FileChannel's positional read, which allows multiple threads to read from the same file without synchronizing.class
RAMDirectory
A memory-residentDirectory
implementation.class
SimpleFSDirectory
A straightforward implementation ofFSDirectory
using java.io.RandomAccessFile.
-