Looking for an example of using Lucene.net with ASP.NET [closed]

和自甴很熟 提交于 2019-12-09 04:00:47

问题


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


回答1:


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

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

You can take a look at their source...

extra codeproject link




回答2:


There is a excellent blog series here:

  1. Lucene.NET
  2. Introduction to Lucene
  3. Indexing basics
  4. Search basics
  5. Alternatives ( did you mean …)
  6. Faceted search / Drill down
  7. Class reference

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.




回答3:


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



来源:https://stackoverflow.com/questions/339740/looking-for-an-example-of-using-lucene-net-with-asp-net

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