org.apache.lucene.codecs.asserting
Class AssertingStoredFieldsFormat

java.lang.Object
  extended by org.apache.lucene.codecs.StoredFieldsFormat
      extended by org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat

public class AssertingStoredFieldsFormat
extends StoredFieldsFormat

Just like Lucene41StoredFieldsFormat but with additional asserts.


Constructor Summary
AssertingStoredFieldsFormat()
           
 
Method Summary
 StoredFieldsReader fieldsReader(Directory directory, SegmentInfo si, FieldInfos fn, IOContext context)
           
 StoredFieldsWriter fieldsWriter(Directory directory, SegmentInfo si, IOContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertingStoredFieldsFormat

public AssertingStoredFieldsFormat()
Method Detail

fieldsReader

public StoredFieldsReader fieldsReader(Directory directory,
                                       SegmentInfo si,
                                       FieldInfos fn,
                                       IOContext context)
                                throws IOException
Specified by:
fieldsReader in class StoredFieldsFormat
Throws:
IOException

fieldsWriter

public StoredFieldsWriter fieldsWriter(Directory directory,
                                       SegmentInfo si,
                                       IOContext context)
                                throws IOException
Specified by:
fieldsWriter in class StoredFieldsFormat
Throws:
IOException


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