fn inverted_index_content_weight(
(k, _): &((FileId, IndexVersion), PageKey),
v: &Bytes,
) -> u32Expand description
Calculates weight for inverted index content.
fn inverted_index_content_weight(
(k, _): &((FileId, IndexVersion), PageKey),
v: &Bytes,
) -> u32Calculates weight for inverted index content.