mirror of https://github.com/apache/lucene.git
- 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
This commit is contained in:
parent
3b711ddb22
commit
a226bdd323
|
@ -128,24 +128,6 @@ You can access the Lucene Sandbox CVS repository at
|
|||
<a href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/">http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/</a>.
|
||||
</p>
|
||||
<table border="0" cellspacing="0" cellpadding="2" width="100%">
|
||||
<tr><td bgcolor="#828DA6">
|
||||
<font color="#ffffff" face="arial,helvetica,sanserif">
|
||||
<a name="Indyo"><strong>Indyo</strong></a>
|
||||
</font>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<blockquote>
|
||||
<p>
|
||||
Indyo is a datasource-independent Lucene indexing framework.
|
||||
</p>
|
||||
<p>
|
||||
A tutorial for using Indyo can be found <a href="indyo/tutorial.html">here</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="LARM"><strong>LARM</strong></a>
|
||||
|
@ -226,34 +208,6 @@ CVS repository for the SearchBean contribution.</a>
|
|||
<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="Lucene Service for Fulcrum"><strong>Lucene Service for Fulcrum</strong></a>
|
||||
</font>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<blockquote>
|
||||
<p>
|
||||
Lucene can be run as a service inside <a href="http://jakarta.apache.org/turbine/fulcrum/index.html">Fulcrum</a>,
|
||||
which is the services framework from the
|
||||
<a href="http://jakarta.apache.org/turbine/">Turbine</a> project.</p>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
The service supports querying, but does not support indexing.
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/fulcrum/">
|
||||
CVS repository for the Fulcrum Service.</a>
|
||||
</p>
|
||||
</blockquote>
|
||||
</td></tr>
|
||||
|
@ -304,6 +258,49 @@ There are examples included for both SAX and DOM.
|
|||
|
||||
<a href="http://cvs.apache.org/viewcvs.cgi/jakarta-lucene-sandbox/contributions/XML-Indexing-Demo/">
|
||||
CVS for the XML Indexing Demo.</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="Javascript Query Constructor"><strong>Javascript Query Constructor</strong></a>
|
||||
</font>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<blockquote>
|
||||
<p>
|
||||
Javascript library to support client-side query-building. Provides support for a user interface similar to
|
||||
<a href="http://www.google.com.sg/advanced_search">Google's Advanced Search</a>.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
<a href="http://cvs.apache.org/viewcvs.cgi/jakarta-lucene-sandbox/contributions/javascript/queryConstructor/">
|
||||
CVS for the files.</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="Javascript Query Validator"><strong>Javascript Query Validator</strong></a>
|
||||
</font>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<blockquote>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
<a href="http://cvs.apache.org/viewcvs.cgi/jakarta-lucene-sandbox/contributions/javascript/queryValidator/">
|
||||
CVS for files.</a>
|
||||
</p>
|
||||
</blockquote>
|
||||
</td></tr>
|
||||
|
|
|
@ -15,21 +15,12 @@ distribution.<br/>
|
|||
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.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can access the Lucene Sandbox CVS repository at
|
||||
<a href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/">http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/</a>.
|
||||
</p>
|
||||
|
||||
|
||||
<subsection name="Indyo">
|
||||
<p>
|
||||
Indyo is a datasource-independent Lucene indexing framework.
|
||||
</p>
|
||||
<p>
|
||||
A tutorial for using Indyo can be found <a href="indyo/tutorial.html">here</a>.
|
||||
</p>
|
||||
</subsection>
|
||||
|
||||
<subsection name="LARM">
|
||||
<p>
|
||||
LARM is a web crawler optimized for large intranets with up to a couple of hundred hosts.
|
||||
|
@ -84,24 +75,6 @@ which is a language for stemmers developed by Martin Porter.
|
|||
|
||||
</subsection>
|
||||
|
||||
<subsection name="Lucene Service for Fulcrum">
|
||||
<p>
|
||||
Lucene can be run as a service inside <a href="http://jakarta.apache.org/turbine/fulcrum/index.html">Fulcrum</a>,
|
||||
which is the services framework from the
|
||||
<a href="http://jakarta.apache.org/turbine/">Turbine</a> project.</p>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
The service supports querying, but does not support indexing.
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/contributions/fulcrum/">
|
||||
CVS repository for the Fulcrum Service.</a>
|
||||
</p>
|
||||
</subsection>
|
||||
|
||||
<subsection name="WordNet/Synonyms">
|
||||
<p>
|
||||
|
@ -135,6 +108,31 @@ CVS for the XML Indexing Demo.</a>
|
|||
</p>
|
||||
</subsection>
|
||||
|
||||
<subsection name="Javascript Query Constructor">
|
||||
<p>
|
||||
Javascript library to support client-side query-building. Provides support for a user interface similar to
|
||||
<a href="http://www.google.com.sg/advanced_search">Google's Advanced Search</a>.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
<a href="http://cvs.apache.org/viewcvs.cgi/jakarta-lucene-sandbox/contributions/javascript/queryConstructor/">
|
||||
CVS for the files.</a>
|
||||
</p>
|
||||
</subsection>
|
||||
|
||||
<subsection name="Javascript Query Validator">
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
<a href="http://cvs.apache.org/viewcvs.cgi/jakarta-lucene-sandbox/contributions/javascript/queryValidator/">
|
||||
CVS for files.</a>
|
||||
</p>
|
||||
</subsection>
|
||||
|
||||
<subsection name="High Frequency Terms">
|
||||
<p>
|
||||
The miscellaneous package is for classes that don't fit anywhere else. The only class in it right now determines
|
||||
|
|
Loading…
Reference in New Issue