views:

670

answers:

1

Is there any Asp Dotnet projects samples available using Lucene Dotnet

+1  A: 

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.

Ian Patrick Hughes
thanks Ian for your response and it will be usefull for me to do the project in LINQ and Lucene.Right Now am using Nhibernate insted of LINQ. Are you done any thing using NHibernate.Search and Lucene. Net
guna Samba