Inverted Index – Mapreduce program
What is Inverted Index?! In computer science, an inverted index (also referred to as postings file or inverted file) is an index data structure storing a mapping from content, such as words or numbers, to its locations in a database file, or in a document or a set of documents. Read more here Input files… Read More »