how to write a search engine

G

guoqi zheng

any one has example/source code how to write an search engine?? Not a search
engine using SQl like statement or SQL full text search. A real search
engine with index and algo. something like google(not that powerful, of
course).


regards,

Guoqi Zheng
http://www.ureader.com
 
B

Brock Allen

You will need to access resources via HTTP so check out the HttpWebRequest
and HttpWebResponse classes.
 
G

guoqi zheng

That is the crawler, the bot. But that is only one part of it and a less
important part. The more important part is the index and how to determine
the search ranking.


regards,

Guoqi Zheng
http://www.ureader.com
 
S

Shawn H. Mesiatowsky

Use a bot to store info collected into a DB, then use SQL query to create
your results. the ranking is based on how many times a certain word appears
in a page, where the word apears in it's metadata, etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,110
Latest member
OdetteGabb
Top