public class Lucene49RWCodec extends Lucene49Codec
Lucene49Codec for testing.| Constructor and Description |
|---|
Lucene49RWCodec() |
| Modifier and Type | Method and Description |
|---|---|
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, fieldInfosFormat, getPostingsFormatForField, liveDocsFormat, postingsFormat, segmentInfoFormat, storedFieldsFormat, termVectorsFormatavailableCodecs, forName, getDefault, getName, reloadCodecs, setDefault, toStringpublic DocValuesFormat getDocValuesFormatForField(String field)
Lucene49Codecfield.
The default implementation always returns "Lucene49"getDocValuesFormatForField in class Lucene49Codecpublic NormsFormat normsFormat()
CodecnormsFormat in class Lucene49CodecCopyright © 2000–2021 The Apache Software Foundation. All rights reserved.