From a226bdd3236243c45d28f8dd06ff6f2d3dc1da32 Mon Sep 17 00:00:00 2001
From: Otis Gospodnetic
Date: Mon, 12 May 2003 01:49:47 +0000
Subject: [PATCH] - Removed references to Indyo and Fulcrum. - Added references
to Javascript Query Constructor and Javascript Query Validator. Submitted by:
Kelvin Tan
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149985 13f79535-47bb-0310-9956-ffa450edef68
---
docs/lucene-sandbox/index.html | 109 ++++++++++++++++-----------------
xdocs/lucene-sandbox/index.xml | 74 +++++++++++-----------
2 files changed, 89 insertions(+), 94 deletions(-)
diff --git a/docs/lucene-sandbox/index.html b/docs/lucene-sandbox/index.html
index 0e394db91c3..ac87bbdf1b1 100644
--- a/docs/lucene-sandbox/index.html
+++ b/docs/lucene-sandbox/index.html
@@ -128,24 +128,6 @@ You can access the Lucene Sandbox CVS repository at
http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/.
+
+
+ Javascript Query Validator
+
+ |
+
+
+
+Javascript library to support client-side query validation. Lucene doesn't like malformed queries and tends to
+throw ParseException, which are often difficult to interpret and pass on to the user. This library hopes to
+alleviate that problem.
+
+
+
+
+CVS for files.
|
@@ -324,7 +321,7 @@ into a custom stop word list for better search results.
-
+
CVS for miscellaneous classes.
diff --git a/xdocs/lucene-sandbox/index.xml b/xdocs/lucene-sandbox/index.xml
index d2c38922e42..998a1750666 100644
--- a/xdocs/lucene-sandbox/index.xml
+++ b/xdocs/lucene-sandbox/index.xml
@@ -15,21 +15,12 @@ distribution.
Users are free to experiment with the components developed in the Sandbox, but Sandbox components will
not necessarily be maintained, particularly in their current state.
+
You can access the Lucene Sandbox CVS repository at
http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/.
-
-
-
-Indyo is a datasource-independent Lucene indexing framework.
-
-
-A tutorial for using Indyo can be found here.
-
-
-
LARM is a web crawler optimized for large intranets with up to a couple of hundred hosts.
@@ -44,7 +35,7 @@ for Lucene.
-More information can be found
+More information can be found
here.
@@ -61,7 +52,7 @@ The Ant project is a useful Ant task that creates a Lucene index out of an Ant f
contains an example HTML parser that uses JTidy.
-The
+The
CVS repository for the Ant contribution.
@@ -74,7 +65,7 @@ them into the HitsIterator class, which can be used for paging and sorting throu
-The
+The
CVS repository for the SearchBean contribution.
@@ -84,40 +75,22 @@ which is a language for stemmers developed by Martin Porter.
-
-
-Lucene can be run as a service inside Fulcrum,
-which is the services framework from the
-Turbine project.
-
-The implementation consists of a SearchService interface, a LuceneSearchSearchService implementation, and a
-SearchResults object that gets an array of Document objects from a Hits object. Calls to the search methods on
-the service return the SearchResults object.
-
-
-The service supports querying, but does not support indexing.
-
-
-
-CVS repository for the Fulcrum Service.
-
-
-The Lucene WordNet code consists of a single class which parses a prolog file
-from the WordNet site that contains a list of English words and synonyms.
+The Lucene WordNet code consists of a single class which parses a prolog file
+from the WordNet site that contains a list of English words and synonyms.
The class builds a Lucene index from the synonyms file. Your querying code could
hit this index to build up a set of synonyms for the terms in the
-search query.
+search query.
-More information on the Lucene WordNet package.
+More information on the Lucene WordNet package.
WordNet is an online database of English language words that contains
synonyms, definitions, and various relationships between synonym sets.
-
+
CVS for the WordNet module.
@@ -130,11 +103,36 @@ There are examples included for both SAX and DOM.
-
+
CVS for the XML Indexing Demo.
+
+
+Javascript library to support client-side query-building. Provides support for a user interface similar to
+Google's Advanced Search.
+
+
+
+
+CVS for the files.
+
+
+
+
+
+Javascript library to support client-side query validation. Lucene doesn't like malformed queries and tends to
+throw ParseException, which are often difficult to interpret and pass on to the user. This library hopes to
+alleviate that problem.
+
+
+
+
+CVS for files.
+
+
+
The miscellaneous package is for classes that don't fit anywhere else. The only class in it right now determines
@@ -143,7 +141,7 @@ into a custom stop word list for better search results.
-
+
CVS for miscellaneous classes.