mirror of https://github.com/apache/lucene.git
57 lines
1.5 KiB
XML
57 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<author>Otis Gospodentic</author>
|
|
<title>Lucene Sandbox</title>
|
|
</properties>
|
|
<body>
|
|
|
|
<section name="Lucene Sandbox">
|
|
<p>
|
|
Lucene project also contains a workspace, Lucene Sandbox, that is open to all Lucene committers, as well
|
|
as a few other developers. The purpose of the Sandbox is to host various third party contributions,
|
|
and to serve as a place to try out new ideas and prepare them for inclusion into the core Lucene
|
|
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.
|
|
</p>
|
|
<a href="larm/overview.html">Technical Overview</a>
|
|
|
|
</subsection>
|
|
<subsection name="Snowball Stemmers for Lucene">
|
|
<p>
|
|
This project provides pre-compiled versions of the Snowball stemmers
|
|
for Lucene.
|
|
</p>
|
|
|
|
<p>
|
|
More information can be found
|
|
<a href="http://jakarta.apache.org/lucene/docs/lucene-sandbox/snowball/">here</a>.
|
|
</p>
|
|
|
|
</subsection>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
</document>
|