What is an Inverted Index?
Answer
From the official docs:
"An inverted index lists every unique word that appears in any document and identifies all of the documents each word occurs in."
From the official docs:
"An inverted index lists every unique word that appears in any document and identifies all of the documents each word occurs in."