Skip to content

Mpdreamz/lucene.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 2.0

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

build/* 
  Visual Studio solution 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://lucene.apache.org/lucene.net/docs/2.4.0/