Class CompoundDirectory

java.lang.Object
org.apache.lucene.store.Directory
org.apache.lucene.codecs.CompoundDirectory
All Implemented Interfaces:
Closeable, AutoCloseable

public abstract class CompoundDirectory extends Directory
A read-only Directory that consists of a view over a compound file.
See Also:
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Constructor Details

    • CompoundDirectory

      protected CompoundDirectory()
      Sole constructor.
  • Method Details