Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Later
-
None
-
None
-
None
-
Added Inverted Index benchmark to the puma benchmark suite
-
benchmarks
Description
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.