Package | Description |
---|---|
org.apache.lucene.codecs.idversion |
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
|
org.apache.lucene.codecs.lucene84 |
Lucene 8.4 file format.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
IDVersionPostingsWriter |
Modifier and Type | Class and Description |
---|---|
class |
Lucene84PostingsWriter
Concrete class that writes docId(maybe frq,pos,offset,payloads) list
with postings format.
|