org.apache.lucene.codecs.diskdv
Class DiskNormsFormat

java.lang.Object
  extended by org.apache.lucene.codecs.NormsFormat
      extended by org.apache.lucene.codecs.diskdv.DiskNormsFormat

public final class DiskNormsFormat
extends NormsFormat

Norms format that keeps all norms on disk


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

DiskNormsFormat

public DiskNormsFormat()
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.