public class Pulsing41PostingsFormat extends PulsingPostingsFormat
Lucene41PostingsFormat
.EMPTY
Constructor and Description |
---|
Pulsing41PostingsFormat()
Inlines docFreq=1 terms, otherwise uses the normal "Lucene41" format.
|
Pulsing41PostingsFormat(int freqCutoff)
Inlines docFreq=
freqCutoff terms, otherwise uses the normal "Lucene41" format. |
Pulsing41PostingsFormat(int freqCutoff,
int minBlockSize,
int maxBlockSize)
Inlines docFreq=
freqCutoff terms, otherwise uses the normal "Lucene41" format. |
fieldsConsumer, fieldsProducer, getFreqCutoff, toString
availablePostingsFormats, forName, getName, reloadPostingsFormats
public Pulsing41PostingsFormat()
public Pulsing41PostingsFormat(int freqCutoff)
freqCutoff
terms, otherwise uses the normal "Lucene41" format.public Pulsing41PostingsFormat(int freqCutoff, int minBlockSize, int maxBlockSize)
freqCutoff
terms, otherwise uses the normal "Lucene41" format.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.