Package org.apache.lucene.codecs.lucene50
package 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.-
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 Field Infos format.Lucene 5.0 live docs formatLucene 5.0 postings format, which encodes postings in packed integer blocks for fast decode.Holds all state required for
Lucene50PostingsReaderto produce aPostingsEnumwithout 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.