org.apache.lucene.codecs.asserting
Class AssertingCodec

java.lang.Object
  extended by org.apache.lucene.codecs.Codec
      extended by org.apache.lucene.codecs.asserting.AssertingCodec
All Implemented Interfaces:
NamedSPILoader.NamedSPI

public class AssertingCodec
extends Codec

Acts like Lucene40Codec but with additional asserts.


Constructor Summary
AssertingCodec()
           
 
Method Summary
 DocValuesFormat docValuesFormat()
           
 FieldInfosFormat fieldInfosFormat()
           
 LiveDocsFormat liveDocsFormat()
           
 NormsFormat normsFormat()
           
 PostingsFormat postingsFormat()
           
 SegmentInfoFormat segmentInfoFormat()
           
 StoredFieldsFormat storedFieldsFormat()
           
 TermVectorsFormat termVectorsFormat()
           
 
Methods inherited from class org.apache.lucene.codecs.Codec
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertingCodec

public AssertingCodec()
Method Detail

postingsFormat

public PostingsFormat postingsFormat()
Specified by:
postingsFormat in class Codec

docValuesFormat

public DocValuesFormat docValuesFormat()
Specified by:
docValuesFormat in class Codec

storedFieldsFormat

public StoredFieldsFormat storedFieldsFormat()
Specified by:
storedFieldsFormat in class Codec

termVectorsFormat

public TermVectorsFormat termVectorsFormat()
Specified by:
termVectorsFormat in class Codec

fieldInfosFormat

public FieldInfosFormat fieldInfosFormat()
Specified by:
fieldInfosFormat in class Codec

segmentInfoFormat

public SegmentInfoFormat segmentInfoFormat()
Specified by:
segmentInfoFormat in class Codec

normsFormat

public NormsFormat normsFormat()
Specified by:
normsFormat in class Codec

liveDocsFormat

public LiveDocsFormat liveDocsFormat()
Specified by:
liveDocsFormat in class Codec


Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.