public class Completion84PostingsFormat extends CompletionPostingsFormat
CompletionPostingsFormat.FSTLoadMode
COMPLETION_CODEC_VERSION, COMPLETION_VERSION_CURRENT, DICT_EXTENSION, INDEX_EXTENSION
EMPTY
Constructor and Description |
---|
Completion84PostingsFormat()
Creates a
Completion84PostingsFormat that will load
the completion FST on-heap. |
Completion84PostingsFormat(CompletionPostingsFormat.FSTLoadMode fstLoadMode)
Creates a
Completion84PostingsFormat that will
use the provided fstLoadMode to determine
if the completion FST should be loaded on or off heap. |
Modifier and Type | Method and Description |
---|---|
protected PostingsFormat |
delegatePostingsFormat()
Concrete implementation should specify the delegating postings format
|
fieldsConsumer, fieldsProducer
availablePostingsFormats, forName, getName, reloadPostingsFormats, toString
public Completion84PostingsFormat()
Completion84PostingsFormat
that will load
the completion FST on-heap.public Completion84PostingsFormat(CompletionPostingsFormat.FSTLoadMode fstLoadMode)
Completion84PostingsFormat
that will
use the provided fstLoadMode
to determine
if the completion FST should be loaded on or off heap.protected PostingsFormat delegatePostingsFormat()
CompletionPostingsFormat
delegatePostingsFormat
in class CompletionPostingsFormat