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 classAByteBuffer-basedDirectoryimplementation that can be used to store index files on the heap.classBase class for Directory implementations that store index files in the file system.classFile-basedDirectoryimplementation that uses mmap for reading, andFSDirectory.FSIndexOutputfor writing.classADirectoryimplementation for all Unixes that uses DIRECT I/O to bypass OS level IO caching during merging.classAnFSDirectoryimplementation that uses java.nio's FileChannel's positional read, which allows multiple threads to read from the same file without synchronizing.classA straightforward implementation ofFSDirectoryusing java.io.RandomAccessFile.classDeprecated.classDeprecated.This class is a less efficient implementation of what's available inNIOFSDirectory, and will be removed in future versions of Lucene.classNativeDirectoryimplementation for Microsoft Windows.
MMapDirectory.