org.apache.lucene.codecs.simpletext
Class SimpleTextNormsFormat

java.lang.Object
  extended by org.apache.lucene.codecs.NormsFormat
      extended by org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat

public class SimpleTextNormsFormat
extends NormsFormat

plain-text norms format.

FOR RECREATIONAL USE ONLY

WARNING: This API is experimental and might change in incompatible ways in the next release.

Nested Class Summary
static class SimpleTextNormsFormat.SimpleTextNormsConsumer
          Writes plain-text norms.
static class SimpleTextNormsFormat.SimpleTextNormsProducer
          Reads plain-text norms.
 
Constructor Summary
SimpleTextNormsFormat()
           
 
Method Summary
 DocValuesConsumer normsConsumer(SegmentWriteState state)
           
 DocValuesProducer normsProducer(SegmentReadState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTextNormsFormat

public SimpleTextNormsFormat()
Method Detail

normsConsumer

public DocValuesConsumer normsConsumer(SegmentWriteState state)
                                throws IOException
Specified by:
normsConsumer in class NormsFormat
Throws:
IOException

normsProducer

public DocValuesProducer normsProducer(SegmentReadState state)
                                throws IOException
Specified by:
normsProducer in class NormsFormat
Throws:
IOException


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.