mirror of https://github.com/apache/lucene.git
add another article to resources
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150165 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cd297692ca
commit
a545a4578f
|
@ -119,24 +119,33 @@
|
|||
<tr><td>
|
||||
<blockquote>
|
||||
<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.onjava.com/pub/a/onjava/2003/01/15/lucene.html">Introduction to Text Indexing with Apache Jakarta Lucene</a>
|
||||
<br /> - Onjava.com, January 2003
|
||||
</li>
|
||||
<li><a href="http://www.onjava.com/pub/a/onjava/2003/03/05/lucene.html">Advanced Text Indexing with Lucene</a>
|
||||
<br /> - Onjava.com, March 2003
|
||||
</li>
|
||||
<li><a href="http://www-106.ibm.com/developerworks/library/j-lucene/">Parsing, indexing, and searching XML with Digester and Lucene</a>
|
||||
<br /> - IBM developerWorks, June 2003
|
||||
</li>
|
||||
<li><a href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html">Lucene Intro</a>
|
||||
<br /> - java.net, July 2003
|
||||
</li>
|
||||
<li><a href="http://builder.com.com/5100-6389-5054799.html">Give your Web site its own search engine using Lucene</a>
|
||||
<br /> - Builder.com, July 2003
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html">QueryParser Rules</a>
|
||||
<br /> - java.net, November 2003
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://builder.com.com/5100-6389-5054799.html">Give your Web site its own search engine using Lucene</a>
|
||||
<br /> - Builder.com, July 2003
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html">Lucene Intro</a>
|
||||
<br /> - java.net, July 2003
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www-106.ibm.com/developerworks/library/j-lucene/">Parsing, indexing, and searching XML with Digester and Lucene</a>
|
||||
<br /> - IBM developerWorks, June 2003
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.onjava.com/pub/a/onjava/2003/03/05/lucene.html">Advanced Text Indexing with Lucene</a>
|
||||
<br /> - Onjava.com, March 2003
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.onjava.com/pub/a/onjava/2003/01/15/lucene.html">Introduction to Text Indexing with Apache Jakarta Lucene</a>
|
||||
<br /> - Onjava.com, January 2003
|
||||
</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>
|
||||
</blockquote>
|
||||
</p>
|
||||
|
@ -189,6 +198,9 @@
|
|||
<li><a href="http://search.cpan.org/author/SIMON/Lucene-QueryParser-1.01/">Lucene::QueryParser</a>
|
||||
<br /> - Perl implementation of Lucene QueryParser
|
||||
</li>
|
||||
<li><a href="http://rubyforge.org/projects/rubylucene/">RubyLucene</a>
|
||||
<br /> - Ruby implementation of Lucene (under development)
|
||||
</li>
|
||||
</ul>
|
||||
</blockquote>
|
||||
</p>
|
||||
|
|
|
@ -8,29 +8,38 @@
|
|||
|
||||
<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>
|
||||
<li><a
|
||||
href="http://www.onjava.com/pub/a/onjava/2003/01/15/lucene.html">Introduction to Text Indexing with Apache Jakarta Lucene</a>
|
||||
<br/> - Onjava.com, January 2003
|
||||
</li>
|
||||
<li><a
|
||||
href="http://www.onjava.com/pub/a/onjava/2003/03/05/lucene.html">Advanced Text Indexing with Lucene</a>
|
||||
<br/> - Onjava.com, March 2003
|
||||
</li>
|
||||
<li><a
|
||||
href="http://www-106.ibm.com/developerworks/library/j-lucene/">Parsing, indexing, and searching XML with Digester and Lucene</a>
|
||||
<br/> - IBM developerWorks, June 2003
|
||||
</li>
|
||||
<li><a href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html">Lucene Intro</a>
|
||||
<br/> - java.net, July 2003
|
||||
</li>
|
||||
<li><a
|
||||
href="http://builder.com.com/5100-6389-5054799.html">Give your Web site its own search engine using Lucene</a>
|
||||
<br/> - Builder.com, July 2003
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html">QueryParser Rules</a>
|
||||
<br/> - java.net, November 2003
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="http://builder.com.com/5100-6389-5054799.html">Give your Web site its own search engine using Lucene</a>
|
||||
<br/> - Builder.com, July 2003
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html">Lucene Intro</a>
|
||||
<br/> - java.net, July 2003
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="http://www-106.ibm.com/developerworks/library/j-lucene/">Parsing, indexing, and searching XML with Digester and Lucene</a>
|
||||
<br/> - IBM developerWorks, June 2003
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="http://www.onjava.com/pub/a/onjava/2003/03/05/lucene.html">Advanced Text Indexing with Lucene</a>
|
||||
<br/> - Onjava.com, March 2003
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="http://www.onjava.com/pub/a/onjava/2003/01/15/lucene.html">Introduction to Text Indexing with Apache Jakarta Lucene</a>
|
||||
<br/> - Onjava.com, January 2003
|
||||
</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>
|
||||
|
||||
|
@ -66,6 +75,9 @@
|
|||
<li><a href="http://search.cpan.org/author/SIMON/Lucene-QueryParser-1.01/">Lucene::QueryParser</a>
|
||||
<br/> - Perl implementation of Lucene QueryParser
|
||||
</li>
|
||||
<li><a href="http://rubyforge.org/projects/rubylucene/">RubyLucene</a>
|
||||
<br/> - Ruby implementation of Lucene (under development)
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue