org.apache.lucene.codecs.asserting
Class AssertingCodec

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

public final class AssertingCodec
extends FilterCodec

Acts like Lucene40Codec but with additional asserts.


Field Summary
 
Fields inherited from class org.apache.lucene.codecs.FilterCodec
delegate
 
Constructor Summary
AssertingCodec()
           
 
Method Summary
 PostingsFormat postingsFormat()
           
 TermVectorsFormat termVectorsFormat()
           
 
Methods inherited from class org.apache.lucene.codecs.FilterCodec
docValuesFormat, fieldInfosFormat, liveDocsFormat, normsFormat, segmentInfoFormat, storedFieldsFormat
 
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()
Overrides:
postingsFormat in class FilterCodec

termVectorsFormat

public TermVectorsFormat termVectorsFormat()
Overrides:
termVectorsFormat in class FilterCodec


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