Package org.apache.lucene.codecs
Class SegmentInfoWriter
- java.lang.Object
 - 
- org.apache.lucene.codecs.SegmentInfoWriter
 
 
- 
- Direct Known Subclasses:
 Lucene40SegmentInfoWriter,Lucene46SegmentInfoWriter
public abstract class SegmentInfoWriter extends java.lang.ObjectSpecifies an API for classes that can write outSegmentInfodata. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidwrite(Directory dir, SegmentInfo info, FieldInfos fis, IOContext ioContext)WriteSegmentInfodata. 
 - 
 
- 
- 
Method Detail
- 
write
public abstract void write(Directory dir, SegmentInfo info, FieldInfos fis, IOContext ioContext) throws java.io.IOException
WriteSegmentInfodata.- Throws:
 java.io.IOException- If an I/O error occurs
 
 - 
 
 -