lucene/xdocs/index.xml

77 lines
4.3 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 - Apache Lucene</title>
</properties>
<body>
<section name="Apache Lucene">
<p>
Apache 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>
Apache Lucene is an open source project available for
<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>26 January 2006 - Nightly builds available</h3>
<p>Nightly builds of the current development version of Lucene, to be released as Lucene 1.9,
are now available at <a href="http://cvs.apache.org/dist/lucene/java/nightly/">http://cvs.apache.org/dist/lucene/java/nightly/</a>.
</p>
<h3>28 October 2005 - Lucene at ApacheCon</h3>
<p><a href="http://www.apachecon.com"><img src="http://apachecon.com/2005/US/logos/Conference135x59.jpg"/></a></p>
<p>Monday, December 12, 2005 at 3pm by Grant Ingersoll:<br/>
Abstract:<br/>
Lucene is a high performance, scalable, cross-platform search engine that contains many advanced features that often go untapped by the majority of users. In this session, designed for those familiar with Lucene, we will examine some of Lucene's more advanced topics and their application, including:</p>
<ol>
<li>Term Vectors: Manual and Pseudo relevance feedback; Advanced document collection analysis for
domain specialization</li>
<li>Span Queries: Better phrase matching; Candidate Identification for Question Answering</li>
<li>Tying it all Together: Building a search framework for experimentation and rapid deployment</li>
<li>Case Studies from <a href="http://www.cnlp.org">CNLP</a>: Crosslingual/multilingual retrieval in Arabic, English and Dutch;
Sublanguage specialization for commercial trouble ticket analysis; Passage retrieval and
analysis for Question Answering application</li>
</ol>
<p>Topics 1 through 3 will provide technical details on implementing the advanced Lucene features, while the fourth topic will provide a broader context for understanding when and where to use these features.
</p>
<h3>14 February 2005 - Lucene moves to Apache top-level</h3>
<p>Lucene has migrated from Apache's Jakarta project to the top-level. Along with this migration,
the source code repository has been converted to Subversion. The migration is in progress with
some loose ends. Please stay tuned!
</p>
<h3>December 2004 - <em>Lucene in Action</em> is published</h3>
<a href="http://www.lucenebook.com/"><img border="0" align="left"
src="images/lia_3d.jpg"/></a>
<p>The first book dedicated solely to Lucene is published. The
"search inside the book" feature implemented with Lucene can
be seen at <a href="http://www.lucenebook.com/">lucenebook.com</a>.
</p>
<p style="clear: both;"/>
<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>
</body>
</document>