Tuesday, 3 September 2013

What data structure is used for an inverted index used in search?

What data structure is used for an inverted index used in search?

Is an inverted index similar to the database index? In a database, a B
Tree index is used with the index leading to the actual record. Is it
similar for inverted index?

No comments:

Post a Comment