Can someone please tell how site specific searches are done. For example, search in the stackoverflow.com
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The search here on Stackoverflow is, as I can recall, done using Lucene.
You build an index with details you want to search through and link these to the posts / other things you want the search to find.
More details here: http://en.wikipedia.org/wiki/Lucene
They have used the SQL server search algorithm but were not really satisfied with it, if I remember correctly.
Here is the blog post by Jeff: https://blog.stackoverflow.com/2008/11/sql-2008-full-text-search-problems/