Is there any Asp Dotnet projects samples available using Lucene Dotnet
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.