寻找在ASP.NET中使用Lucene.net的示例

时间:2022-02-28 03:10:01

How do you implement the search capabilities of Lucene.net in asp.net? If possible, please include links or example code.

如何在asp.net中实现Lucene.net的搜索功能?如果可能,请包含链接或示例代码。

3 个解决方案

#1


13  

I think mojoPortal (ASP.NET CMS) uses Lucene.NET.

我认为mojoPortal(ASP.NET CMS)使用Lucene.NET。

Another nice example, cuyahoga, makes also use of NHibernate.

另一个很好的例子,cuyahoga,也使用了NHibernate。

You can take a look at their source...

你可以看看他们的来源......

extra codeproject link

额外的codeproject链接

#2


24  

There is a excellent blog series here:

这里有一个很棒的博客系列:

  1. Lucene.NET
  2. Lucene.NET
  3. Introduction to Lucene
  4. Lucene简介
  5. Indexing basics
  6. 索引基础知识
  7. Search basics
  8. 搜索基础知识
  9. Alternatives ( did you mean …)
  10. 替代品(你的意思是......)
  11. Faceted search / Drill down
  12. 分面搜索/向下钻取
  13. Class reference
  14. 课程参考

I have also found another project called SimpleLucene which you can use to maintain your lucene indexes whenever you need to update or delete a document.

我还发现了另一个名为SimpleLucene的项目,您可以在需要更新或删除文档时使用它来维护lucene索引。

#3


8  

Be sure to check out LINQ to Lucene. It's not feature complete, but it does make getting started a lot easier: http://www.codeplex.com/linqtolucene

一定要看看LINQ到Lucene。它不是完整的功能,但它确实使入门更容易:http://www.codeplex.com/linqtolucene

#1


13  

I think mojoPortal (ASP.NET CMS) uses Lucene.NET.

我认为mojoPortal(ASP.NET CMS)使用Lucene.NET。

Another nice example, cuyahoga, makes also use of NHibernate.

另一个很好的例子,cuyahoga,也使用了NHibernate。

You can take a look at their source...

你可以看看他们的来源......

extra codeproject link

额外的codeproject链接

#2


24  

There is a excellent blog series here:

这里有一个很棒的博客系列:

  1. Lucene.NET
  2. Lucene.NET
  3. Introduction to Lucene
  4. Lucene简介
  5. Indexing basics
  6. 索引基础知识
  7. Search basics
  8. 搜索基础知识
  9. Alternatives ( did you mean …)
  10. 替代品(你的意思是......)
  11. Faceted search / Drill down
  12. 分面搜索/向下钻取
  13. Class reference
  14. 课程参考

I have also found another project called SimpleLucene which you can use to maintain your lucene indexes whenever you need to update or delete a document.

我还发现了另一个名为SimpleLucene的项目,您可以在需要更新或删除文档时使用它来维护lucene索引。

#3


8  

Be sure to check out LINQ to Lucene. It's not feature complete, but it does make getting started a lot easier: http://www.codeplex.com/linqtolucene

一定要看看LINQ到Lucene。它不是完整的功能,但它确实使入门更容易:http://www.codeplex.com/linqtolucene