Hello all,
I would like to implement a search function for my website as the functions listed here
http://stackoverflow.com/search
What should I do in order to do this?
Based on my understanding, two methods can be used to provide search function for my website.
1> MySQL full text search 2> Use search lucene package.
My guess is that the search function here http://stackoverflow.com/search is neither of them. So what is the method that has been used to provide such a search on the website?
Thank you