School task:
-
GetPostings - get all postings for the document. Document is defined by a 4character number. Put it all in a dictionary and sort with inverted tree.
-
Query the dictionary for specific terms. Find if the terms are in all the documents or any of them(QueryOr and QueryAnd)
-
Check the TD-IDF scores of terms.
-
Wildcard search using bi-gram index.