mirror of https://github.com/apache/lucene.git
move getting started to the top, rename index to 'reference documents'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
44c15f3367
commit
b723f62af4
|
@ -42,13 +42,6 @@
|
|||
<xsl:value-of select="$version"/></b>. Additional documentation is available in the
|
||||
<a href="http://wiki.apache.org/lucene-java">Wiki</a>.
|
||||
</p>
|
||||
<h2>Index</h2>
|
||||
<ul>
|
||||
<li><a href="changes/Changes.html">Changes</a></li>
|
||||
<li><a href="fileformats.html">File Formats Documentation</a></li>
|
||||
<li><a href="scoring.html">Scoring in Lucene</a></li>
|
||||
<li><a href="queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">Classic QueryParser Syntax</a></li>
|
||||
</ul>
|
||||
<h2>Getting Started</h2>
|
||||
<p>The following section is intended as a "getting started" guide. It has three
|
||||
audiences: first-time users looking to install Apache Lucene in their
|
||||
|
@ -62,7 +55,14 @@
|
|||
<li><a href="core/overview-summary.html#overview_description">Introduction to Lucene's APIs</a>:
|
||||
High-level summary of the different Lucene packages. </li>
|
||||
</ul>
|
||||
<h2>Javadocs</h2>
|
||||
<h2>Reference Documents</h2>
|
||||
<ul>
|
||||
<li><a href="changes/Changes.html">Changes</a>: List of changes in this release.</li>
|
||||
<li><a href="fileformats.html">File Formats</a>: Guide to the index format used by Lucene.</li>
|
||||
<li><a href="scoring.html">Scoring in Lucene</a>: Introduction to how Lucene scores documents.</li>
|
||||
<li><a href="queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">Classic QueryParser Syntax</a>: Overview of the Classic QueryParser's syntax and features.</li>
|
||||
</ul>
|
||||
<h2>API Javadocs</h2>
|
||||
<xsl:call-template name="modules"/>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue