Skip to main content

encode_posting

Function encode_posting 

Source
pub fn encode_posting(docs: &[ColdEntry]) -> Vec<u8> 
Expand description

Encode one term’s cold posting list: [n varint] then per doc [klen][key][tf][dl][plen][pos].