org.apache.lucene.codecs.mocksep
Class MockSepDocValuesFormat
java.lang.Object
org.apache.lucene.codecs.DocValuesFormat
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockSepDocValuesFormat
public MockSepDocValuesFormat()
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.