| Package | Description |
|---|---|
| org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
| org.apache.lucene.codecs.lucene84 |
Lucene 8.4 file format.
|
| Modifier and Type | Method and Description |
|---|---|
static BlockTreeTermsReader.FSTLoadMode |
BlockTreeTermsReader.FSTLoadMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockTreeTermsReader.FSTLoadMode[] |
BlockTreeTermsReader.FSTLoadMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BlockTreeTermsReader(PostingsReaderBase postingsReader,
SegmentReadState state,
BlockTreeTermsReader.FSTLoadMode defaultLoadMode)
Sole constructor.
|
| Constructor and Description |
|---|
Lucene84PostingsFormat(int minTermBlockSize,
int maxTermBlockSize,
BlockTreeTermsReader.FSTLoadMode loadMode)
Creates
Lucene84PostingsFormat with custom
values for minBlockSize and maxBlockSize passed to block terms dictionary. |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.