# Theoretical Underpinnings # Lucene Java Resources (ideas are relevant to Lucene.Net) * [Lucene Java FAQ](http://wiki.apache.org/lucene-java/LuceneFAQ) - tons of general information on using Lucene, most relevant to Lucene.Net as well * [Basics of Performance](http://wiki.apache.org/jakarta-lucene/BasicsOfPerformance) - a number of performance tweaks * [Scores as Percentages](http://wiki.apache.org/lucene-java/ScoresAsPercentages) or why you shouldn't do that # Getting Started with Simone Chiaretta
  1. How to get started with Lucene.Net
  2. The Main Concepts
  3. Your First Application
  4. Dissecting Storage Documents and Fields
  5. Lucene - or how I stopped worrying and learned to love unstructured data
  6. How Subtext Lucene.Net index is structured