@Deprecated public final class Lucene42FieldInfosWriter extends FieldInfosWriter
Lucene42FieldInfosFormat
Constructor and Description |
---|
Lucene42FieldInfosWriter()
Deprecated.
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
write(Directory directory,
String segmentName,
String segmentSuffix,
FieldInfos infos,
IOContext context)
Deprecated.
Writes the provided
FieldInfos to the
directory. |
public Lucene42FieldInfosWriter()
public void write(Directory directory, String segmentName, String segmentSuffix, FieldInfos infos, IOContext context) throws IOException
FieldInfosWriter
FieldInfos
to the
directory.write
in class FieldInfosWriter
IOException
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.