@Deprecated public class Lucene50SegmentInfoFormat extends SegmentInfoFormat
| Modifier and Type | Field and Description |
|---|---|
static String |
SI_EXTENSION
Deprecated.
File extension used to store
SegmentInfo. |
| Constructor and Description |
|---|
Lucene50SegmentInfoFormat()
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 si,
IOContext ioContext)
Deprecated.
|
public static final String SI_EXTENSION
SegmentInfo.public Lucene50SegmentInfoFormat()
public SegmentInfo read(Directory dir, String segment, byte[] segmentID, IOContext context) throws IOException
read in class SegmentInfoFormatIOExceptionpublic void write(Directory dir, SegmentInfo si, IOContext ioContext) throws IOException
write in class SegmentInfoFormatIOExceptionCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.