org.apache.lucene.codecs.lucene80
for an overview
of the index format.See: Description
Class | Description |
---|---|
ForUtil |
Encode all values in normal area with fixed bit width,
which is determined by the max value in this block.
|
Lucene50CompoundFormat |
Lucene 5.0 compound file format
|
Lucene50CompoundReader |
Class for accessing a compound stream.
|
Lucene50CompoundReader.FileEntry |
Offset/Length for a slice inside of a compound file
|
Lucene50FieldInfosFormat |
Lucene 5.0 Field Infos format.
|
Lucene50LiveDocsFormat |
Lucene 5.0 live docs format
|
Lucene50PostingsFormat |
Lucene 5.0 postings format, which encodes postings in packed integer blocks
for fast decode.
|
Lucene50PostingsFormat.IntBlockTermState | |
Lucene50PostingsReader |
Concrete class that reads docId(maybe frq,pos,offset,payloads) list
with postings format.
|
Lucene50PostingsWriter |
Concrete class that writes docId(maybe frq,pos,offset,payloads) list
with postings format.
|
Lucene50ScoreSkipReader | |
Lucene50ScoreSkipReader.MutableImpactList | |
Lucene50SkipReader |
Implements the skip list reader for block postings format
that stores positions and payloads.
|
Lucene50SkipWriter |
Write skip lists with multiple levels, and support skip within block ints.
|
Lucene50StoredFieldsFormat |
Lucene 5.0 stored fields format.
|
Lucene50TermVectorsFormat |
Lucene 5.0
term vectors format . |
Enum | Description |
---|---|
Lucene50StoredFieldsFormat.Mode |
Configuration option for stored fields.
|
org.apache.lucene.codecs.lucene80
for an overview
of the index format.