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