public class Lucene46RWCodec extends Lucene46Codec
Lucene46Codec
for testing.Constructor and Description |
---|
Lucene46RWCodec() |
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, termVectorsFormat
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault, toString
public DocValuesFormat getDocValuesFormatForField(String field)
Lucene46Codec
field
.
The default implementation always returns "Lucene45"getDocValuesFormatForField
in class Lucene46Codec
public NormsFormat normsFormat()
Codec
normsFormat
in class Lucene46Codec
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.