Author: ehatcher
Date: Wed Feb 23 06:14:12 2005
New Revision: 155011
URL: http://svn.apache.org/viewcvs?view=rev&rev=155011
Log:
fix broken links to source
Modified:
lucene/java/trunk/src/java/overview.html
Modified: lucene/java/trunk/src/java/overview.html
URL:
http://svn.apache.org/viewcvs/lucene/java/trunk/src/java/overview.html?view=diff&r1=155010&r2=155011
==============================================================================
--- lucene/java/trunk/src/java/overview.html (original)
+++ lucene/java/trunk/src/java/overview.html Wed Feb 23 06:14:12 2005
@@ -134,19 +134,19 @@
Some simple examples of code which does this are:
<ul>
<li>
- <a
href="../../src/demo/org/apache/lucene/demo/FileDocument.java">FileDocument.java</a>
contains
+ <a
href="http://svn.apache.org/repos/asf/lucene/java/trunk/src/demo/org/apache/lucene/demo/FileDocument.java">FileDocument.java</a>
contains
code to create a Document for a file.</li>
<li>
- <a
href="../../src/demo/org/apache/lucene/demo/IndexFiles.java">IndexFiles.java</a>
creates an
+ <a
href="http://svn.apache.org/repos/asf/lucene/java/trunk/src/demo/org/apache/lucene/demo/IndexFiles.java">IndexFiles.java</a>
creates an
index for all the files contained in a directory.</li>
<li>
- <a
href="../../src/demo/org/apache/lucene/demo/DeleteFiles.java">DeleteFiles.java</a>
deletes some
+ <a
href="http://svn.apache.org/repos/asf/lucene/java/trunk/src/demo/org/apache/lucene/demo/DeleteFiles.java">DeleteFiles.java</a>
deletes some
of these files from the index.</li>
<li>
- <a
href="../../src/demo/org/apache/lucene/demo/SearchFiles.java">SearchFiles.java</a>
prompts for
+ <a
href="http://svn.apache.org/repos/asf/lucene/java/trunk/src/demo/org/apache/lucene/demo/SearchFiles.java">SearchFiles.java</a>
prompts for
queries and searches an index.</li>
</ul>
To demonstrate these, try something like:
@@ -170,7 +170,7 @@
<br> [ Note: "+" and "-" are canonical, but "AND", "OR"
and "NOT" may be used. ]</blockquote>
-The <a
href="../../src/demo/org/apache/lucene/demo/IndexHTML.java">IndexHtml</a> demo
is more sophisticated.
+The <a
href="http://svn.apache.org/repos/asf/lucene/java/trunk/src/demo/org/apache/lucene/demo/IndexHTML.java">IndexHtml</a>
demo is more sophisticated.
It incrementally maintains an index of HTML files, adding new files as
they appear, deleting old files as they disappear and re-indexing files
as they change.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]