ehatcher 2005/01/18 05:57:32 Modified: docs index.html fileformats.html whoweare.html demo3.html resources.html luceneplan.html demo2.html queryparsersyntax.html contributions.html demo.html gettingstarted.html benchmarks.html demo4.html xdocs resources.xml Added: docs systemproperties.html Log: Add pylucene to resources, and refresh generated docs from site2 Revision Changes Path 1.57 +4 -1 jakarta-lucene/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/index.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- index.html 31 Dec 2004 04:24:55 -0000 1.56 +++ index.html 18 Jan 2005 13:57:32 -0000 1.57 @@ -139,6 +139,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> Jakarta Lucene is a high-performance, full-featured text search engine @@ -164,6 +165,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <h3>29 November 2004 - Lucene 1.4.3 Released</h3> <p>This fixes a few bugs in 1.4.2. See <a href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CHANGES.txt?rev=1.96.2.6">CHANGES.txt</a> @@ -182,6 +184,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> The goal of the <a href="http://jakarta.apache.org/">Apache Jakarta Project</a> @@ -202,7 +205,7 @@ </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> - Copyright © 1999-2004, The Apache Software Foundation + Copyright © 1999-2005, The Apache Software Foundation </em></font></div> </td></tr> </table> 1.38 +9 -1 jakarta-lucene/docs/fileformats.html Index: fileformats.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/fileformats.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- fileformats.html 31 Dec 2004 04:24:55 -0000 1.37 +++ fileformats.html 18 Jan 2005 13:57:32 -0000 1.38 @@ -131,6 +131,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> This document defines the index file formats used @@ -168,6 +169,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> The fundamental concepts in Lucene are index, @@ -334,6 +336,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> Each segment index maintains the following: @@ -403,6 +406,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> All files belonging to a segment have the same name with varying @@ -426,6 +430,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#828DA6"> @@ -1074,6 +1079,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> The files in this section exist one-per-index. @@ -1206,6 +1212,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> The remaining files are all per-segment, and are @@ -1766,6 +1773,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p>There are a few places where these file formats limit the maximum number of @@ -1788,7 +1796,7 @@ </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> - Copyright © 1999-2004, The Apache Software Foundation + Copyright © 1999-2005, The Apache Software Foundation </em></font></div> </td></tr> </table> 1.49 +4 -1 jakarta-lucene/docs/whoweare.html Index: whoweare.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/whoweare.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- whoweare.html 31 Dec 2004 04:24:57 -0000 1.48 +++ whoweare.html 18 Jan 2005 13:57:32 -0000 1.49 @@ -135,6 +135,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p>Lucene is maintained by a team of volunteer developers.</p> </blockquote> @@ -149,6 +150,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <ul> <li><b><a href="http://www.nutch.org/blog/cutting.html">Doug Cutting</a></b> (cutting at apache.org) @@ -193,6 +195,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <ul> <li>Josh Bloch</li> @@ -212,7 +215,7 @@ </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> - Copyright © 1999-2004, The Apache Software Foundation + Copyright © 1999-2005, The Apache Software Foundation </em></font></div> </td></tr> </table> 1.35 +8 -1 jakarta-lucene/docs/demo3.html Index: demo3.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/demo3.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- demo3.html 31 Dec 2004 04:24:55 -0000 1.34 +++ demo3.html 18 Jan 2005 13:57:32 -0000 1.35 @@ -133,6 +133,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> This document is intended as a "getting started" guide to installing and running the @@ -153,6 +154,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> The Lucene Web Application demo is a template web application intended for deployment @@ -174,6 +176,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> Once you've gotten this far you're probably itching to go. @@ -200,6 +203,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p>Located in your distribution directory you should see a war file called luceneweb.war. Copy this to your @@ -217,6 +221,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> From your Tomcat directory look in the webapps/luceneweb subdirectory. If it's not @@ -240,6 +245,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p>Now you're ready to roll. In your browser set the url to "http://localhost:8080/luceneweb" enter "test" and the number of items per page and press search.</p> @@ -261,6 +267,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> If you want to know more about how this web app works or how to customize it then @@ -280,7 +287,7 @@ </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> - Copyright © 1999-2004, The Apache Software Foundation + Copyright © 1999-2005, The Apache Software Foundation </em></font></div> </td></tr> </table> 1.52 +7 -1 jakarta-lucene/docs/resources.html Index: resources.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/resources.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- resources.html 31 Dec 2004 04:24:56 -0000 1.51 +++ resources.html 18 Jan 2005 13:57:32 -0000 1.52 @@ -133,6 +133,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <ul> <li> @@ -175,6 +176,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <ul> <li><a href="http://www.darksleep.com/lucene/">Lucene Tutorial</a> @@ -194,6 +196,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <ul> <li><a href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-cooltools.html">Build your own languages with JavaCC</a> @@ -208,6 +211,8 @@ <li><a href="http://sourceforge.net/projects/lucenedotnet">Lucene.net</a> <br /> - .NET implementation of Lucene </li> + <li><a href="http://pylucene.osafoundation.org">pylucene</a><br /> - Python implementation of Lucene + </li> <li><a href="http://www.divmod.org/Lupy/">Lupy</a> <br /> - Python implementation of Lucene </li> @@ -233,6 +238,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <ul> <li><a href="http://www.amazon.com/exec/obidos/tg/detail/-/1861007817/qid=1047858790/sr=1-1/ref=sr_1_1/103-2490464-6993410?v=glance&s=books"> @@ -256,7 +262,7 @@ </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> - Copyright © 1999-2004, The Apache Software Foundation + Copyright © 1999-2005, The Apache Software Foundation </em></font></div> </td></tr> </table> 1.33 +8 -1 jakarta-lucene/docs/luceneplan.html Index: luceneplan.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/luceneplan.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- luceneplan.html 31 Dec 2004 04:24:55 -0000 1.32 +++ luceneplan.html 18 Jan 2005 13:57:32 -0000 1.33 @@ -131,6 +131,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> The purpose of this document is to outline plans for @@ -173,6 +174,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> The goal is to provide features to Lucene that allow it @@ -233,6 +235,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> Crawlers are data source executable code. They crawl a file @@ -401,6 +404,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> A configurable registry of document types, their @@ -507,6 +511,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> An interface for classes which create document objects @@ -526,6 +531,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> A class that maps standard fields from the @@ -580,6 +586,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> We might also consider eliminating the DocumentFactory @@ -627,7 +634,7 @@ </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> - Copyright © 1999-2004, The Apache Software Foundation + Copyright © 1999-2005, The Apache Software Foundation </em></font></div> </td></tr> </table> 1.33 +6 -1 jakarta-lucene/docs/demo2.html Index: demo2.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/demo2.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- demo2.html 31 Dec 2004 04:24:55 -0000 1.32 +++ demo2.html 18 Jan 2005 13:57:32 -0000 1.33 @@ -133,6 +133,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> In this section we walk through the sources behind the basic Lucene demo such as where to @@ -151,6 +152,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> Relative to the directory created when you extracted Lucene or retreived it from CVS, you @@ -174,6 +176,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> As we discussed in the previous walkthrough, the IndexFiles class creates a Lucene Index. @@ -226,6 +229,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> The SearchFiles class is quite simple. It primarily collaborates with an IndexSearcher, StandardAnalyzer @@ -247,6 +251,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> <a href="demo3.html">read on>>></a> @@ -265,7 +270,7 @@ </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> - Copyright © 1999-2004, The Apache Software Foundation + Copyright © 1999-2005, The Apache Software Foundation </em></font></div> </td></tr> </table> 1.35 +9 -1 jakarta-lucene/docs/queryparsersyntax.html Index: queryparsersyntax.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/queryparsersyntax.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- queryparsersyntax.html 31 Dec 2004 04:24:56 -0000 1.34 +++ queryparsersyntax.html 18 Jan 2005 13:57:32 -0000 1.35 @@ -135,6 +135,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p>Although Lucene provides the ability to create your own queries through its API, it also provides a rich query @@ -178,6 +179,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p>A query is broken up into terms and operators. There are two types of terms: Single Terms and Phrases.</p> <p>A Single Term is a single word such as "test" or "hello".</p> @@ -197,6 +199,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p>Lucene supports fielded data. When performing a search you can either specify a field, or use the default field. The field names and default field is implementation specific.</p> <p>You can search any field by typing the field name followed by a colon ":" and then the term you are looking for. </p> @@ -275,6 +278,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p>Lucene supports modifying query terms to provide a wide range of searching options.</p> <table border="0" cellspacing="0" cellpadding="2" width="100%"> @@ -585,6 +589,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p>Boolean operators allow terms to be combined through logic operators. Lucene supports AND, "+", OR, NOT and "-" as Boolean operators(Note: Boolean operators must be ALL CAPS).</p> @@ -809,6 +814,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p>Lucene supports using parentheses to group clauses to form sub queries. This can be very useful if you want to control the boolean logic for a query.</p> <p>To search for either "jakarta" or "apache" and "website" use the query:</p> @@ -844,6 +850,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p>Lucene supports using parentheses to group multiple clauses to a single field.</p> <p>To search for a title that contains both the word "return" and the phrase "pink panther" use the query:</p> @@ -878,6 +885,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p>Lucene supports escaping special characters that are part of the query syntax. The current list special characters are</p> <p>+ - && || ! ( ) { } [ ] ^ " ~ * ? : \</p> @@ -915,7 +923,7 @@ </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> - Copyright © 1999-2004, The Apache Software Foundation + Copyright © 1999-2005, The Apache Software Foundation </em></font></div> </td></tr> </table> 1.48 +5 -1 jakarta-lucene/docs/contributions.html Index: contributions.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/contributions.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- contributions.html 31 Dec 2004 04:24:55 -0000 1.47 +++ contributions.html 18 Jan 2005 13:57:32 -0000 1.48 @@ -137,6 +137,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p>This page lists external Lucene resources. If you have written something that should be included, please post all @@ -157,6 +158,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> Software that works with Lucene indices. @@ -269,6 +271,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> Lucene requires information you want to index to be @@ -672,6 +675,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> </p> @@ -933,7 +937,7 @@ </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> - Copyright © 1999-2004, The Apache Software Foundation + Copyright © 1999-2005, The Apache Software Foundation </em></font></div> </td></tr> </table> 1.32 +6 -1 jakarta-lucene/docs/demo.html Index: demo.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/demo.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- demo.html 31 Dec 2004 04:24:55 -0000 1.31 +++ demo.html 18 Jan 2005 13:57:32 -0000 1.32 @@ -133,6 +133,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> This document is intended as a "getting started" guide to using and running the @@ -150,6 +151,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> The Lucene Demo code is a set of command line example applications that demonstrate various @@ -168,6 +170,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> First, extract the latest Lucene distribution. @@ -193,6 +196,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> Once you've gotten this far you're probably itching to go. Let's <b> build an index!</b> @@ -220,6 +224,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> <a href="demo2.html">read on>>></a> @@ -238,7 +243,7 @@ </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> - Copyright © 1999-2004, The Apache Software Foundation + Copyright © 1999-2005, The Apache Software Foundation </em></font></div> </td></tr> </table> 1.33 +2 -1 jakarta-lucene/docs/gettingstarted.html Index: gettingstarted.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/gettingstarted.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- gettingstarted.html 31 Dec 2004 04:24:55 -0000 1.32 +++ gettingstarted.html 18 Jan 2005 13:57:32 -0000 1.33 @@ -133,6 +133,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> This document is intended as a "getting started" guide. It has three basic @@ -184,7 +185,7 @@ </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> - Copyright © 1999-2004, The Apache Software Foundation + Copyright © 1999-2005, The Apache Software Foundation </em></font></div> </td></tr> </table> 1.25 +4 -1 jakarta-lucene/docs/benchmarks.html Index: benchmarks.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/benchmarks.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- benchmarks.html 31 Dec 2004 04:24:55 -0000 1.24 +++ benchmarks.html 18 Jan 2005 13:57:32 -0000 1.25 @@ -133,6 +133,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> The purpose of these user-submitted performance figures is to @@ -161,6 +162,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> <ul> @@ -237,6 +239,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> These benchmarks have been kindly submitted by Lucene users for @@ -713,7 +716,7 @@ </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> - Copyright © 1999-2004, The Apache Software Foundation + Copyright © 1999-2005, The Apache Software Foundation </em></font></div> </td></tr> </table> 1.33 +9 -1 jakarta-lucene/docs/demo4.html Index: demo4.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/demo4.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- demo4.html 31 Dec 2004 04:24:55 -0000 1.32 +++ demo4.html 18 Jan 2005 13:57:32 -0000 1.33 @@ -133,6 +133,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> In this section we walk through the sources behind the basic Lucene Web Application demo. @@ -152,6 +153,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> Relative the directory created when you extracted Lucene or retreived it from CVS, you @@ -174,6 +176,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> This jsp page is pretty boring by itself. All it does is include a header, display a form and @@ -197,6 +200,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> The header is also very simple by itself. The only thing it does is include the configuration.jsp @@ -217,6 +221,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> The results.jsp had a lot more functionality. Much of it is for paging the search results we'll not @@ -269,6 +274,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> There are additional sources used by the web app that were not specifically covered by either walkthrough. For @@ -288,6 +294,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> There are a number of things this demo doesn't do or doesn't do quite right. For instance, you may @@ -315,6 +322,7 @@ </font> </td></tr> <tr><td> + <p> <blockquote> <p> Please resist the urge to contact the authors of this document (without bribes of fame and fortune attached). First @@ -337,7 +345,7 @@ </td></tr> <tr><td colspan="2"> <div align="center"><font color="#525D76" size="-1"><em> - Copyright © 1999-2004, The Apache Software Foundation + Copyright © 1999-2005, The Apache Software Foundation </em></font></div> </td></tr> </table> 1.12 +6 -8 jakarta-lucene/docs/systemproperties.html 1.19 +2 -0 jakarta-lucene/xdocs/resources.xml Index: resources.xml =================================================================== RCS file: /home/cvs/jakarta-lucene/xdocs/resources.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- resources.xml 5 Feb 2004 12:10:34 -0000 1.18 +++ resources.xml 18 Jan 2005 13:57:32 -0000 1.19 @@ -69,6 +69,8 @@ <li><a href="http://sourceforge.net/projects/lucenedotnet">Lucene.net</a> <br/> - .NET implementation of Lucene </li> + <li><a href="http://pylucene.osafoundation.org">pylucene</a><br/> - Python implementation of Lucene + </li> <li><a href="http://www.divmod.org/Lupy/">Lupy</a> <br/> - Python implementation of Lucene </li>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]