top | item 44938042

(no title)

sour-taste | 6 months ago

Currently it looks like this:

    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>?

discuss

order

marginalia_nu|6 months ago

Haha, apparently very hard to get this right. Fixed again.