@Deprecated public final class Lucene46FieldInfosFormat extends FieldInfosFormat
| Constructor and Description |
|---|
Lucene46FieldInfosFormat()
Deprecated.
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FieldInfos |
read(Directory directory,
SegmentInfo segmentInfo,
String segmentSuffix,
IOContext context)
Deprecated.
|
void |
write(Directory directory,
SegmentInfo segmentInfo,
String segmentSuffix,
FieldInfos infos,
IOContext context)
Deprecated.
Writes the provided
FieldInfos to the
directory. |
public Lucene46FieldInfosFormat()
public FieldInfos read(Directory directory, SegmentInfo segmentInfo, String segmentSuffix, IOContext context) throws IOException
FieldInfosFormatFieldInfos previously written with FieldInfosFormat.write(org.apache.lucene.store.Directory, org.apache.lucene.index.SegmentInfo, java.lang.String, org.apache.lucene.index.FieldInfos, org.apache.lucene.store.IOContext).read in class FieldInfosFormatIOExceptionpublic void write(Directory directory, SegmentInfo segmentInfo, String segmentSuffix, FieldInfos infos, IOContext context) throws IOException
FieldInfosFormatFieldInfos to the
directory.write in class FieldInfosFormatIOExceptionCopyright © 2000-2017 The Apache Software Foundation. All Rights Reserved.