Uses of Class
org.apache.lucene.codecs.CompoundDirectory
Packages that use CompoundDirectory
Package
Description
Lucene 5.0 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of CompoundDirectory in org.apache.lucene.backward_codecs.lucene50
Subclasses of CompoundDirectory in org.apache.lucene.backward_codecs.lucene50Modifier and TypeClassDescription(package private) final class
Class for accessing a compound stream.Methods in org.apache.lucene.backward_codecs.lucene50 that return CompoundDirectoryModifier and TypeMethodDescriptionLucene50CompoundFormat.getCompoundReader
(Directory dir, SegmentInfo si) -
Uses of CompoundDirectory in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return CompoundDirectoryModifier and TypeMethodDescriptionabstract CompoundDirectory
CompoundFormat.getCompoundReader
(Directory dir, SegmentInfo si) Returns a Directory view (read-only) for the compound files in this segment -
Uses of CompoundDirectory in org.apache.lucene.codecs.lucene90
Subclasses of CompoundDirectory in org.apache.lucene.codecs.lucene90Modifier and TypeClassDescription(package private) final class
Class for accessing a compound stream.Methods in org.apache.lucene.codecs.lucene90 that return CompoundDirectoryModifier and TypeMethodDescriptionLucene90CompoundFormat.getCompoundReader
(Directory dir, SegmentInfo si) -
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) -
Uses of CompoundDirectory in org.apache.lucene.index
Fields in org.apache.lucene.index declared as CompoundDirectoryModifier and TypeFieldDescription(package private) final CompoundDirectory
SegmentCoreReaders.cfsReader