Search code examples
asp.net-mvc-2entity-framework-4full-text-searchsearch-enginesql-server-2008-r2

ASP.NET MVC 2 + EF4 - what are my in-site text search options?


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?


Solution

  • There's the SQL 2008 FTS but it seems there are problems with it so Lucene.NET seems like a good solution.