(no title)
sour-taste | 6 months ago
map<term_id,
map<pair<document_id, positions_idx>>
inverted_index;
list<positions> positions;Think you also meant to remove the pair in map<pair>?
sour-taste | 6 months ago
map<term_id,
map<pair<document_id, positions_idx>>
inverted_index;
list<positions> positions;Think you also meant to remove the pair in map<pair>?
marginalia_nu|6 months ago