@Deprecated public class Lucene42FieldInfosFormat extends FieldInfosFormat
| Constructor and Description |
|---|
Lucene42FieldInfosFormat()
Deprecated.
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FieldInfos |
read(Directory directory,
SegmentInfo segmentInfo,
String segmentSuffix,
IOContext iocontext)
Deprecated.
|
void |
write(Directory directory,
SegmentInfo segmentInfo,
String segmentSuffix,
FieldInfos infos,
IOContext context)
Deprecated.
|
public Lucene42FieldInfosFormat()
public FieldInfos read(Directory directory, SegmentInfo segmentInfo, String segmentSuffix, IOContext iocontext) throws IOException
read in class FieldInfosFormatIOExceptionpublic void write(Directory directory, SegmentInfo segmentInfo, String segmentSuffix, FieldInfos infos, IOContext context) throws IOException
write in class FieldInfosFormatIOExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.