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, termVectorsFormat
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault, toString
public FieldInfosFormat fieldInfosFormat()
Codec
fieldInfosFormat
in class Lucene45Codec
public DocValuesFormat getDocValuesFormatForField(String field)
Lucene45Codec
field
.
The default implementation always returns "Lucene45"getDocValuesFormatForField
in class Lucene45Codec
public NormsFormat normsFormat()
Codec
normsFormat
in class Lucene45Codec
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.