org.apache.lucene.codecs.simpletext
Class SimpleTextDocValuesFormat

java.lang.Object
  extended by org.apache.lucene.codecs.DocValuesFormat
      extended by 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.

Constructor Summary
SimpleTextDocValuesFormat()
           
 
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

SimpleTextDocValuesFormat

public SimpleTextDocValuesFormat()
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-2013 Apache Software Foundation. All Rights Reserved.