KeywordPostingsMap typedef
Type definition for a hashmap of keywords to a map of document ids to keyword scores for that keyword in each document.
Alias for Map<String, Map<String, double>>
.
Implementation
typedef KeywordPostingsMap = Map<String, KeyWordPostings>;