mirror of https://github.com/apache/lucene.git
- Added a link to Lucene introduction in Chinese.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149837 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f65bc68dfc
commit
f01145317c
|
@ -1,31 +1,34 @@
|
|||
<?xml version="1.0"?>
|
||||
<document>
|
||||
<properties>
|
||||
<author email="cutting@apache.org">Doug Cutting</author>
|
||||
<title>Resources - Jakarta Lucene</title>
|
||||
</properties>
|
||||
<body>
|
||||
<properties>
|
||||
<author email="cutting@apache.org">Doug Cutting</author>
|
||||
<title>Resources - Jakarta Lucene</title>
|
||||
</properties>
|
||||
<body>
|
||||
|
||||
<section name="Articles">
|
||||
<ul>
|
||||
<li><a
|
||||
<section name="Articles">
|
||||
<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>
|
||||
</ul>
|
||||
</section>
|
||||
<br/> - JavaWorld September 2000
|
||||
</li>
|
||||
<li><a
|
||||
href="http://www.chedong.com/tech/lucene.html">Lucene introduction in Chinese</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section name="Related Resources">
|
||||
<ul>
|
||||
<li><a
|
||||
<section name="Related Resources">
|
||||
<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>
|
||||
<br/> - JavaWorld December 2000
|
||||
</li>
|
||||
<li><a href="http://sourceforge.net/projects/nlucene">NLucene</a>
|
||||
<br/> - .NET implementation of Lucene
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</body>
|
||||
</document>
|
||||
|
|
Loading…
Reference in New Issue