FtdPostings typedef

FtdPostings = Map<String, Map<String, Ft>>

Alias for Map<String, Map<String, int>>.

Maps the vocabulary to hashmaps of document id to term frequency in the document.

Implementation

typedef FtdPostings = Map<String, Map<String, Ft>>;