PostingsMap typedef
Type definition for a hashmap of term to DocPostingsMap.
Implementation
typedef PostingsMap = Map<String, DocPostingsMap>;
Type definition for a hashmap of term to DocPostingsMap.
typedef PostingsMap = Map<String, DocPostingsMap>;