@Deprecated public class Lucene42FieldInfosFormat extends FieldInfosFormat
Field names are stored in the field info file, with suffix .fnm.
FieldInfos (.fnm) --> Header,FieldsCount, <FieldName,FieldNumber, FieldBits,DocValuesBits,Attributes> FieldsCount
Data types:
CodecHeader
VInt
String
Byte
VInt
Map<String,String>
norms
options, and the low-order bits representing
DocValues
options. Each four-bit integer can be decoded as such:
FieldInfo.DocValuesType.NUMERIC
)DocValuesType#BINARY
)DocValuesType#SORTED
)Constructor and Description |
---|
Lucene42FieldInfosFormat()
Deprecated.
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
FieldInfosReader |
getFieldInfosReader()
Deprecated.
Returns a
FieldInfosReader to read field infos
from the index |
FieldInfosWriter |
getFieldInfosWriter()
Deprecated.
Returns a
FieldInfosWriter to write field infos
to the index |
public Lucene42FieldInfosFormat()
public FieldInfosReader getFieldInfosReader() throws IOException
FieldInfosFormat
FieldInfosReader
to read field infos
from the indexgetFieldInfosReader
in class FieldInfosFormat
IOException
public FieldInfosWriter getFieldInfosWriter() throws IOException
FieldInfosFormat
FieldInfosWriter
to write field infos
to the indexgetFieldInfosWriter
in class FieldInfosFormat
IOException
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.