public class Pulsing40PostingsFormat extends PulsingPostingsFormat
Lucene40PostingsFormat.EMPTY| Constructor and Description |
|---|
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. |
fieldsConsumer, fieldsProducer, getFreqCutoff, toStringavailablePostingsFormats, forName, getName, reloadPostingsFormatspublic Pulsing40PostingsFormat()
public Pulsing40PostingsFormat(int freqCutoff)
freqCutoff terms, otherwise uses the normal "Lucene40" format.public Pulsing40PostingsFormat(int freqCutoff,
int minBlockSize,
int maxBlockSize)
freqCutoff terms, otherwise uses the normal "Lucene40" format.Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.