Which data structure is used in inverted index retrieval?
Answers
Answered by
2
In computer science, an inverted index is an index data structure storing a mapping from content, such as words or numbers, to its locations in a database file,
Similar questions