@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.
|
public Lucene40FieldInfosWriter()
public void write(Directory directory, String segmentName, String segmentSuffix, FieldInfos infos, IOContext context) throws IOException
write in class FieldInfosWriterIOExceptionpublic byte docValuesByte(FieldInfo.DocValuesType type, String legacyTypeAtt)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.