Discussion Board
Go to the previous messageGo to the following message
Current Forum: Homework 5 General Forum
Date: Wed Nov 7 2001 2:17 am
Author: Lee, Peter <petel@cmu.edu>
Subject: Re: the web index

Yes, I think Ying makes a good suggestion. Abstractly, what we are trying to build is a "reverse index". In the Web, if you have the URL of a web page, you can retrieve it and get all of the keywords and links in that page. So, a URL is a key in an index structure called the World-Wide Web.

But a search engine builds a reverse index: Given a keyword, return the URLs of all pages that contain that keyword. This is the "reverse" of the Web, and hence the term "reverse index".

So, fundamentally, you need to find a way to build a structure that can search for keywords very quickly, and to associate each keyword with lists of URLs.
Post response

Go to the previous messageGo to the following message
Current Thread Detail:
the web index      Liu, William Y.      Tue Nov 6 2001 9:35 pm       
Re: the web index      Shi, Ying      Tue Nov 6 2001 11:19 pm       
Re: the web index      Lee, Peter      Wed Nov 7 2001 2:17 am       
Re: the web index      Han, Shanshan      Thu Nov 8 2001 11:07 pm       
Re: the web index      Goodman, Brian J.      Thu Nov 8 2001 11:55 pm       

Back to previous screen