public abstract class DocValuesFormat extends Object
DocValues| Modifier | Constructor and Description |
|---|---|
protected |
DocValuesFormat()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PerDocConsumer |
docsConsumer(PerDocWriteState state)
Consumes (writes) doc values during indexing.
|
abstract PerDocProducer |
docsProducer(SegmentReadState state)
Produces (reads) doc values during reading/searching.
|
protected DocValuesFormat()
public abstract PerDocConsumer docsConsumer(PerDocWriteState state) throws IOException
IOExceptionpublic abstract PerDocProducer docsProducer(SegmentReadState state) throws IOException
IOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.