KeyWordPostings typedef

KeyWordPostings = Map<String, double>

Type definition for a hashmap of document ids to keyword scores for a keyword in each document.

Alias for Map<String, double>.

Implementation

typedef KeyWordPostings = Map<String, double>;