mirror of https://github.com/apache/lucene.git
- Fixed indentation and organized better.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150103 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec04efc0f0
commit
2d517b1399
|
@ -133,22 +133,6 @@ You can access the Lucene Sandbox CVS repository at
|
|||
<a href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/">http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/</a>.
|
||||
</p>
|
||||
<table border="0" cellspacing="0" cellpadding="2" width="100%">
|
||||
<tr><td bgcolor="#828DA6">
|
||||
<font color="#ffffff" face="arial,helvetica,sanserif">
|
||||
<a name="LARM"><strong>LARM</strong></a>
|
||||
</font>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<blockquote>
|
||||
<p>
|
||||
LARM is a web crawler optimized for large intranets with up to a couple of hundred hosts.
|
||||
</p>
|
||||
<a href="larm/overview.html">Technical Overview</a>
|
||||
</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="Snowball Stemmers for Lucene"><strong>Snowball Stemmers for Lucene</strong></a>
|
||||
|
@ -167,26 +151,6 @@ More information can be found
|
|||
<p>
|
||||
<a href="http://snowball.tartarus.org/">Background information on Snowball</a>,
|
||||
which is a language for stemmers developed by Martin Porter.
|
||||
</p>
|
||||
</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="Ant"><strong>Ant</strong></a>
|
||||
</font>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<blockquote>
|
||||
<p>
|
||||
The Ant project is a useful Ant task that creates a Lucene index out of an Ant fileset. It also
|
||||
contains an example HTML parser that uses JTidy.
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/ant/">The
|
||||
CVS repository for the Ant contribution.</a>
|
||||
</p>
|
||||
</blockquote>
|
||||
</td></tr>
|
||||
|
@ -207,12 +171,28 @@ them into the HitsIterator class, which can be used for paging and sorting throu
|
|||
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/searchBean/">The
|
||||
<a href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/searchbean/">The
|
||||
CVS repository for the SearchBean contribution.</a>
|
||||
</p>
|
||||
</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="Ant"><strong>Ant</strong></a>
|
||||
</font>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<blockquote>
|
||||
<p>
|
||||
<a href="http://snowball.tartarus.org/">Background information on Snowball</a>,
|
||||
which is a language for stemmers developed by Martin Porter.
|
||||
The Ant project is a useful Ant task that creates a Lucene index out of an Ant fileset. It also
|
||||
contains an example HTML parser that uses JTidy.
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/ant/">The
|
||||
CVS repository for the Ant contribution.</a>
|
||||
</p>
|
||||
</blockquote>
|
||||
</td></tr>
|
||||
|
@ -267,6 +247,23 @@ CVS for the XML Indexing Demo.</a>
|
|||
</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="LARM"><strong>LARM</strong></a>
|
||||
</font>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<blockquote>
|
||||
<p>
|
||||
LARM is a web crawler optimized for large intranets with up to a couple of hundred hosts.
|
||||
</p>
|
||||
<a href="larm/overview.html">Technical Overview</a>
|
||||
<a href="http://larm.sourceforge.net/">LARM's home page on SourceForge</a>
|
||||
</blockquote>
|
||||
</td></tr>
|
||||
<tr><td><br/></td></tr>
|
||||
</table>
|
||||
<table border="0" cellspacing="0" cellpadding="2" width="100%">
|
||||
<tr><td bgcolor="#828DA6">
|
||||
|
|
Loading…
Reference in New Issue