public class AssertingCodec extends FilterCodec
delegate| Constructor and Description |
|---|
AssertingCodec() |
| Modifier and Type | Method and Description |
|---|---|
DocValuesFormat |
docValuesFormat()
Encodes/decodes docvalues
|
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()
Encodes/decodes live docs
|
NormsFormat |
normsFormat()
Encodes/decodes document normalization values
|
PostingsFormat |
postingsFormat()
Encodes/decodes postings
|
StoredFieldsFormat |
storedFieldsFormat()
Encodes/decodes stored fields
|
TermVectorsFormat |
termVectorsFormat()
Encodes/decodes term vectors
|
String |
toString()
returns the codec's name.
|
compoundFormat, fieldInfosFormat, segmentInfoFormatavailableCodecs, forName, getDefault, getName, reloadCodecs, setDefaultpublic PostingsFormat postingsFormat()
CodecpostingsFormat in class FilterCodecpublic TermVectorsFormat termVectorsFormat()
CodectermVectorsFormat in class FilterCodecpublic StoredFieldsFormat storedFieldsFormat()
CodecstoredFieldsFormat in class FilterCodecpublic DocValuesFormat docValuesFormat()
CodecdocValuesFormat in class FilterCodecpublic NormsFormat normsFormat()
CodecnormsFormat in class FilterCodecpublic LiveDocsFormat liveDocsFormat()
CodecliveDocsFormat in class FilterCodecpublic String toString()
Codecpublic 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–2015 The Apache Software Foundation. All rights reserved.