mirror of https://github.com/apache/lucene.git
- Moved Lucene Tutorial to a more appropriate place.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150060 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
83efa1b48c
commit
97e5c5f405
|
@ -868,56 +868,6 @@
|
|||
</blockquote>
|
||||
</td></tr>
|
||||
<tr><td><br/></td></tr>
|
||||
</table>
|
||||
<table border="0" cellspacing="0" cellpadding="2" width="100%">
|
||||
<tr><td bgcolor="#828DA6">
|
||||
<font color="#ffffff" face="arial,helvetica,sanserif">
|
||||
<a name="Lucene Tutorial"><strong>Lucene Tutorial</strong></a>
|
||||
</font>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<blockquote>
|
||||
<p>
|
||||
</p>
|
||||
<table>
|
||||
<tr>
|
||||
<th bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
|
||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
|
||||
|
||||
URL
|
||||
|
||||
</font>
|
||||
</th>
|
||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
|
||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
|
||||
|
||||
<a href="http://www.darksleep.com/lucene">
|
||||
http://www.darksleep.com/lucene
|
||||
</a>
|
||||
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
|
||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
|
||||
|
||||
author
|
||||
|
||||
</font>
|
||||
</th>
|
||||
<td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
|
||||
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
|
||||
|
||||
Steven J. Owens - puff@darksleep.com
|
||||
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</blockquote>
|
||||
</td></tr>
|
||||
<tr><td><br/></td></tr>
|
||||
</table>
|
||||
<table border="0" cellspacing="0" cellpadding="2" width="100%">
|
||||
<tr><td bgcolor="#828DA6">
|
||||
|
|
|
@ -131,6 +131,23 @@
|
|||
<li><a href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html">Lucene Intro</a>
|
||||
<br /> - java.net, July 2003
|
||||
</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
</p>
|
||||
</td></tr>
|
||||
<tr><td><br/></td></tr>
|
||||
</table>
|
||||
<table border="0" cellspacing="0" cellpadding="2" width="100%">
|
||||
<tr><td bgcolor="#525D76">
|
||||
<font color="#ffffff" face="arial,helvetica,sanserif">
|
||||
<a name="Tutorials"><strong>Tutorials</strong></a>
|
||||
</font>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<blockquote>
|
||||
<ul>
|
||||
<li><a href="http://www.darksleep.com/lucene/">Lucene Tutorial</a>
|
||||
</li>
|
||||
<li><a href="http://www.chedong.com/tech/lucene.html">Lucene introduction in Chinese</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -358,30 +358,6 @@
|
|||
</tr>
|
||||
</table>
|
||||
</subsection>
|
||||
<subsection name="Lucene Tutorial">
|
||||
<p>
|
||||
</p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>
|
||||
URL
|
||||
</th>
|
||||
<td>
|
||||
<a href="http://www.darksleep.com/lucene">
|
||||
http://www.darksleep.com/lucene
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
author
|
||||
</th>
|
||||
<td>
|
||||
Steven J. Owens - puff@darksleep.com
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</subsection>
|
||||
<subsection name="JavaCC">
|
||||
<table>
|
||||
<tr>
|
||||
|
|
|
@ -27,6 +27,14 @@
|
|||
<li><a href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html">Lucene Intro</a>
|
||||
<br/> - java.net, July 2003
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section name="Tutorials">
|
||||
<ul>
|
||||
<li><a
|
||||
href="http://www.darksleep.com/lucene/">Lucene Tutorial</a>
|
||||
</li>
|
||||
<li><a
|
||||
href="http://www.chedong.com/tech/lucene.html">Lucene introduction in Chinese</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue