Package org.apache.lucene.codecs
Class SegmentInfoFormat
- java.lang.Object
-
- org.apache.lucene.codecs.SegmentInfoFormat
-
- Direct Known Subclasses:
Lucene3xSegmentInfoFormat,Lucene40SegmentInfoFormat,Lucene46SegmentInfoFormat
public abstract class SegmentInfoFormat extends java.lang.ObjectExpert: Controls the format of theSegmentInfo(segment metadata file).- See Also:
SegmentInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract SegmentInfoReadergetSegmentInfoReader()Returns theSegmentInfoReaderfor readingSegmentInfoinstances.abstract SegmentInfoWritergetSegmentInfoWriter()Returns theSegmentInfoWriterfor writingSegmentInfoinstances.
-
-
-
Method Detail
-
getSegmentInfoReader
public abstract SegmentInfoReader getSegmentInfoReader()
Returns theSegmentInfoReaderfor readingSegmentInfoinstances.
-
getSegmentInfoWriter
public abstract SegmentInfoWriter getSegmentInfoWriter()
Returns theSegmentInfoWriterfor writingSegmentInfoinstances.
-
-