how to write search engine pages

  • Thread starter Thread starter jaffar
  • Start date Start date
J

jaffar

hai,

i am developing search engine in asp.net , so how can i start the
search engine and how can write code for search engine, it is like goole
search engine, it is very urgent,


warm regards

jaffar
s/w engineer
 
Hello Jaffar

What content are you trying to search for?
If it is word docs, excel spreadsheets, text files, pdfs, etc
you can use a commercial product called dtSearch.
It will allow you to build up indexes and then search the
indexes through either a win32 client or asp.net application.
It is very fast and efficient.

You could also try and Microsoft Indexing Service.
Try the following page for explanations on the
built in service which comes with the operating system.

http://www.aspnetworld.com/articles/2004022401.aspx

Regards,
Simon
 
Back
Top