org.apache.lucene.codecs.mocksep
Class MockSepDocValuesFormat

java.lang.Object
  extended by org.apache.lucene.codecs.DocValuesFormat
      extended by org.apache.lucene.codecs.mocksep.MockSepDocValuesFormat

public class MockSepDocValuesFormat
extends DocValuesFormat

Separate-file docvalues implementation

WARNING: This API is experimental and might change in incompatible ways in the next release.

Constructor Summary
MockSepDocValuesFormat()
           
 
Method Summary
 PerDocConsumer docsConsumer(PerDocWriteState state)
           
 PerDocProducer docsProducer(SegmentReadState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockSepDocValuesFormat

public MockSepDocValuesFormat()
Method Detail

docsConsumer

public PerDocConsumer docsConsumer(PerDocWriteState state)
                            throws IOException
Specified by:
docsConsumer in class DocValuesFormat
Throws:
IOException

docsProducer

public PerDocProducer docsProducer(SegmentReadState state)
                            throws IOException
Specified by:
docsProducer in class DocValuesFormat
Throws:
IOException


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