|
4 | 4 | [](https://dev.azure.com/lucene-net/Lucene.NET/_build?definitionId=3&_a=summary) |
5 | 5 | [](https://github.com/apache/lucenenet/blob/master/LICENSE.txt) |
6 | 6 |
|
| 7 | +<!-- START doctoc generated TOC please keep comment here to allow auto update --> |
| 8 | +<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
| 9 | + |
| 10 | +- [Powerful Full-text search for .NET](#powerful-full-text-search-for-net) |
| 11 | +- [Supported Frameworks](#supported-frameworks) |
| 12 | + - [Lucene.NET 3.0.3](#lucenenet-303) |
| 13 | + - [Lucene.NET 4.8.0](#lucenenet-480) |
| 14 | +- [Status](#status) |
| 15 | +- [Download](#download) |
| 16 | + - [Lucene.NET 3.0.3](#lucenenet-303-1) |
| 17 | + - [Core Library](#core-library) |
| 18 | + - [All Packages](#all-packages) |
| 19 | + - [Lucene.NET 4.8.0](#lucenenet-480-1) |
| 20 | + - [Core Library](#core-library-1) |
| 21 | + - [All Packages](#all-packages-1) |
| 22 | +- [Documentation](#documentation) |
| 23 | + - [Legacy Versions](#legacy-versions) |
| 24 | +- [Demos & Tools](#demos--tools) |
| 25 | +- [How to Contribute](#how-to-contribute) |
| 26 | + - [Join Mailing Lists](#join-mailing-lists) |
| 27 | + - [Ask a Question](#ask-a-question) |
| 28 | + - [Report a Bug](#report-a-bug) |
| 29 | + - [Start a Discussion](#start-a-discussion) |
| 30 | + - [Submit a Pull Request](#submit-a-pull-request) |
| 31 | +- [Building and Testing](#building-and-testing) |
| 32 | + - [Command Line](#command-line) |
| 33 | + - [Prerequisites](#prerequisites) |
| 34 | + - [Execution](#execution) |
| 35 | + - [Windows](#windows) |
| 36 | + - [Linux or macOS](#linux-or-macos) |
| 37 | + - [Build Options](#build-options) |
| 38 | + - [Windows](#windows-1) |
| 39 | + - [Linux or macOS](#linux-or-macos-1) |
| 40 | + - [Visual Studio](#visual-studio) |
| 41 | + - [Prerequisites](#prerequisites-1) |
| 42 | + - [Execution](#execution-1) |
| 43 | + - [Azure DevOps](#azure-devops) |
| 44 | + - [Prerequisites](#prerequisites-2) |
| 45 | + - [Execution](#execution-2) |
| 46 | + - [If you don't already have a pipeline set up:](#if-you-dont-already-have-a-pipeline-set-up) |
| 47 | + - [If you already have a pipeline set up:](#if-you-already-have-a-pipeline-set-up) |
| 48 | + |
| 49 | +<!-- END doctoc --> |
| 50 | + |
7 | 51 | ## Powerful Full-text search for .NET |
8 | 52 |
|
9 | 53 | Apache Lucene.NET is an open-source full-text search library written in C#. It is a port of the popular Java Apache Lucene project. |
|
0 commit comments