- Added a link to a Python implementation of Lucene.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149964 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2003-03-10 16:52:41 +00:00
parent 5809cb1df4
commit ab87c3ccd9
2 changed files with 6 additions and 0 deletions

View File

@ -150,6 +150,9 @@
<li><a href="http://sourceforge.net/projects/nlucene">NLucene</a>
<br /> - .NET implementation of Lucene
</li>
<li><a href="http://www.divmod.org/Lupy/">Lupy</a>
<br /> - Python implementation of Lucene
</li>
<li><a href="http://search.cpan.org/author/SIMON/Lucene-QueryParser-1.01/">Lucene::QueryParser</a>
<br /> - Perl implementation of Lucene QueryParser
</li>

View File

@ -35,6 +35,9 @@
<li><a href="http://sourceforge.net/projects/nlucene">NLucene</a>
<br/> - .NET implementation of Lucene
</li>
<li><a href="http://www.divmod.org/Lupy/">Lupy</a>
<br/> - Python implementation of Lucene
</li>
<li><a href="http://search.cpan.org/author/SIMON/Lucene-QueryParser-1.01/">Lucene::QueryParser</a>
<br/> - Perl implementation of Lucene QueryParser
</li>