Does anyone know where I can find out more information on Lucene.Net?
有人知道我在哪里可以找到更多关于Lucene.Net的信息吗?
I am looking for a tutorial or videos on how to use Lucene.Net that stack overflow users can personally recommend.
我正在寻找一个如何使用Lucene的教程或视频。栈溢出用户可以亲自推荐。
3 个解决方案
#1
21
There are some great articles on CodeProject:
关于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
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.
如果你在他们的搜索中输入Lucene会有更多。
Hope this helps.
希望这个有帮助。
#2
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
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.
根据您的需求,设置SOLR实例也很有用。它基于Lucene,是一个Java Web应用程序,为查询和更新内容提供rest样式的API。我们使用它在我们公司的网站上进行分面搜索;我相信Zappos和NetFlix也在使用它。
#1
21
There are some great articles on CodeProject:
关于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
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.
如果你在他们的搜索中输入Lucene会有更多。
Hope this helps.
希望这个有帮助。
#2
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
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.
根据您的需求,设置SOLR实例也很有用。它基于Lucene,是一个Java Web应用程序,为查询和更新内容提供rest样式的API。我们使用它在我们公司的网站上进行分面搜索;我相信Zappos和NetFlix也在使用它。