The question title just about says it all. I have a ASP.NET MVC 2 site built on EF 4.0, and am wondering what my options are for having in-site text search capabilities. Are there 3rd party plugins? Do I need to roll my own with whatever SQL Server 2008 R2 has for a LIKE
command + joins or LINQ statements?
There's the SQL 2008 FTS but it seems there are problems with it so Lucene.NET seems like a good solution.