Package org.apache.lucene.codecs
Class SegmentInfoFormat
java.lang.Object
org.apache.lucene.codecs.SegmentInfoFormat
- Direct Known Subclasses:
Lucene3xSegmentInfoFormat
,Lucene40SegmentInfoFormat
,Lucene46SegmentInfoFormat
Expert: Controls the format of the
SegmentInfo
(segment metadata file).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract SegmentInfoReader
Returns theSegmentInfoReader
for readingSegmentInfo
instances.abstract SegmentInfoWriter
Returns theSegmentInfoWriter
for writingSegmentInfo
instances.
-
Constructor Details
-
SegmentInfoFormat
protected SegmentInfoFormat()Sole constructor. (For invocation by subclass constructors, typically implicit.)
-
-
Method Details
-
getSegmentInfoReader
Returns theSegmentInfoReader
for readingSegmentInfo
instances. -
getSegmentInfoWriter
Returns theSegmentInfoWriter
for writingSegmentInfo
instances.
-