Here is a patch for the introductory Sandbox page with additions for SearchBean and Ant. I also added a link to the main Snowball web page.

Thanks,
Jeff Linwood

RCS file: /home/cvspublic/jakarta-lucene/xdocs/lucene-sandbox/index.xml,v
retrieving revision 1.4
diff -r1.4 index.xml
43c43
< for Lucene.
---
> for Lucene.
47c47
< More information can be found
---
> The releases of the stemmers and additional information can be found
50a51,79
> <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>


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

Reply via email to