Uses of Class
org.apache.lucene.store.FilterDirectory
Packages that use FilterDirectory
Package
Description
Code to maintain and access indices.
Binary i/o API, used for all index data.
-
Uses of FilterDirectory in org.apache.lucene.index
Subclasses of FilterDirectory in org.apache.lucene.index -
Uses of FilterDirectory in org.apache.lucene.store
Subclasses of FilterDirectory in org.apache.lucene.storeModifier and TypeClassDescriptionfinal classThis 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.final classThis class makes a best-effort check that a providedLockis valid before any destructive filesystem operation.classWraps aRAMDirectoryaround any provided delegate directory, to be used during NRT search.final classDirectory that wraps another, and that sleeps and retries if obtaining the lock fails.final classA delegating Directory that records which files were written to and deleted.