This document provides an introduction to Lucene, an open-source information retrieval library. It discusses Lucene's components and architecture, how it models content and performs indexing and searching. It also summarizes how to build search applications using Lucene, including acquiring content, building documents, analyzing text, indexing documents, and querying. Finally, it discusses frameworks that are built on Lucene like Compass and Solr.