Returns the list of all the entries for the keyword from the KeywordPostingsMap.
keyword
List<MapEntry<String, double>> keywordPostings(String keyword) => this[keyword]?.entries.toList() ?? [];