public class CrankyCodec extends FilterCodec
delegate| Constructor and Description | 
|---|
| CrankyCodec(Codec delegate,
           Random random)Wrap the provided codec with crankiness. | 
| Modifier and Type | Method and Description | 
|---|---|
| CompoundFormat | compoundFormat() | 
| DocValuesFormat | docValuesFormat() | 
| FieldInfosFormat | fieldInfosFormat() | 
| LiveDocsFormat | liveDocsFormat() | 
| NormsFormat | normsFormat() | 
| PostingsFormat | postingsFormat() | 
| SegmentInfoFormat | segmentInfoFormat() | 
| StoredFieldsFormat | storedFieldsFormat() | 
| TermVectorsFormat | termVectorsFormat() | 
| String | toString() | 
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefaultpublic DocValuesFormat docValuesFormat()
docValuesFormat in class FilterCodecpublic FieldInfosFormat fieldInfosFormat()
fieldInfosFormat in class FilterCodecpublic LiveDocsFormat liveDocsFormat()
liveDocsFormat in class FilterCodecpublic NormsFormat normsFormat()
normsFormat in class FilterCodecpublic PostingsFormat postingsFormat()
postingsFormat in class FilterCodecpublic SegmentInfoFormat segmentInfoFormat()
segmentInfoFormat in class FilterCodecpublic StoredFieldsFormat storedFieldsFormat()
storedFieldsFormat in class FilterCodecpublic TermVectorsFormat termVectorsFormat()
termVectorsFormat in class FilterCodecpublic CompoundFormat compoundFormat()
compoundFormat in class FilterCodecCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.