This is the base class for an in-memory posting list, keyed by a Token. TermsHash maintains a hash ta...
Definition: RawPostingList.h:19
int32_t lastDocID
Definition: FreqProxTermsWriter.h:50
int32_t lastDocCode
Definition: FreqProxTermsWriter.h:51
int32_t docFreq
Definition: FreqProxTermsWriter.h:46
virtual ~FreqProxTermsWriterPostingList()
void appendPostings(Collection< FreqProxTermsWriterPerFieldPtr > fields, const FormatPostingsFieldsConsumerPtr &consumer)
Walk through all unique text tokens (Posting instances) found in this field and serialize them into a...
Definition: FreqProxTermsWriter.h:41
int32_t lastPosition
Definition: FreqProxTermsWriter.h:52
FreqProxTermsWriterPostingList()