org.apache.lucene.codecs.lucene42
Class Lucene42RWDocValuesFormat

java.lang.Object
  extended by org.apache.lucene.codecs.DocValuesFormat
      extended by org.apache.lucene.codecs.lucene42.Lucene42DocValuesFormat
          extended by org.apache.lucene.codecs.lucene42.Lucene42RWDocValuesFormat
All Implemented Interfaces:
NamedSPILoader.NamedSPI

public class Lucene42RWDocValuesFormat
extends Lucene42DocValuesFormat

Read-write version of Lucene42DocValuesFormat for testing.


Field Summary
 
Fields inherited from class org.apache.lucene.codecs.lucene42.Lucene42DocValuesFormat
MAX_BINARY_FIELD_LENGTH
 
Constructor Summary
Lucene42RWDocValuesFormat()
           
 
Method Summary
 DocValuesConsumer fieldsConsumer(SegmentWriteState state)
           
 
Methods inherited from class org.apache.lucene.codecs.lucene42.Lucene42DocValuesFormat
fieldsProducer
 
Methods inherited from class org.apache.lucene.codecs.DocValuesFormat
availableDocValuesFormats, forName, getName, reloadDocValuesFormats, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Lucene42RWDocValuesFormat

public Lucene42RWDocValuesFormat()
Method Detail

fieldsConsumer

public DocValuesConsumer fieldsConsumer(SegmentWriteState state)
                                 throws IOException
Overrides:
fieldsConsumer in class Lucene42DocValuesFormat
Throws:
IOException


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