postings property

Map<String, double> get postings

Returns value, a hashmap of the document id to keyword score.

Implementation

Map<String, double> get postings => value;