Package org.apache.lucene.misc.store
package org.apache.lucene.misc.store
Misc Directory implementations.
-
ClassesClassDescriptionA
Directoryimplementation for all Unixes and Windows that uses DIRECT I/O to bypass OS level IO caching during merging.This directory wrapper overridesDirectory.copyFrom(Directory, String, String, IOContext)in order to optionally use a hard-link instead of a full byte by byte file copy if applicable.A straightforward implementation ofFSDirectoryusing java.io.RandomAccessFile.NativeDirectoryimplementation for Microsoft Windows.