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, segmentInfoFormatavailableCodecs, forName, getDefault, getName, reloadCodecs, setDefaultpublic PostingsFormat postingsFormat()
postingsFormat in class FilterCodecpublic TermVectorsFormat termVectorsFormat()
termVectorsFormat in class FilterCodecpublic StoredFieldsFormat storedFieldsFormat()
storedFieldsFormat in class FilterCodecpublic DocValuesFormat docValuesFormat()
docValuesFormat in class FilterCodecpublic NormsFormat normsFormat()
normsFormat in class FilterCodecpublic LiveDocsFormat liveDocsFormat()
liveDocsFormat in class FilterCodecpublic PointsFormat pointsFormat()
pointsFormat in class FilterCodecpublic 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-2016 Apache Software Foundation. All Rights Reserved.