@Deprecated public class Lucene40SegmentInfoReader extends SegmentInfoReader
SegmentInfoReader
.Lucene40SegmentInfoFormat
Constructor and Description |
---|
Lucene40SegmentInfoReader()
Deprecated.
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
SegmentInfo |
read(Directory dir,
String segment,
IOContext context)
Deprecated.
Read
SegmentInfo data from a directory. |
public Lucene40SegmentInfoReader()
public SegmentInfo read(Directory dir, String segment, IOContext context) throws IOException
SegmentInfoReader
SegmentInfo
data from a directory.read
in class SegmentInfoReader
dir
- directory to read fromsegment
- name of the segment to readIOException
- If an I/O error occursCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.