| ForDeltaUtil |
Utility class to encode/decode increasing sequences of 128 integers.
|
| Lucene84Codec |
Implements the Lucene 8.4 index format, with configurable per-field postings
and docvalues formats.
|
| Lucene84PostingsFormat |
Lucene 5.0 postings format, which encodes postings in packed integer blocks
for fast decode.
|
| Lucene84PostingsFormat.IntBlockTermState |
|
| Lucene84PostingsReader |
Concrete class that reads docId(maybe frq,pos,offset,payloads) list
with postings format.
|
| Lucene84PostingsWriter |
Concrete class that writes docId(maybe frq,pos,offset,payloads) list
with postings format.
|