title: Lucene.Net Docs - The documentation website for Lucene.Net description: The documentation website for Lucene.Net

Apache Lucene.Net EnvVar:LuceneNetVersion Documentation


Lucene is a .NET full-text search engine. 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.

This is the official API documentation for Apache Lucene.NET EnvVar:LuceneNetVersion.

Getting Started

The following section is intended as a “getting started” guide. It has three audiences: first-time users looking to install Apache Lucene in their application; developers looking to modify or base the applications they develop on Lucene; and developers looking to become involved in and contribute to the development of Lucene. The goal is to help you “get started”. It does not go into great depth on some of the conceptual or inner details of Lucene:

Reference Documents

Libraries

Tools

  • Lucene CLI: Dotnet tool to work with Lucene indexes from the command line
  • Demo: Simple example code