@Deprecated public class Lucene40FieldInfosWriter extends FieldInfosWriter
Lucene40FieldInfosFormat
Constructor and Description |
---|
Lucene40FieldInfosWriter()
Deprecated.
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
byte |
docValuesByte(FieldInfo.DocValuesType type,
String legacyTypeAtt)
Deprecated.
4.0-style docvalues byte
|
void |
write(Directory directory,
String segmentName,
String segmentSuffix,
FieldInfos infos,
IOContext context)
Deprecated.
Writes the provided
FieldInfos to the
directory. |
public Lucene40FieldInfosWriter()
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
public byte docValuesByte(FieldInfo.DocValuesType type, String legacyTypeAtt)
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.