org.apache.lucene.codecs.pulsing
Class Pulsing40PostingsFormat

java.lang.Object
  extended by org.apache.lucene.codecs.PostingsFormat
      extended by org.apache.lucene.codecs.pulsing.PulsingPostingsFormat
          extended by org.apache.lucene.codecs.pulsing.Pulsing40PostingsFormat
All Implemented Interfaces:
NamedSPILoader.NamedSPI

public class Pulsing40PostingsFormat
extends PulsingPostingsFormat

Concrete pulsing implementation over Lucene40PostingsFormat.

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

Field Summary
 
Fields inherited from class org.apache.lucene.codecs.PostingsFormat
EMPTY
 
Constructor Summary
Pulsing40PostingsFormat()
          Inlines docFreq=1 terms, otherwise uses the normal "Lucene40" format.
Pulsing40PostingsFormat(int freqCutoff)
          Inlines docFreq=freqCutoff terms, otherwise uses the normal "Lucene40" format.
Pulsing40PostingsFormat(int freqCutoff, int minBlockSize, int maxBlockSize)
          Inlines docFreq=freqCutoff terms, otherwise uses the normal "Lucene40" format.
 
Method Summary
 
Methods inherited from class org.apache.lucene.codecs.pulsing.PulsingPostingsFormat
fieldsConsumer, fieldsProducer, getFreqCutoff, toString
 
Methods inherited from class org.apache.lucene.codecs.PostingsFormat
availablePostingsFormats, forName, getName, reloadPostingsFormats
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pulsing40PostingsFormat

public Pulsing40PostingsFormat()
Inlines docFreq=1 terms, otherwise uses the normal "Lucene40" format.


Pulsing40PostingsFormat

public Pulsing40PostingsFormat(int freqCutoff)
Inlines docFreq=freqCutoff terms, otherwise uses the normal "Lucene40" format.


Pulsing40PostingsFormat

public Pulsing40PostingsFormat(int freqCutoff,
                               int minBlockSize,
                               int maxBlockSize)
Inlines docFreq=freqCutoff terms, otherwise uses the normal "Lucene40" format.



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