org.apache.lucene.codecs.lucene40
@Deprecated public class Lucene40SegmentInfoWriter extends SegmentInfoWriter
SegmentInfoWriter.Lucene40SegmentInfoFormat| Constructor and Description |
|---|
Lucene40SegmentInfoWriter()
Deprecated.
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(Directory dir,
SegmentInfo si,
FieldInfos fis,
IOContext ioContext)
Deprecated.
Save a single segment's info.
|
public Lucene40SegmentInfoWriter()
public void write(Directory dir, SegmentInfo si, FieldInfos fis, IOContext ioContext) throws IOException
write in class SegmentInfoWriterIOException - If an I/O error occursCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.