Lucene4DB.Net is a .Net library built around the powerful Lucene search engine to index database tables and allow fast and advanced search capability to your applications. Now you do not have to spend hours thinking during designing of the schema about the fields that you should index. Lucene4DB.Net makes it possible to pick and drop the fields at run time. One would argue that database applications like Microsoft SQL Server, MySQL, Oracle and others have indexing capabilities then why should you build a new index. There are number of reasons why using a tool like Lucene4DB.Net can boost search for your applications, desktop or web.
No you do not need to know who to build queries or things like that. We provide a very simple and intutive and simple API that lets you add fields, tables, joins, conditions etc. like you are setting properties on a bussiness object and our query builder will take care of the rest for you.
The API supports .Net 1.1 and .Net V2.0. There is a special build for .Net 2.0 which leverages new features of the framework.