Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# and .NET platform utilizing Microsoft .NET Framework.

Lucene.Net is an effort undergoing incubation at the Apache Software Foundation (ASF). Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

The incubation status is recorded at http://incubator.apache.org/projects/lucene.net.html

Lucene.Net sticks to the APIs and classes used in the original Java implementation of Lucene. The API names as well as class names are preserved with the intention of giving Lucene.Net the look and feel of the C# language and the .NET Framework. For example, the method Hits.length() in the Java implementation now reads Hits.Length() in the C# port.

In addition to the APIs and classes port to C#, the algorithm of Java Lucene is ported to C# Lucene. This means an index created with Java Lucene is back-and-forth compatible with the C# Lucene; both at reading, writing and updating. In fact a Lucene index can be concurrently searched and updated using Java Lucene and C# Lucene processes.

News

Downloads

A source code release of the project is now under SVN and can be accessed here: Lucene.Net source.

SVN is the development release. A stable ZIP'ed release can be found here.

Documentation

There is an MSDN style API documentation generated via NDoc tool.

Development

The Lucene.Net project always welcomes new contributors. The project operates via its version control system, mailing lists, and issue tracker.

Active Committers

George Aroush george @ aroush.net
Işık YİĞİT (DIGY) digydigy @ gmail.com
Doug Sale dsale @ myspace-inc.com

Version Control

Grab the current development version of Lucene.Net from its Subversion repository at trunk.

Mailing Lists

For development, discussion about the project occurs on its mailing list, lucene-net-dev @ incubator.apache.org, to subscribe, send a message to lucene-net-dev-subscribe @ incubator.apache.org.

For general usage, discussion about the project occurs on its mailing list, lucene-net-user @ incubator.apache.org, to subscribe, send a message to lucene-net-user-subscribe @ incubator.apache.org.

Commit notifications are sent to lucene-net-commits @ incubator.apache.org, to subscribe send a message to lucene-net-commits-subscribe @ incubator.apache.org.

Archives of the lists are available at:

Issue Tracking

Lucene.Net uses the ASF Jira installation for issue tracking. You can view open issues, create new ones, and see what issues we've fixed via the web interface at http://issues.apache.org/jira/browse/LUCENENET.

Note that to create a new issue or comment on an existing one you'll have to sign up for an account.