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