Package org.apache.lucene.backward_codecs.lucene50
package org.apache.lucene.backward_codecs.lucene50
Lucene 5.0 file format.
-
ClassDescriptionEncode all values in normal area with fixed bit width, which is determined by the max value in this block.Lucene 5.0 compound file formatClass for accessing a compound stream.Offset/Length for a slice inside of a compound fileLucene 5.0 live docs formatLucene 5.0 postings format, which encodes postings in packed integer blocks for fast decode.Holds all state required for
Lucene50PostingsReader
to produce aPostingsEnum
without re-seeking the terms dict.Concrete class that reads docId(maybe frq,pos,offset,payloads) list with postings format.Implements the skip list reader for block postings format that stores positions and payloads.Lucene 5.0 stored fields format.Configuration option for stored fields.Lucene 5.0term vectors format
.