Open source LINQ search engine for website

Posted by Noel on Stack Overflow See other posts from Stack Overflow or by Noel
Published on 2010-04-22T18:11:28Z Indexed on 2010/04/22 18:13 UTC
Read the original article Hit count: 193

I want to add a search engine to my website. I want it to handler boolean searches and give me a list of results in order or best match. I need it to be able to work with LINQ, because I want to add additional where clauses to the final query that gets run. I am looking for the best open source .NET search engine that works with LINQ. I like lucene.net but the problem is the LINQ interface (LINQ to Lucene) hasn't been updated since 2008. Are there any good options out there?

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about ASP.NET