Project SourceThe project is structured to be a self-contained .dll called Lucene.Linq. The solution contains a project for the following:
-Lucene.Linq
-Lucene.Linq.Tests
-Lucene.Linq.Demo
Also, there are the mirror set of projects (upgraded to VS2K8) for the latest Lucene build:
(These are obviously not from our development but are there as a resource for debugging purposes)
-Lucene.Net
-Lucene.Net.Tests
-Lucene.Net.Demo
The Unit testing is provided by Visual Studios Test Project for the Lucene.Linq.Tests project, while the Lucene.Net.Tests project was built in an earlier version of NUnit.
Dependencies:Lucene.Net 2.0(comes with the source)NUnit(for Lucene.Net Unit tests)MS Enterprise Library 3.1(data, common)SQLExpress 2005(for the Demo only)Northwind Database(for the Demo only)