search engine
how to create a search engine for a social networking website like orkut in asp.net using c#.........
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhimanyu K VatsaPosted Jun 22, 2010, 9:39 AM
if you want to create your own search engine like orkut then you have to read the functions of crawlers.
if you want to create seach option for your website then you have couple of option here like using google custom search (see my articles for this), using mysql database (if you use sql server then you to purchase it and it will cost you lot but mysql is open source and free to use).
and many more ways.....
I Hope my post will help you.