/!\ TODO (!) This page is a work in progress

Getting Started

Overview

What Lucene.Net is and what it isn't

Downloading the library

Subversion

NuGet

Quick overview of the source code structure

  • 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.

Creating a new Index

library calls, etc, setting options

Adding a file

This section will assume that the text of the file is already as a string (no discussion of text extraction)

Searching

Searching and returning a key / location

  • No labels