tagged [lucene]

How do you implement a custom filter with Lucene.net?

How do you implement a custom filter with Lucene.net? The code below is from the Lucene In Action book (originally in Java). It's for building a list of 'allowed' documents (from a user permission poi...

25 Mar at 19:5

Directory lock error with Lucene.Net usage in an ASP.NET MVC site

Directory lock error with Lucene.Net usage in an ASP.NET MVC site I'm building an ASP.NET MVC site where I want to use Lucene.Net for search. I've already built a SearchController and all of its metho...

C#: Could not load types from assembly

C#: Could not load types from assembly After adding Lucene.net and Lucene.net Contrib to a C# MVC3, I get the message below after the first successful run. After receiving this error, I need to comple...