org.apache.lucene.codecs.asserting
Class AssertingDocValuesFormat
java.lang.Object
   org.apache.lucene.codecs.DocValuesFormat
org.apache.lucene.codecs.DocValuesFormat
       org.apache.lucene.codecs.asserting.AssertingDocValuesFormat
org.apache.lucene.codecs.asserting.AssertingDocValuesFormat
- All Implemented Interfaces: 
- NamedSPILoader.NamedSPI
- public class AssertingDocValuesFormat 
- extends DocValuesFormat
Just like Lucene42DocValuesFormat but with additional asserts.
 
 
 
 
AssertingDocValuesFormat
public AssertingDocValuesFormat()
fieldsConsumer
public DocValuesConsumer fieldsConsumer(SegmentWriteState state)
                                 throws IOException
- 
- Specified by:
- fieldsConsumerin class- DocValuesFormat
 
- 
- Throws:
- IOException
 
fieldsProducer
public DocValuesProducer fieldsProducer(SegmentReadState state)
                                 throws IOException
- 
- Specified by:
- fieldsProducerin class- DocValuesFormat
 
- 
- Throws:
- IOException
 
          Copyright © 2000-2013 Apache Software Foundation.  All Rights Reserved.