Package | Description |
---|---|
org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
Modifier and Type | Field and Description |
---|---|
AutoPrefixTermsWriter.PrefixTerm |
BlockTreeTermsWriter.PendingTerm.prefixTerm |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<AutoPrefixTermsWriter.PrefixTerm> |
AutoPrefixTermsWriter.prefixes |
Modifier and Type | Method and Description |
---|---|
int |
AutoPrefixTermsWriter.PrefixTerm.compareTo(AutoPrefixTermsWriter.PrefixTerm other) |
private TermsEnum |
BlockTreeTermsWriter.getAutoPrefixTermsEnum(Terms terms,
AutoPrefixTermsWriter.PrefixTerm prefix) |
void |
BlockTreeTermsWriter.TermsWriter.write(BytesRef text,
TermsEnum termsEnum,
AutoPrefixTermsWriter.PrefixTerm prefixTerm)
Writes one term's worth of postings.
|
Constructor and Description |
---|
PendingTerm(BytesRef term,
BlockTermState state,
AutoPrefixTermsWriter.PrefixTerm prefixTerm) |