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

只谈情不闲聊 提交于 2019-12-03 00:49:41

问题


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.


回答1:


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.




回答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.




回答3:


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.



来源:https://stackoverflow.com/questions/636579/what-are-some-good-resources-on-using-lucene-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!