Have you got any more links to info retrieval & search engine design techniques? Like the google one. I've got a bit stumped at how you can search for many keywords in a database. For example searching for "football" is easy because it's a single token but "football club" is trickier - I'm trying to find a quick method of pulling up documents that contain that phrase.
What I've done is have a database for each word retrieved and a ranking of documents inside these databases. What do you reckon?
[WORD, [docid,docid,docid]] etc.
What I've done is have a database for each word retrieved and a ranking of documents inside these databases. What do you reckon?
[WORD, [docid,docid,docid]] etc.
Comment