Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
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.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format. |
org.apache.lucene.codecs.lucene84 |
Lucene 8.4 file format.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockTermState
Holds all state required for
PostingsReaderBase
to produce a PostingsEnum without re-seeking the
terms dict. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
IDVersionTermState |
Modifier and Type | Class and Description |
---|---|
static class |
Lucene50PostingsFormat.IntBlockTermState
Holds all state required for
Lucene50PostingsReader to produce a
PostingsEnum without re-seeking the terms dict. |
Modifier and Type | Class and Description |
---|---|
static class |
Lucene84PostingsFormat.IntBlockTermState
Holds all state required for
Lucene84PostingsReader to produce a
PostingsEnum without re-seeking the terms dict. |