Quick Start
Greetings
Welcome. We are glad you're here. We hope this Quick Start section makes it easy to start learning about Lucene.NET. We assume you don't know anything about this awesome search library and are encountering it for the first time.
Our goal here is to get you enough information and experience with Lucene.NET so that you have a sense for what it is and how it might be useful to you. We also hope you will come away from this section with enough knowledge to be able to continue your leaning journey with the various other resources that are available.
Lucene.NET is a sophisticated search library that has a lot of advanced features. But for now we are not concerned about that. We want to get you up and running quickly with the basic info you need to take Lucene.NET for a spin.
Introduction
The Introduction page provides a bit of context about Lucene.NET. You'll learn where it came from and what it can do for you. See the Introduction page.
Tutorial
As developers, one of the fastest ways to learn a new technology is to build a toy application with it. So that's the approach we are going to take to get you up and running with Lucene.NET.
To get started building your first application go to the Tutorial page.
Learning Resources
In addition to the Introduction and Tutorial, we have compiled a list of learning resources to help you on your Lucene.NET journey. Some of these are part of the official Apache Lucene.NET project and others are from the community. You will likely find both types of resources helpful. So be sure to also checkout the Learning Resources page.