New Lucene Contributions Page

Reviewed By Doug Cutting
This page contains contributions from the Lucene community that are not part of the official release, but are still very useful.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149648 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Peter Carlson 2002-01-26 16:10:16 +00:00
parent e1ec2e2c6a
commit 9d89ff3546
1 changed files with 228 additions and 26 deletions

View File

@ -1,29 +1,231 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<document> <document>
<properties> <properties>
<author email="carlson@apache.org">Peter Carlson</author> <author email="carlson@apache.org">
<title>Contributions - Jakarta Lucene</title> Peter Carlson
</properties> </author>
<body> <title>
Contributions - Jakarta Lucene
<section name="User Contributions"> </title>
<subsection name="Lucene Documents"> </properties>
<p>Lucene requires information you want to index to be converted <body>
into a Document class. Here are contributions for various Document <section name="Overview">
classes for different formats.</p> <p>This page lists external resources for Lucene. If you've written something that should be included, please post all relevant information to one of the mailing lists. Nothing listed here is directly supported by the Lucene developers, if you encounter any problems with them, please use the contact information. </p>
<table> </section>
<tr> <section name="Lucene Documents">
<th>XMLDocument Key</th> <p>
<td> Lucene requires information you want to index to be converted into a Document class. Here are contributions for various Document classes for different formats.
<a href="http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00346.html">http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00346.html</a> </p>
</td> <subsection name="RTF->XML->Lucene">
</tr> <table>
<tr> <tr>
<th>author</th> <th>
<td>Peter Carlson</td> URL
</tr> </th>
</table> <td>
</subsection> <a href="http://www.tetrasix.com/">
</section> http://www.tetrasix.com/
</body> </a>
</td>
</tr>
<tr>
<th>
author
</th>
<td>
N/A
</td>
</tr>
</table>
</subsection>
<subsection name="XML Document #1">
<table>
<tr>
<th>
URL
</th>
<td>
<a href="http://marc.theaimsgroup.com/?l=lucene-dev&amp;m=100723333506246&amp;w=2">
http://marc.theaimsgroup.com/?l=lucene-dev&amp;m=100723333506246&amp;w=2
</a>
</td>
</tr>
<tr>
<th>
author
</th>
<td>
Philip Ogren - ogren@mayo.edu
</td>
</tr>
</table>
</subsection>
<subsection name="XML Document #2">
<table>
<tr>
<th>
URL
</th>
<td>
<a href="http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00346.html">
http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg00346.html
</a>
</td>
</tr>
<tr>
<th>
author
</th>
<td>
Peter Carlson - carlson@bookandhammer.com
</td>
</tr>
</table>
</subsection>
<subsection name="XPDF - PDF Document Conversion">
<table>
<tr>
<th>
URL
</th>
<td>
<a href="http://www.foolabs.com/xpdf">
http://www.foolabs.com/xpdf
</a>
</td>
</tr>
<tr>
<th>
author
</th>
<td>
N/A
</td>
</tr>
</table>
</subsection>
<subsection name="PJ - PDF Document Conversion">
<table>
<tr>
<th>
URL
</th>
<td>
<a href=" http://www.etymon.com/pj/">
http://www.etymon.com/pj/
</a>
</td>
</tr>
<tr>
<th>
author
</th>
<td>
N/A
</td>
</tr>
</table>
</subsection>
</section>
<section name="Lucene Analyzers">
<p>
</p>
<subsection name="Chinese Analyzer, Tokenizer, Filter">
<table>
<tr>
<th>
URL
</th>
<td>
<a href="http://marc.theaimsgroup.com/?l=lucene-dev&amp;m=100705753831746&amp;w=2">
http://marc.theaimsgroup.com/?l=lucene-dev&amp;m=100705753831746&amp;w=2
</a>
</td>
</tr>
<tr>
<th>
author
</th>
<td>
Yiyi Sun - yiyisun@yahoo.com
</td>
</tr>
</table>
</subsection>
</section>
<section name="Misc">
<p>
</p>
<subsection name="Lucene Tutorial">
<p>
</p>
<table>
<tr>
<th>
URL
</th>
<td>
<a href="http://www.darksleep.com/puff/lucene/lucene.html">
http://www.darksleep.com/puff/lucene/lucene.html
</a>
</td>
</tr>
<tr>
<th>
author
</th>
<td>
Steven J. Owens - puff@darksleep.com
</td>
</tr>
</table>
</subsection>
<subsection name="HTML Syntax Checker and Pretty Printer">
<p>
</p>
<table>
<tr>
<th>
URL
</th>
<td>
<a href="http://lempinen.net/sami/jtidy/">
http://lempinen.net/sami/jtidy/
</a>
</td>
</tr>
<tr>
<th>
author
</th>
<td>
N/A
</td>
</tr>
</table>
</subsection>
<subsection name="JavaCC">
<table>
<tr>
<th>
URL
</th>
<td>
<a href="http://www.webgain.com/products/java_cc/">
http://www.webgain.com/products/java_cc/
</a>
</td>
</tr>
<tr>
<th>
author
</th>
<td>
N/A
</td>
</tr>
</table>
</subsection>
</section>
</body>
</document> </document>