Looking for an example of using Lucene.net with AS

2019-03-07 18:48发布

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

3条回答
姐就是有狂的资本
2楼-- · 2019-03-07 19:32

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

查看更多
趁早两清
3楼-- · 2019-03-07 19:42

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.

查看更多
别忘想泡老子
4楼-- · 2019-03-07 19:46

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

查看更多
登录 后发表回答