Uses of Class
org.apache.lucene.codecs.BlockTermState
-
Packages that use BlockTermState Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene50for an overview of the index format. -
-
Uses of BlockTermState in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return BlockTermState Modifier and Type Method Description abstract BlockTermStatePostingsReaderBase. newTermState()Return a newly created empty TermStateabstract BlockTermStatePushPostingsWriterBase. newTermState()Return a newly created empty TermStateabstract BlockTermStatePostingsWriterBase. writeTerm(BytesRef term, TermsEnum termsEnum, FixedBitSet docsSeen)Write all postings for one term; use the providedTermsEnumto pull aPostingsEnum.BlockTermStatePushPostingsWriterBase. writeTerm(BytesRef term, TermsEnum termsEnum, FixedBitSet docsSeen)Methods in org.apache.lucene.codecs with parameters of type BlockTermState Modifier and Type Method Description abstract voidPostingsReaderBase. decodeTerm(long[] longs, DataInput in, FieldInfo fieldInfo, BlockTermState state, boolean absolute)Actually decode metadata for next termabstract voidPostingsWriterBase. encodeTerm(long[] longs, DataOutput out, FieldInfo fieldInfo, BlockTermState state, boolean absolute)Encode metadata as long[] and byte[].abstract voidPushPostingsWriterBase. finishTerm(BlockTermState state)Finishes the current term.abstract PostingsEnumPostingsReaderBase. postings(FieldInfo fieldInfo, BlockTermState state, PostingsEnum reuse, int flags)Must fully consume state, since after this call that TermState may be reused. -
Uses of BlockTermState in org.apache.lucene.codecs.lucene50
Methods in org.apache.lucene.codecs.lucene50 that return BlockTermState Modifier and Type Method Description BlockTermStateLucene50PostingsReader. newTermState()Methods in org.apache.lucene.codecs.lucene50 with parameters of type BlockTermState Modifier and Type Method Description voidLucene50PostingsReader. decodeTerm(long[] longs, DataInput in, FieldInfo fieldInfo, BlockTermState _termState, boolean absolute)voidLucene50PostingsWriter. encodeTerm(long[] longs, DataOutput out, FieldInfo fieldInfo, BlockTermState _state, boolean absolute)voidLucene50PostingsWriter. finishTerm(BlockTermState _state)Called when we are done adding docs to this termPostingsEnumLucene50PostingsReader. postings(FieldInfo fieldInfo, BlockTermState termState, PostingsEnum reuse, int flags)
-