add --shared
[pylucene.git] / lucene-java-3.4.0 / lucene / src / site / src / documentation / content / xdocs / gettingstarted.xml
1 <?xml version="1.0"?>
2 <document>
3         <header>
4         <title>
5         Apache Lucene - Getting Started Guide
6                 </title>
7         </header>
8 <properties>
9 <author email="acoliver@apache.org">Andrew C. Oliver</author>
10 </properties>
11 <body>
12
13 <section id="Getting Started">
14     <title>Getting Started</title>
15 <p>
16 This document is intended as a "getting started" guide.  It has three audiences: first-time users
17 looking to install Apache Lucene in their application; developers looking to modify or base
18 the applications they develop on Lucene; and developers looking to become involved in and contribute
19 to the development of Lucene.  This document is written in tutorial and walk-through format.  The
20 goal is to help you "get started".  It does not go into great depth on some of the conceptual or
21 inner details of Lucene.
22 </p>
23
24 <p>
25 Each section listed below builds on one another.  More advanced users
26 may wish to skip sections.
27 </p>
28
29 <ul>
30         <li><a href="demo.html">About the command-line Lucene demo and its usage</a>.  This section
31         is intended for anyone who wants to use the command-line Lucene demo.</li>
32
33         <li><a href="demo2.html">About the sources and implementation for the command-line Lucene
34         demo</a>.  This section walks through the implementation details (sources) of the
35         command-line Lucene demo.  This section is intended for developers.</li>
36 </ul>
37 </section>
38
39 </body>
40 </document>
41