otis        2003/01/28 14:54:23

  Modified:    xdocs/lucene-sandbox index.xml
               docs/lucene-sandbox index.html
  Log:
  - Added sections about Ant and SearchBean contributions.
  Submitted by: Jeff Linwood
  
  Revision  Changes    Path
  1.5       +58 -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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml 24 Dec 2002 21:20:23 -0000      1.4
  +++ index.xml 28 Jan 2003 22:54:23 -0000      1.5
  @@ -48,6 +48,64 @@
   <a href="http://jakarta.apache.org/lucene/docs/lucene-sandbox/snowball/";>here</a>.
   </p>
   
  +<p>
  +<a href="http://snowball.tartarus.org/";>Background information on Snowball</a>,
  +which is a language for stemmers developed by Martin Porter.
  +</p>
  +
  +</subsection>
  +
  +<subsection name="Ant">
  +<p>
  +The Ant project is a useful Ant task that creates a Lucene index out of an Ant 
fileset.  It also
  +contains an example HTML parser that uses JTidy.
  +</p>
  +<p>
  +<a 
href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/ant/";>The 
  +CVS repository for the Ant contribution.</a>
  +</p>
  +</subsection>
  +
  +<subsection name="SearchBean">
  +<p>
  +SearchBean is a UI component that can be used to browse through the results of a 
Lucene search.
  +The SearchBean searches the index for a given query string, retrieves the hits, and 
then brings
  +them into the HitsIterator class, which can be used for paging and sorting through 
search results.
  +
  +</p>
  +<p>
  +<a 
href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/searchBean/";>The
 
  +CVS repository for the SearchBean contribution.</a>
  +</p>
  +<p>
  +<a href="http://snowball.tartarus.org/";>Background information on Snowball</a>,
  +which is a language for stemmers developed by Martin Porter.
  +</p>
  +
  +</subsection>
  +
  +<subsection name="Ant">
  +<p>
  +The Ant project is a useful Ant task that creates a Lucene index out of an Ant 
fileset.  It also
  +contains an example HTML parser that uses JTidy.
  +</p>
  +<p>
  +<a 
href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/ant/";>The 
  +CVS repository for the Ant contribution.</a>
  +</p>
  +</subsection>
  +
  +<subsection name="SearchBean">
  +<p>
  +SearchBean is a UI component that can be used to browse through the results of a 
Lucene search.
  +The SearchBean searches the index for a given query string, retrieves the hits, and 
then brings
  +them into the HitsIterator class, which can be used for paging and sorting through 
search results.
  +
  +</p>
  +<p>
  +<a 
href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/searchBean/";>The
 
  +CVS repository for the SearchBean contribution.</a>
  +</p>
   </subsection>
   
   </section>
  
  
  
  1.12      +92 -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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.html        4 Jan 2003 17:19:16 -0000       1.11
  +++ index.html        28 Jan 2003 22:54:23 -0000      1.12
  @@ -179,6 +179,98 @@
   More information can be found 
   <a href="http://jakarta.apache.org/lucene/docs/lucene-sandbox/snowball/";>here</a>.
   </p>
  +                                                <p>
  +<a href="http://snowball.tartarus.org/";>Background information on Snowball</a>,
  +which is a language for stemmers developed by Martin Porter.
  +</p>
  +                            </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="Ant"><strong>Ant</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +The Ant project is a useful Ant task that creates a Lucene index out of an Ant 
fileset.  It also
  +contains an example HTML parser that uses JTidy.
  +</p>
  +                                                <p>
  +<a 
href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/ant/";>The 
  +CVS repository for the Ant contribution.</a>
  +</p>
  +                            </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="SearchBean"><strong>SearchBean</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +SearchBean is a UI component that can be used to browse through the results of a 
Lucene search.
  +The SearchBean searches the index for a given query string, retrieves the hits, and 
then brings
  +them into the HitsIterator class, which can be used for paging and sorting through 
search results.
  +
  +</p>
  +                                                <p>
  +<a 
href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/searchBean/";>The
 
  +CVS repository for the SearchBean contribution.</a>
  +</p>
  +                                                <p>
  +<a href="http://snowball.tartarus.org/";>Background information on Snowball</a>,
  +which is a language for stemmers developed by Martin Porter.
  +</p>
  +                            </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="Ant"><strong>Ant</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +The Ant project is a useful Ant task that creates a Lucene index out of an Ant 
fileset.  It also
  +contains an example HTML parser that uses JTidy.
  +</p>
  +                                                <p>
  +<a 
href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/ant/";>The 
  +CVS repository for the Ant contribution.</a>
  +</p>
  +                            </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="SearchBean"><strong>SearchBean</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +SearchBean is a UI component that can be used to browse through the results of a 
Lucene search.
  +The SearchBean searches the index for a given query string, retrieves the hits, and 
then brings
  +them into the HitsIterator class, which can be used for paging and sorting through 
search results.
  +
  +</p>
  +                                                <p>
  +<a 
href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/searchBean/";>The
 
  +CVS repository for the SearchBean contribution.</a>
  +</p>
                               </blockquote>
         </td></tr>
         <tr><td><br/></td></tr>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to