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:
-
Method Summary
Modifier and TypeMethodDescriptionabstract SegmentInfoReaderReturns theSegmentInfoReaderfor readingSegmentInfoinstances.abstract SegmentInfoWriterReturns theSegmentInfoWriterfor writingSegmentInfoinstances.
-
Method Details
-
getSegmentInfoReader
Returns theSegmentInfoReaderfor readingSegmentInfoinstances. -
getSegmentInfoWriter
Returns theSegmentInfoWriterfor writingSegmentInfoinstances.
-