←
^
→
Software Engineering for Internet Applications
Full-Text Indexing
Build a hash table where the keys are the words and the values are the documents (pointers) in which these appear.
Throw out common words.
Stem.
Insertion of a new document sucks, but retrieval is O(1).
Implement this index as a separate module?
José M. Vidal
.
29 of 30