Class Completion84PostingsFormat
java.lang.Object
org.apache.lucene.codecs.PostingsFormat
org.apache.lucene.search.suggest.document.CompletionPostingsFormat
org.apache.lucene.search.suggest.document.Completion84PostingsFormat
- All Implemented Interfaces:
NamedSPILoader.NamedSPI
CompletionPostingsFormat
for
org.apache.lucene.backward_codecs.lucene84.Lucene84PostingsFormat
. This format is only used for
backward-compatibility of the index format and cannot be used to write data, use Completion99PostingsFormat
on new indices.- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
Field Summary
Fields inherited from class org.apache.lucene.codecs.PostingsFormat
EMPTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PostingsFormat
Concrete implementation should specify the delegating postings formatMethods inherited from class org.apache.lucene.search.suggest.document.CompletionPostingsFormat
fieldsConsumer, fieldsProducer
Methods inherited from class org.apache.lucene.codecs.PostingsFormat
availablePostingsFormats, forName, getName, reloadPostingsFormats, toString
-
Constructor Details
-
Completion84PostingsFormat
public Completion84PostingsFormat()Creates aCompletion84PostingsFormat
.
-
-
Method Details
-
delegatePostingsFormat
Description copied from class:CompletionPostingsFormat
Concrete implementation should specify the delegating postings format- Specified by:
delegatePostingsFormat
in classCompletionPostingsFormat
-