Mailing List Archive

cvs commit: jakarta-lucene/xdocs contributions.xml
carlson 02/01/26 08:10:16

Modified: xdocs contributions.xml
Log:
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.

Revision Changes Path
1.4 +228 -26 jakarta-lucene/xdocs/contributions.xml

Index: contributions.xml
===================================================================
RCS file: /home/cvs/jakarta-lucene/xdocs/contributions.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- contributions.xml 31 Dec 2001 00:38:09 -0000 1.3
+++ contributions.xml 26 Jan 2002 16:10:16 -0000 1.4
@@ -1,29 +1,231 @@
<?xml version="1.0"?>
<document>
-<properties>
-<author email="carlson@apache.org">Peter Carlson</author>
-<title>Contributions - Jakarta Lucene</title>
-</properties>
-<body>
-
-<section name="User Contributions">
- <subsection name="Lucene Documents">
- <p>Lucene requires information you want to index to be converted
- into a Document class. Here are contributions for various Document
- classes for different formats.</p>
- <table>
- <tr>
- <th>XMLDocument Key</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</td>
- </tr>
- </table>
- </subsection>
-</section>
-</body>
+ <properties>
+ <author email="carlson@apache.org">
+ Peter Carlson
+ </author>
+ <title>
+ Contributions - Jakarta Lucene
+ </title>
+ </properties>
+ <body>
+ <section name="Overview">
+ <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>
+ </section>
+ <section name="Lucene Documents">
+ <p>
+ Lucene requires information you want to index to be converted into a Document class. Here are contributions for various Document classes for different formats.
+ </p>
+ <subsection name="RTF->XML->Lucene">
+ <table>
+ <tr>
+ <th>
+ URL
+ </th>
+ <td>
+ <a href="http://www.tetrasix.com/">
+ http://www.tetrasix.com/
+ </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>




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene/xdocs contributions.xml [ In reply to ]
carlson 02/02/07 12:22:12

Modified: xdocs contributions.xml
Log:
Add XML Document #3 implementation to Document Section Also added Term Highlighting to Misc Section

Revision Changes Path
1.5 +47 -0 jakarta-lucene/xdocs/contributions.xml

Index: contributions.xml
===================================================================
RCS file: /home/cvs/jakarta-lucene/xdocs/contributions.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- contributions.xml 26 Jan 2002 16:10:16 -0000 1.4
+++ contributions.xml 7 Feb 2002 20:22:12 -0000 1.5
@@ -82,6 +82,28 @@
</tr>
</table>
</subsection>
+ <subsection name="XML Document #3">
+ <table>
+ <tr>
+ <th>
+ URL
+ </th>
+ <td>
+ <a href="http://www.isogen.com/papers/lucene_xml_indexing.html">
+ http://www.isogen.com/papers/lucene_xml_indexing.html
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <th>
+ author
+ </th>
+ <td>
+ W. Eliot Kimber - eliot@isogen.com
+ </td>
+ </tr>
+ </table>
+ </subsection>
<subsection name="XPDF - PDF Document Conversion">
<table>
<tr>
@@ -156,6 +178,31 @@
<section name="Misc">
<p>
</p>
+
+ <subsection name="Term Highlighter">
+ <p>
+ </p>
+ <table>
+ <tr>
+ <th>
+ URL
+ </th>
+ <td>
+ <a href="http://www.iq-computing.de/lucene/highlight.htm">
+ http://www.iq-computing.de/lucene/highlight.htm
+ </a>
+ </td>
+ </tr>
+ <tr>
+ <th>
+ author
+ </th>
+ <td>
+ Maik Schreiber - info@iq-computing.de
+ </td>
+ </tr>
+ </table>
+ </subsection>
<subsection name="Lucene Tutorial">
<p>
</p>




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>