Module org.apache.lucene.codecs
Package org.apache.lucene.codecs.blocktreeords
package org.apache.lucene.codecs.blocktreeords
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e. returning
which ord the enum is seeked to, and seeking by ord.
-
ClassDescriptionUses
OrdsBlockTreeTermsWriter
withLucene101PostingsWriter
.A custom FST outputs implementation that stores block data (BytesRef), long ordStart, long numTerms.This is just likeLucene90BlockTreeTermsWriter
, except it also stores a version per term, and adds a method to its TermsEnum implementation to seekExact only if the version is >= the specified version.BlockTree's implementation ofTerms
.Iterates through terms in this field.Holds a single input (IntsRef) + output pair.