Question

Is there any Asp Dotnet projects samples available using Lucene Dotnet

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top