Class SegmentInfoWriter

java.lang.Object
org.apache.lucene.codecs.SegmentInfoWriter
Direct Known Subclasses:
Lucene40SegmentInfoWriter, Lucene46SegmentInfoWriter

public abstract class SegmentInfoWriter extends Object
Specifies an API for classes that can write out SegmentInfo data.
  • Constructor Details

    • SegmentInfoWriter

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