Class SegmentInfoFormat

java.lang.Object
org.apache.lucene.codecs.SegmentInfoFormat
Direct Known Subclasses:
Lucene3xSegmentInfoFormat, Lucene40SegmentInfoFormat, Lucene46SegmentInfoFormat

public abstract class SegmentInfoFormat extends Object
Expert: Controls the format of the SegmentInfo (segment metadata file).

See Also:
  • Constructor Details

    • SegmentInfoFormat

      protected SegmentInfoFormat()
      Sole constructor. (For invocation by subclass constructors, typically implicit.)
  • Method Details