org.apache.lucene.codecs.blocktermsSee: Description
| Class | Description |
|---|---|
| LuceneFixedGap |
Customized version of
Lucene84PostingsFormat that uses
FixedGapTermsIndexWriter. |
| LuceneVarGapDocFreqInterval |
Customized version of
Lucene84PostingsFormat that uses
VariableGapTermsIndexWriter with a fixed interval, but
forcing high docfreq terms to be indexed terms. |
| LuceneVarGapFixedInterval |
Customized version of
Lucene84PostingsFormat that uses
VariableGapTermsIndexWriter with a fixed interval. |
org.apache.lucene.codecs.blocktermsCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.