From 32f7d24447bfc1e14d1bd79ec90352559b8246df Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Tue, 28 Jan 2003 22:54:23 +0000 Subject: [PATCH] - Added sections about Ant and SearchBean contributions. Submitted by: Jeff Linwood git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149941 13f79535-47bb-0310-9956-ffa450edef68 --- docs/lucene-sandbox/index.html | 92 ++++++++++++++++++++++++++++++++++ xdocs/lucene-sandbox/index.xml | 58 +++++++++++++++++++++ 2 files changed, 150 insertions(+) diff --git a/docs/lucene-sandbox/index.html b/docs/lucene-sandbox/index.html index e46dd0ae3ec..0318b0d0bbe 100644 --- a/docs/lucene-sandbox/index.html +++ b/docs/lucene-sandbox/index.html @@ -178,6 +178,98 @@ for Lucene.

More information can be found here. +

+

+Background information on Snowball, +which is a language for stemmers developed by Martin Porter. +

+ + +
+ + + + + +
+ + Ant + +
+
+

+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. +

+

+The +CVS repository for the Ant contribution. +

+
+

+ + + + +
+ + SearchBean + +
+
+

+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. + +

+

+The +CVS repository for the SearchBean contribution. +

+

+Background information on Snowball, +which is a language for stemmers developed by Martin Porter. +

+
+

+ + + + +
+ + Ant + +
+
+

+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. +

+

+The +CVS repository for the Ant contribution. +

+
+

+ + + diff --git a/xdocs/lucene-sandbox/index.xml b/xdocs/lucene-sandbox/index.xml index e56d5693070..8ff03f35994 100644 --- a/xdocs/lucene-sandbox/index.xml +++ b/xdocs/lucene-sandbox/index.xml @@ -48,6 +48,64 @@ More information can be found here.

+

+Background information on Snowball, +which is a language for stemmers developed by Martin Porter. +

+ + + + +

+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. +

+

+The +CVS repository for the Ant contribution. +

+
+ + +

+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. + +

+

+The +CVS repository for the SearchBean contribution. +

+

+Background information on Snowball, +which is a language for stemmers developed by Martin Porter. +

+ +
+ + +

+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. +

+

+The +CVS repository for the Ant contribution. +

+
+ + +

+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. + +

+

+The +CVS repository for the SearchBean contribution. +

+ + SearchBean + +
+
+

+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. + +

+

+The +CVS repository for the SearchBean contribution.