public class Lucene45RWCodec extends Lucene45Codec
Lucene45Codec for testing.| Constructor and Description |
|---|
Lucene45RWCodec() |
| Modifier and Type | Method and Description |
|---|---|
FieldInfosFormat |
fieldInfosFormat()
Encodes/decodes field infos file
|
DocValuesFormat |
getDocValuesFormatForField(String field)
Returns the docvalues format that should be used for writing
new segments of
field. |
NormsFormat |
normsFormat()
Encodes/decodes document normalization values
|
docValuesFormat, getPostingsFormatForField, liveDocsFormat, postingsFormat, segmentInfoFormat, storedFieldsFormat, termVectorsFormatavailableCodecs, forName, getDefault, getName, reloadCodecs, setDefault, toStringpublic FieldInfosFormat fieldInfosFormat()
CodecfieldInfosFormat in class Lucene45Codecpublic DocValuesFormat getDocValuesFormatForField(String field)
Lucene45Codecfield.
The default implementation always returns "Lucene45"getDocValuesFormatForField in class Lucene45Codecpublic NormsFormat normsFormat()
CodecnormsFormat in class Lucene45CodecCopyright © 2000–2021 The Apache Software Foundation. All rights reserved.