This project aims to build a inverted index from a RCV2 multilingual news corpus. The inverted index is stored in memory using a hashmap. The keys of map store the dictionary terms for the corpus. While the values store the postings list for a particular term.