Question
What is an inverted index?
Select an option. Your answer will be checked instantly.
Correct Answer: D. A mapping from terms to the documents or records containing them
Explanation:
Mappers emit terms with document identifiers.
Reducers aggregate the document lists for each term.
Leave a Reply