Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some good resources on using Lucene.Net? [closed]

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.

like image 288
Ti. Avatar asked Sep 10 '25 20:09

Ti.


1 Answers

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.

like image 189
Richard Avatar answered Sep 13 '25 11:09

Richard