mirror of https://github.com/apache/lucene.git
update website for Lucene 2.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@548610 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9578df3233
commit
482ee4062f
|
@ -28,6 +28,33 @@
|
|||
|
||||
<section id="Lucene News">
|
||||
<title>Lucene News</title>
|
||||
<section>
|
||||
<title>19 June 2007 - Release 2.2 available</title>
|
||||
|
||||
<p>This release has many improvements since release 2.1. New major features:
|
||||
<ul>
|
||||
<li> <a href="http://lucene.apache.org/java/2_2_0/api/index.html?org/apache/lucene/index/IndexWriter.html">"Point-in-time" searching</a></li>
|
||||
<li> <a href="http://lucene.apache.org/java/2_2_0/api/index.html?org/apache/lucene/search/payloads/package-summary.html">Payloads</a></li>
|
||||
<li> <a href="http://lucene.apache.org/java/2_2_0/api/index.html?org/apache/lucene/search/function/package-summary.html">Funtion queries</a></li>
|
||||
<li> <a href="http://lucene.apache.org/java/2_2_0/api/index.html?org/apache/lucene/document/Field.html">New API for preanalyzed fields</a></li>
|
||||
</ul>
|
||||
In addition Lucene 2.2 has many performance
|
||||
improvements, bug fixes, etc. See
|
||||
<a href="http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_2_0/CHANGES.txt">CHANGES.txt</a>
|
||||
for details.
|
||||
</p>
|
||||
|
||||
<p>Lucene 2.2 includes index format changes that are not readable
|
||||
by older versions of Lucene. Lucene 2.2 can both read and update
|
||||
older Lucene indexes. Adding to an index with an older format
|
||||
will cause it to be converted to the newer format.
|
||||
</p>
|
||||
|
||||
<p>Binary and source distributions are
|
||||
available
|
||||
<a href="http://www.apache.org/dyn/closer.cgi/lucene/java/">here</a>.
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
<title>18 February 2007 - Lucene at ApacheCon Europe</title>
|
||||
<p>
|
||||
|
|
|
@ -75,7 +75,8 @@ See http://forrest.apache.org/docs/linking.html for more info
|
|||
<rel1_9_0 label="1.9.0" href="ext:rel1_9_0"/>
|
||||
<rel1_9_1 label="1.9.1" href="ext:rel1_9_1"/>
|
||||
<rel2_0_0 label="2.0.0" href="ext:rel2_0_0"/>
|
||||
<rel2_0_0 label="2.1.0" href="ext:rel2_1_0"/>
|
||||
<rel2_1_0 label="2.1.0" href="ext:rel2_1_0"/>
|
||||
<rel2_2_0 label="2.2.0" href="ext:rel2_2_0"/>
|
||||
<!-- Needs to be filled in -->
|
||||
<!-- <nightly label="Nightly" href=""/> -->
|
||||
|
||||
|
@ -110,6 +111,7 @@ See http://forrest.apache.org/docs/linking.html for more info
|
|||
<rel1_9_1 href="http://lucene.apache.org/java/1_9_1/"/>
|
||||
<rel2_0_0 href="http://lucene.apache.org/java/2_0_0/"/>
|
||||
<rel2_1_0 href="http://lucene.apache.org/java/2_1_0/"/>
|
||||
<rel2_2_0 href="http://lucene.apache.org/java/2_2_0/"/>
|
||||
|
||||
<cocoon href="http://cocoon.apache.org/"/>
|
||||
<xml.apache.org href="http://xml.apache.org/"/>
|
||||
|
|
Loading…
Reference in New Issue