blob: 5438582fab610f812c633bd840e328ecb2203a06 [file] [log] [blame]
Apache Lucene.Net README file
INTRODUCTION
Apache Lucene.Net is a C# full-text search engine. Apache Lucene.Net is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications.
Apache Lucene.Net is compiled against Microsoft .NET Framework 1.1
The Apache Lucene.Net web site is at:
http://incubator.apache.org/lucene.net/
Please join the Apache Lucene.Net-User mailing list by sending a message to:
lucene-net-user-subscribe@incubator.apache.org
FILES
src/Lucene.Net
The Lucene source code.
src/Demo
Some example code.
src/Test
Test code.
contrib/*
Contributed code which extends and enhances Apache Lucene.Net, but is not part of the core library.
DOCUMENTATION
MSDN style API documentation for Apache Lucene.Net exists. Those can be found at this site:
http://incubator.apache.org/lucene.net/docs/2.1/