Package | Description |
---|---|
org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format. |
Modifier and Type | Method and Description |
---|---|
private static BlockTreeTermsReader.FSTLoadMode |
BlockTreeTermsReader.getLoadMode(java.util.Map<java.lang.String,java.lang.String> attributes,
java.lang.String key,
BlockTreeTermsReader.FSTLoadMode defaultValue) |
static BlockTreeTermsReader.FSTLoadMode |
BlockTreeTermsReader.FSTLoadMode.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
private static BlockTreeTermsReader.FSTLoadMode |
BlockTreeTermsReader.getLoadMode(java.util.Map<java.lang.String,java.lang.String> attributes,
java.lang.String key,
BlockTreeTermsReader.FSTLoadMode defaultValue) |
Constructor and Description |
---|
BlockTreeTermsReader(PostingsReaderBase postingsReader,
SegmentReadState state,
BlockTreeTermsReader.FSTLoadMode defaultLoadMode)
Sole constructor.
|
FieldReader(BlockTreeTermsReader parent,
FieldInfo fieldInfo,
long numTerms,
BytesRef rootCode,
long sumTotalTermFreq,
long sumDocFreq,
int docCount,
long indexStartFP,
int longsSize,
IndexInput indexIn,
BytesRef minTerm,
BytesRef maxTerm,
boolean openedFromWriter,
BlockTreeTermsReader.FSTLoadMode fstLoadMode) |
Modifier and Type | Field and Description |
---|---|
private BlockTreeTermsReader.FSTLoadMode |
Lucene50PostingsFormat.fstLoadMode |
Constructor and Description |
---|
Lucene50PostingsFormat(int minTermBlockSize,
int maxTermBlockSize,
BlockTreeTermsReader.FSTLoadMode loadMode)
Creates
Lucene50PostingsFormat with custom
values for minBlockSize and maxBlockSize passed to block terms dictionary. |