| Package | Description |
|---|---|
| org.apache.lucene.codecs.lucene84 |
Lucene 8.4 file format.
|
| org.apache.lucene.codecs.uniformsplit |
Pluggable term index / block terms dictionary implementations.
|
| Class and Description |
|---|
| ForDeltaUtil
Utility class to encode/decode increasing sequences of 128 integers.
|
| ForUtil |
| Lucene84PostingsFormat.IntBlockTermState
Holds all state required for
Lucene84PostingsReader to produce a
PostingsEnum without re-seeking the terms dict. |
| Lucene84PostingsReader.EverythingEnum |
| Lucene84ScoreSkipReader |
| Lucene84ScoreSkipReader.MutableImpactList |
| Lucene84SkipReader
Implements the skip list reader for block postings format
that stores positions and payloads.
|
| Lucene84SkipWriter
Write skip lists with multiple levels, and support skip within block ints.
|
| PForUtil
Utility class to encode sequences of 128 small positive integers.
|
| Class and Description |
|---|
| Lucene84PostingsFormat.IntBlockTermState
Holds all state required for
Lucene84PostingsReader to produce a
PostingsEnum without re-seeking the terms dict. |