26

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.

Blorgbeard
  • 101,031
  • 48
  • 228
  • 272
Ti.
  • 303
  • 3
  • 8

3 Answers3

21

There are some great articles on CodeProject:

http://www.codeproject.com/KB/library/IntroducingLucene.aspx
http://www.codeproject.com/KB/aspnet/lucene-net-in-asp-net.aspx
http://www.codeproject.com/KB/cs/lucene_analysis.aspx
http://www.codeproject.com/KB/cs/lucene_custom_analyzer.aspx

There are more if you enter Lucene in their search.

Hope this helps.

Larsenal
  • 49,878
  • 43
  • 152
  • 220
Richard
  • 21,728
  • 13
  • 62
  • 101
2

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.

Marc Gravell
  • 1,026,079
  • 266
  • 2,566
  • 2,900
Noldorin
  • 144,213
  • 56
  • 264
  • 302
1

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
  • 25,203
  • 5
  • 80
  • 91