Class Lucene46SegmentInfoWriter
- java.lang.Object
-
- org.apache.lucene.codecs.SegmentInfoWriter
-
- org.apache.lucene.codecs.lucene46.Lucene46SegmentInfoWriter
-
public class Lucene46SegmentInfoWriter extends SegmentInfoWriter
Lucene 4.0 implementation ofSegmentInfoWriter.- See Also:
Lucene46SegmentInfoFormat
-
-
Constructor Summary
Constructors Constructor Description Lucene46SegmentInfoWriter()Sole constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(Directory dir, SegmentInfo si, FieldInfos fis, IOContext ioContext)Save a single segment's info.
-
-
-
Method Detail
-
write
public void write(Directory dir, SegmentInfo si, FieldInfos fis, IOContext ioContext) throws java.io.IOException
Save a single segment's info.- Specified by:
writein classSegmentInfoWriter- Throws:
java.io.IOException- If an I/O error occurs
-
-