org.apache.lucene.codecs.simpletext
Class SimpleTextDocValuesFormat
java.lang.Object
org.apache.lucene.codecs.DocValuesFormat
org.apache.lucene.codecs.simpletext.SimpleTextDocValuesFormat
public class SimpleTextDocValuesFormat
- extends DocValuesFormat
Plain-text DocValues format.
FOR RECREATIONAL USE ONLY
- 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 |
SimpleTextDocValuesFormat
public SimpleTextDocValuesFormat()
docsConsumer
public PerDocConsumer docsConsumer(PerDocWriteState state)
throws IOException
- Description copied from class:
DocValuesFormat
- Consumes (writes) doc values during indexing.
- Specified by:
docsConsumer
in class DocValuesFormat
- Throws:
IOException
docsProducer
public PerDocProducer docsProducer(SegmentReadState state)
throws IOException
- Description copied from class:
DocValuesFormat
- Produces (reads) doc values during reading/searching.
- Specified by:
docsProducer
in class DocValuesFormat
- Throws:
IOException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.