Package org.apache.lucene.backward_codecs.lucene50
Lucene 5.0 file format.
-
Class Summary 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 formatLucene50CompoundReader Class for accessing a compound stream.Lucene50CompoundReader.FileEntry Offset/Length for a slice inside of a compound fileLucene50LiveDocsFormat Lucene 5.0 live docs formatLucene50PostingsFormat Lucene 5.0 postings format, which encodes postings in packed integer blocks for fast decode.Lucene50PostingsFormat.IntBlockTermState Holds all state required forLucene50PostingsReader
to produce aPostingsEnum
without re-seeking the terms dict.Lucene50PostingsReader Concrete class that reads 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.Lucene50StoredFieldsFormat Lucene 5.0 stored fields format.Lucene50StoredFieldsFormat.LZ4FastCompressor Lucene50TermVectorsFormat Lucene 5.0term vectors format
. -
Enum Summary Enum Description Lucene50StoredFieldsFormat.Mode Configuration option for stored fields.