- Added a link to NLucene; removed incorrect author (I assume that was the result of somebody's initial copy & paste).

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149797 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2002-07-13 22:00:35 +00:00
parent 59ce56a2ad
commit 0426d8ab04
2 changed files with 17 additions and 6 deletions

View File

@ -1,7 +1,6 @@
<?xml version="1.0"?>
<document>
<properties>
<author email="husted@apache.org">Ted Husted</author>
<author email="cutting@apache.org">Doug Cutting</author>
<title>Powered by Lucene - Jakarta Lucene</title>
</properties>
@ -42,4 +41,3 @@ src="images/lucene_green_100.gif" alt="Lucene" border="0"
</body>
</document>

View File

@ -1,7 +1,6 @@
<?xml version="1.0"?>
<document>
<properties>
<author email="husted@apache.org">Ted Husted</author>
<author email="cutting@apache.org">Doug Cutting</author>
<title>Resources - Jakarta Lucene</title>
</properties>
@ -10,11 +9,25 @@
<section name="Articles">
<p>Articles about Lucene:</p>
<ul>
<li><a href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-lucene.html">The Lucene search engine Powerful flexible and free</a><br/> - JavaWorld September 2000</li>
<li><a href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-cooltools.html">Build your own languages with JavaCC</a><br/> - JavaWorld December 2000</li>
<li><a
href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-lucene.html">The Lucene search engine Powerful flexible and free</a>
<br/> - JavaWorld September 2000
</li>
</ul>
</section>
<section name="RelatedResources">
<p>Lucene-related Resources</p>
<ul>
<li><a
href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-cooltools.html">Build your own languages with JavaCC</a>
<br/> - JavaWorld December 2000
</li>
<li><a href="http://sourceforge.net/projects/nlucene">NLucene</a>
<br/> - .NET implementation of Lucene
</li>
</ul>
</section>
</body>
</document>