public class SimpleTextDocValuesFormat extends DocValuesFormat
FOR RECREATIONAL USE ONLY
| Constructor and Description |
|---|
SimpleTextDocValuesFormat() |
| Modifier and Type | Method and Description |
|---|---|
PerDocConsumer |
docsConsumer(PerDocWriteState state)
Consumes (writes) doc values during indexing.
|
PerDocProducer |
docsProducer(SegmentReadState state)
Produces (reads) doc values during reading/searching.
|
public PerDocConsumer docsConsumer(PerDocWriteState state) throws IOException
DocValuesFormatdocsConsumer in class DocValuesFormatIOExceptionpublic PerDocProducer docsProducer(SegmentReadState state) throws IOException
DocValuesFormatdocsProducer in class DocValuesFormatIOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.