mirror of https://github.com/apache/lucene.git
fix broken links to source
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@155011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fdf05bd088
commit
d0468669c2
|
@ -134,19 +134,19 @@ method.</li>
|
|||
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 @@ and the word "manhattan" ... ]
|
|||
<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.
|
||||
|
|
Loading…
Reference in New Issue