public class AssertingCodec extends FilterCodec
delegate
Constructor and Description |
---|
AssertingCodec() |
Modifier and Type | Method and Description |
---|---|
DocValuesFormat |
docValuesFormat()
Encodes/decodes docvalues
|
DocValuesFormat |
getDocValuesFormatForField(java.lang.String field)
Returns the docvalues format that should be used for writing
new segments of
field . |
PostingsFormat |
getPostingsFormatForField(java.lang.String field)
Returns the postings format that should be used for writing
new segments of
field . |
LiveDocsFormat |
liveDocsFormat()
Encodes/decodes live docs
|
NormsFormat |
normsFormat()
Encodes/decodes document normalization values
|
PointsFormat |
pointsFormat()
Encodes/decodes points index
|
PostingsFormat |
postingsFormat()
Encodes/decodes postings
|
StoredFieldsFormat |
storedFieldsFormat()
Encodes/decodes stored fields
|
TermVectorsFormat |
termVectorsFormat()
Encodes/decodes term vectors
|
java.lang.String |
toString()
returns the codec's name.
|
compoundFormat, fieldInfosFormat, segmentInfoFormat
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault
public PostingsFormat postingsFormat()
Codec
postingsFormat
in class FilterCodec
public TermVectorsFormat termVectorsFormat()
Codec
termVectorsFormat
in class FilterCodec
public StoredFieldsFormat storedFieldsFormat()
Codec
storedFieldsFormat
in class FilterCodec
public DocValuesFormat docValuesFormat()
Codec
docValuesFormat
in class FilterCodec
public NormsFormat normsFormat()
Codec
normsFormat
in class FilterCodec
public LiveDocsFormat liveDocsFormat()
Codec
liveDocsFormat
in class FilterCodec
public PointsFormat pointsFormat()
Codec
pointsFormat
in class FilterCodec
public java.lang.String toString()
Codec
public PostingsFormat getPostingsFormatForField(java.lang.String field)
field
.
The default implementation always returns "Asserting"public DocValuesFormat getDocValuesFormatForField(java.lang.String field)
field
.
The default implementation always returns "Asserting"Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.