How is site specific search done? -


Can someone please tell how the site-specific searches are done? For example, stackoverflow.com

thanks

Search here over the stack overflow As I can remember, done by using Lusen

You create an index with all the details that you want to find and want to find them with post / other things, The ones you want to search.

More details here:

They used the SQL Server search algorithm but were not really satisfied with it, if I remember correctly.

This is a blog post by Jeff:


Comments