mirror of https://github.com/apache/lucene.git
- 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:
parent
59ce56a2ad
commit
0426d8ab04
|
@ -1,7 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<author email="husted@apache.org">Ted Husted</author>
|
|
||||||
<author email="cutting@apache.org">Doug Cutting</author>
|
<author email="cutting@apache.org">Doug Cutting</author>
|
||||||
<title>Powered by Lucene - Jakarta Lucene</title>
|
<title>Powered by Lucene - Jakarta Lucene</title>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -42,4 +41,3 @@ src="images/lucene_green_100.gif" alt="Lucene" border="0"
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<author email="husted@apache.org">Ted Husted</author>
|
|
||||||
<author email="cutting@apache.org">Doug Cutting</author>
|
<author email="cutting@apache.org">Doug Cutting</author>
|
||||||
<title>Resources - Jakarta Lucene</title>
|
<title>Resources - Jakarta Lucene</title>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -10,11 +9,25 @@
|
||||||
<section name="Articles">
|
<section name="Articles">
|
||||||
<p>Articles about Lucene:</p>
|
<p>Articles about Lucene:</p>
|
||||||
<ul>
|
<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
|
||||||
<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>
|
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>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue