-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Later
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: benchmarks
-
Labels:None
-
Target Version/s:
-
Release Note:Added Inverted Index benchmark to the puma benchmark suite
-
Tags:benchmarks
Inverted-Index takes a list of documents as input and generates word-to-document indexing. Map emits <word, docId> tuples with each word emitted once per docId. Reduce combines all tuples on key <word> and emits <word,docId> tuples after removing duplicates.