Reputation: 484
Is there any Asp Dotnet projects samples available using Lucene Dotnet
Upvotes: 2
Views: 1751
Reputation: 10426
I am personally a huge fan of the LINQ to Lucene project.
It did not meet all of our requirements, but with the source code available it was a snap to make adjustments.
An easy to follow simple example of use can be found at Hacky Hacky
Also, a quick search at Code Project will quickly show you numerous uses of Lucene.net. While they are frequently not ASP.NET projects out of the box; with a little adaptation you should be able to employ many of the libraries there in a webform project.
A great starter article there can be found at Introducing Lucene.Net.
Upvotes: 2