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