|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TermsIndexWriterBase | |
---|---|
org.apache.lucene.codecs | Codecs API: API for customization of the encoding and structure of the index. |
Uses of TermsIndexWriterBase in org.apache.lucene.codecs |
---|
Subclasses of TermsIndexWriterBase in org.apache.lucene.codecs | |
---|---|
class |
FixedGapTermsIndexWriter
Selects every Nth term as and index term, and hold term bytes (mostly) fully expanded in memory. |
class |
VariableGapTermsIndexWriter
Selects index terms according to provided pluggable VariableGapTermsIndexWriter.IndexTermSelector , and stores them in a prefix trie that's
loaded entirely in RAM stored as an FST. |
Constructors in org.apache.lucene.codecs with parameters of type TermsIndexWriterBase | |
---|---|
BlockTermsWriter(TermsIndexWriterBase termsIndexWriter,
SegmentWriteState state,
PostingsWriterBase postingsWriter)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |