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 classCompoundFileDirectoryClass for accessing a compound stream.classFileSwitchDirectoryExpert: A Directory instance that switches files between two other Directory instances.classFSDirectoryBase class for Directory implementations that store index files in the file system.classMMapDirectoryFile-basedDirectoryimplementation that uses mmap for reading, andFSDirectory.FSIndexOutputfor writing.classNIOFSDirectoryAnFSDirectoryimplementation that uses java.nio's FileChannel's positional read, which allows multiple threads to read from the same file without synchronizing.classRAMDirectoryA memory-residentDirectoryimplementation.classSimpleFSDirectoryA straightforward implementation ofFSDirectoryusing java.io.RandomAccessFile.
-