Resources for getting started with Lucene.Net?

Posted by Matt Dotson on Stack Overflow See other posts from Stack Overflow or by Matt Dotson
Published on 2010-05-22T00:42:55Z Indexed on 2010/05/22 0:50 UTC
Read the original article Hit count: 349

I'm building a simple site that allows users to post text content and I want to add it to a search index as it gets posted, so my site search is up to date. From what I can tell Lucene.NET is a good full text search framework. I've found very few examples of how to use it though. Can anyone post some good references for learning about Lucene?

© Stack Overflow or respective owner

Related posts about lucene.net

Related posts about .NET