otis 2004/04/20 00:17:23 Modified: docs contributions.html docs/lucene-sandbox index.html xdocs contributions.xml xdocs/lucene-sandbox index.xml Log: - Moved Highlighter to Sandbox page Revision Changes Path 1.38 +0 -50 jakarta-lucene/docs/contributions.html Index: contributions.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/contributions.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- contributions.html 18 Mar 2004 20:00:56 -0000 1.37 +++ contributions.html 20 Apr 2004 07:17:22 -0000 1.38 @@ -634,56 +634,6 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> - <a name="Term Highlighter"><strong>Term Highlighter</strong></a> - </font> - </td></tr> - <tr><td> - <blockquote> - <p> - </p> - <table> - <tr> - <th bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left"> - <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - - URL - - </font> -</th> - <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> - <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - - <a href="http://home.clara.net/markharwood/lucene/highlight.htm"> - http://home.clara.net/markharwood/lucene/highlight.htm - </a> - - </font> -</td> - </tr> - <tr> - <th bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left"> - <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - - author - - </font> -</th> - <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> - <font color="#000000" size="-1" face="arial,helvetica,sanserif"> - - Mark Harwood - - </font> -</td> - </tr> - </table> - </blockquote> - </td></tr> - <tr><td><br/></td></tr> - </table> - <table border="0" cellspacing="0" cellpadding="2" width="100%"> - <tr><td bgcolor="#828DA6"> - <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Arabic Analyzer for Java"><strong>Arabic Analyzer for Java</strong></a> </font> </td></tr> 1.26 +18 -0 jakarta-lucene/docs/lucene-sandbox/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/lucene-sandbox/index.html,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- index.html 18 Mar 2004 20:00:57 -0000 1.25 +++ index.html 20 Apr 2004 07:17:23 -0000 1.26 @@ -308,6 +308,24 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> + <a name="Term Highlighter"><strong>Term Highlighter</strong></a> + </font> + </td></tr> + <tr><td> + <blockquote> + <p> + A small set of classes for highlighting matching terms in + search results. + </p> + <a href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/highlighter/">The + CVS repository for the Highlighter contribution.</a> + </blockquote> + </td></tr> + <tr><td><br/></td></tr> + </table> + <table border="0" cellspacing="0" cellpadding="2" width="100%"> + <tr><td bgcolor="#828DA6"> + <font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Javascript Query Constructor"><strong>Javascript Query Constructor</strong></a> </font> </td></tr> 1.19 +0 -25 jakarta-lucene/xdocs/contributions.xml Index: contributions.xml =================================================================== RCS file: /home/cvs/jakarta-lucene/xdocs/contributions.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- contributions.xml 4 Mar 2004 14:41:27 -0000 1.18 +++ contributions.xml 20 Apr 2004 07:17:23 -0000 1.19 @@ -236,31 +236,6 @@ <section name="Miscellaneous"> <p> </p> - - <subsection name="Term Highlighter"> - <p> - </p> - <table> - <tr> - <th> - URL - </th> - <td> - <a href="http://home.clara.net/markharwood/lucene/highlight.htm"> - http://home.clara.net/markharwood/lucene/highlight.htm - </a> - </td> - </tr> - <tr> - <th> - author - </th> - <td> - Mark Harwood - </td> - </tr> - </table> - </subsection> <subsection name="Arabic Analyzer for Java"> <table> <tr> 1.12 +9 -0 jakarta-lucene/xdocs/lucene-sandbox/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-lucene/xdocs/lucene-sandbox/index.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- index.xml 28 Jan 2004 11:45:19 -0000 1.11 +++ index.xml 20 Apr 2004 07:17:23 -0000 1.12 @@ -117,6 +117,15 @@ </p> </subsection> + <subsection name="Term Highlighter"> + <p> + A small set of classes for highlighting matching terms in + search results. + </p> + <a href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/highlighter/">The + CVS repository for the Highlighter contribution.</a> + </subsection> + <subsection name="Javascript Query Constructor"> <p> Javascript library to support client-side query-building. Provides support for a user interface similar to
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]