link demo source directly from javadocs (we -linksource just for this module)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328758 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-04-22 01:00:12 +00:00
parent 51b99daad0
commit 4dc020f32c
1 changed files with 6 additions and 11 deletions

View File

@ -93,17 +93,12 @@ applications.</p>
<a name="N1001C" id="N1001C"></a><a name="Location of the source"></a>
<h2 class="boxed">Location of the source</h2>
<div class="section">
<p>NOTE: to examine the sources, you need to download and extract a source
checkout of Lucene: (lucene-{version}-src.zip).</p>
<p>Relative to the directory created when you extracted Lucene, you should see
a directory called <span class="codefrag">lucene/demo/</span>. This is the root
for the Lucene demo. Under this directory is <span class=
"codefrag">src/java/org/apache/lucene/demo/</span>. This is where all the Java
sources for the demo live.</p>
<p>Within this directory you should see the <span class=
"codefrag">IndexFiles.java</span> class we executed earlier. Bring it up in
<span class="codefrag">vi</span> or your editor of choice and let's take a look
at it.</p>
<p>The files discussed here are linked into this documentation directly:
<ul>
<li><a href="src-html/org/apache/lucene/demo/IndexFiles.html">IndexFiles.java</a>: code to create a Lucene index.
<li><a href="src-html/org/apache/lucene/demo/SearchFiles.html">SearchFiles.java</a>: code to search a Lucene index.
</ul>
</p>
</div>
<a name="N10037" id="N10037"></a><a name="IndexFiles" id="IndexFiles"></a>
<h2 class="boxed">IndexFiles</h2>