mirror of https://github.com/apache/lucene.git
48 lines
2.1 KiB
XML
48 lines
2.1 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<author email="jon at latchkey.com">Jon S. Stevens</author>
|
|
<author email="husted at apache.org">Ted Husted</author>
|
|
<author email="cutting at apache.org">Doug Cutting</author>
|
|
<author email="carlson at apache.org">Peter Carlson</author>
|
|
<title>Overview - Jakarta Lucene</title>
|
|
</properties>
|
|
<body>
|
|
<section name="Jakarta Lucene">
|
|
<p>
|
|
Jakarta Lucene is a high-performance, full-featured text search engine
|
|
library written entirely in Java. It is a technology suitable for nearly any
|
|
application that requires full-text search, especially cross-platform.
|
|
</p>
|
|
<p>
|
|
Jakarta Lucene is an open source project available for
|
|
<!-- <a href="http://jakarta.apache.org/site/binindex.html">free download</a> -->
|
|
<!-- <a href="http://cvs.apache.org/dist/jakarta/lucene/">free download</a> from Apache Jakarta. -->
|
|
<a href="http://www.apache.org/dyn/closer.cgi/jakarta/lucene/">free download</a> from Apache Jakarta.
|
|
Please use the links on the left to access Lucene.
|
|
</p>
|
|
</section>
|
|
|
|
<section name="Lucene News">
|
|
|
|
<h3>29 November 2004 - Lucene 1.4.3 Released</h3>
|
|
|
|
<p>This fixes a few bugs in 1.4.2. See <a
|
|
href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-lucene/CHANGES.txt?rev=1.96.2.6">CHANGES.txt</a>
|
|
for details. Binary and source distributions are
|
|
available <a
|
|
href="http://www.apache.org/dyn/closer.cgi/jakarta/lucene/">here</a>.
|
|
</p>
|
|
|
|
</section>
|
|
|
|
<section name="About Apache Jakarta">
|
|
<p>
|
|
The goal of the <a href="http://jakarta.apache.org/">Apache Jakarta Project</a>
|
|
is to provide commercial-quality server solutions, based on the Java Platform,
|
|
developed in an open and cooperative fashion.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</document>
|