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...
- Modified
- 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...
- Modified
- 19 Feb at 04:32
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...
- Modified
- 24 Apr at 12:37