Uses of Class
org.apache.lucene.store.FilterDirectory
-
Packages that use FilterDirectory Package Description org.apache.lucene.store -
-
Uses of FilterDirectory in org.apache.lucene.store
Subclasses of FilterDirectory in org.apache.lucene.store Modifier and Type Class Description classHardlinkCopyDirectoryWrapperThis 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.classLockValidatingDirectoryWrapperThis class makes a best-effort check that a providedLockis valid before any destructive filesystem operation.classTrackingDirectoryWrapperA delegating Directory that records which files were written to and deleted.
-