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