Class Lucene40SegmentInfoWriter
java.lang.Object
org.apache.lucene.codecs.SegmentInfoWriter
org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoWriter
Deprecated.
Lucene 4.0 implementation of
SegmentInfoWriter.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(Directory dir, SegmentInfo si, FieldInfos fis, IOContext ioContext) Deprecated.Save a single segment's info.
-
Constructor Details
-
Lucene40SegmentInfoWriter
public Lucene40SegmentInfoWriter()Deprecated.Sole constructor.
-
-
Method Details
-
write
public void write(Directory dir, SegmentInfo si, FieldInfos fis, IOContext ioContext) throws IOException Deprecated.Save a single segment's info.- Specified by:
writein classSegmentInfoWriter- Throws:
IOException- If an I/O error occurs
-