You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by bu...@apache.org on 2007/06/19 08:38:14 UTC

svn commit: r548610 - in /lucene/java/trunk/src/site/src/documentation/content/xdocs: index.xml site.xml

Author: buschmi
Date: Mon Jun 18 23:38:13 2007
New Revision: 548610

URL: http://svn.apache.org/viewvc?view=rev&rev=548610
Log:
update website for Lucene 2.2

Modified:
    lucene/java/trunk/src/site/src/documentation/content/xdocs/index.xml
    lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml

Modified: lucene/java/trunk/src/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/site/src/documentation/content/xdocs/index.xml?view=diff&rev=548610&r1=548609&r2=548610
==============================================================================
--- lucene/java/trunk/src/site/src/documentation/content/xdocs/index.xml (original)
+++ lucene/java/trunk/src/site/src/documentation/content/xdocs/index.xml Mon Jun 18 23:38:13 2007
@@ -29,6 +29,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>
               <a href="http://www.eu.apachecon.com"><img src="http://www.apache.org/ads/ApacheCon/2007-europe-125x125.png" style="float: left; padding: 3px;" alt="ApacheCon Europe logo" /></a>

Modified: lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml?view=diff&rev=548610&r1=548609&r2=548610
==============================================================================
--- lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml (original)
+++ lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml Mon Jun 18 23:38:13 2007
@@ -75,7 +75,8 @@
       <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 @@
     <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/"/>