public class AssertingCodec extends FilterCodec
delegate
Constructor and Description |
---|
AssertingCodec() |
Modifier and Type | Method and Description |
---|---|
DocValuesFormat |
docValuesFormat() |
DocValuesFormat |
getDocValuesFormatForField(String field)
Returns the docvalues format that should be used for writing
new segments of
field . |
PostingsFormat |
getPostingsFormatForField(String field)
Returns the postings format that should be used for writing
new segments of
field . |
LiveDocsFormat |
liveDocsFormat() |
NormsFormat |
normsFormat() |
PointsFormat |
pointsFormat() |
PostingsFormat |
postingsFormat() |
StoredFieldsFormat |
storedFieldsFormat() |
TermVectorsFormat |
termVectorsFormat() |
String |
toString() |
compoundFormat, fieldInfosFormat, segmentInfoFormat
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault
public PostingsFormat postingsFormat()
postingsFormat
in class FilterCodec
public TermVectorsFormat termVectorsFormat()
termVectorsFormat
in class FilterCodec
public StoredFieldsFormat storedFieldsFormat()
storedFieldsFormat
in class FilterCodec
public DocValuesFormat docValuesFormat()
docValuesFormat
in class FilterCodec
public NormsFormat normsFormat()
normsFormat
in class FilterCodec
public LiveDocsFormat liveDocsFormat()
liveDocsFormat
in class FilterCodec
public PointsFormat pointsFormat()
pointsFormat
in class FilterCodec
public PostingsFormat getPostingsFormatForField(String field)
field
.
The default implementation always returns "Asserting"public DocValuesFormat getDocValuesFormatForField(String field)
field
.
The default implementation always returns "Asserting"Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.