Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 676
Avinash Avatar asked Dec 04 '08 06:12

Avinash


1 Answers

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.

like image 69
superlogical Avatar answered Sep 25 '22 17:09

superlogical