@Deprecated public class Lucene40SegmentInfoFormat extends SegmentInfoFormat
| Constructor and Description |
|---|
Lucene40SegmentInfoFormat()
Deprecated.
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SegmentInfo |
read(Directory dir,
String segment,
byte[] segmentID,
IOContext context)
Deprecated.
|
void |
write(Directory dir,
SegmentInfo info,
IOContext ioContext)
Deprecated.
|
public Lucene40SegmentInfoFormat()
public final SegmentInfo read(Directory dir, String segment, byte[] segmentID, IOContext context) throws IOException
read in class SegmentInfoFormatIOExceptionpublic void write(Directory dir, SegmentInfo info, IOContext ioContext) throws IOException
write in class SegmentInfoFormatIOExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.