Uses of Class
org.apache.lucene.codecs.CompoundDirectory
Packages that use CompoundDirectory
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format.Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of CompoundDirectory in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return CompoundDirectoryModifier and TypeMethodDescriptionabstract CompoundDirectoryCompoundFormat.getCompoundReader(Directory dir, SegmentInfo si, IOContext context) Returns a Directory view (read-only) for the compound files in this segment -
Uses of CompoundDirectory in org.apache.lucene.codecs.lucene50
Subclasses of CompoundDirectory in org.apache.lucene.codecs.lucene50Modifier and TypeClassDescription(package private) final classClass for accessing a compound stream.Methods in org.apache.lucene.codecs.lucene50 that return CompoundDirectoryModifier and TypeMethodDescriptionLucene50CompoundFormat.getCompoundReader(Directory dir, SegmentInfo si, IOContext context) -
Uses of CompoundDirectory in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return CompoundDirectoryModifier and TypeMethodDescriptionSimpleTextCompoundFormat.getCompoundReader(Directory dir, SegmentInfo si, IOContext context) -
Uses of CompoundDirectory in org.apache.lucene.index
Fields in org.apache.lucene.index declared as CompoundDirectoryModifier and TypeFieldDescription(package private) final CompoundDirectorySegmentCoreReaders.cfsReader