views:

1343

answers:

5

Does anyone know where I can find out more information on Lucene.Net?

I am looking for a tutorial or videos on how to use Lucene.Net that stack overflow users can personally recommend.

+3  A: 

I presume you're referring to the following: (link replaced; site closed). The page seems to contain all the information you might want to know about the project and its status.

Noldorin
A: 

Depending on your requirements, setting up a SOLR instance can be useful, too. It's based on Lucene and is a Java Web application that provides a REST-style API for querying and updating its contents. We use it for faceted searching on our company's Web site; Zappos and NetFlix use it as well, I believe.

Nicholas Piasecki
+2  A: 

I've documented how I integrated Lucene.NET into my open source ASP.NET app BugTracker.NET here:
http://www.ifdefined.com/blog/post/2009/02/Full-Text-Search-in-ASPNET-using-LuceneNET.aspx

Corey Trager
A: 

Here is a video tutorial from Gabe Sumner of Sitefinity fame that goes into a few topics about Lucene.NET. The tutorial deals primarily with search in Sitefinity, but much of the tutorial deals with how Lucene.NET works, querying an index, etc.

Tim S. Van Haren