You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2014/06/25 12:09:31 UTC

svn commit: r913636 - in /websites/staging/lucene/trunk/content: ./ core/ openrelevance/ solr/

Author: buildbot
Date: Wed Jun 25 10:09:30 2014
New Revision: 913636

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/.htaccess
    websites/staging/lucene/trunk/content/core/corenews.html
    websites/staging/lucene/trunk/content/core/developer.html
    websites/staging/lucene/trunk/content/core/discussion.html
    websites/staging/lucene/trunk/content/core/doap.rdf
    websites/staging/lucene/trunk/content/core/documentation.html
    websites/staging/lucene/trunk/content/core/downloads.html
    websites/staging/lucene/trunk/content/core/features.html
    websites/staging/lucene/trunk/content/core/index.html
    websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html
    websites/staging/lucene/trunk/content/core/mirrors-core-redir.html
    websites/staging/lucene/trunk/content/core/quickstart.html
    websites/staging/lucene/trunk/content/core/systemreqs.html
    websites/staging/lucene/trunk/content/index.html
    websites/staging/lucene/trunk/content/mainnews.html
    websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html
    websites/staging/lucene/trunk/content/openrelevance/orpnews.html
    websites/staging/lucene/trunk/content/privacy.html
    websites/staging/lucene/trunk/content/site-instructions.html
    websites/staging/lucene/trunk/content/solr/books.html
    websites/staging/lucene/trunk/content/solr/discussion.html
    websites/staging/lucene/trunk/content/solr/doap.rdf
    websites/staging/lucene/trunk/content/solr/documentation.html
    websites/staging/lucene/trunk/content/solr/downloads.html
    websites/staging/lucene/trunk/content/solr/features.html
    websites/staging/lucene/trunk/content/solr/index.html
    websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html
    websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html
    websites/staging/lucene/trunk/content/solr/quickstart.html
    websites/staging/lucene/trunk/content/solr/screenshots.html
    websites/staging/lucene/trunk/content/solr/solrnews.html
    websites/staging/lucene/trunk/content/solr/tutorial.html
    websites/staging/lucene/trunk/content/solr/versioncontrol.html
    websites/staging/lucene/trunk/content/whoweare.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 25 10:09:30 2014
@@ -1 +1 @@
-1605289
+1605315

Modified: websites/staging/lucene/trunk/content/.htaccess
==============================================================================
--- websites/staging/lucene/trunk/content/.htaccess (original)
+++ websites/staging/lucene/trunk/content/.htaccess Wed Jun 25 10:09:30 2014
@@ -22,9 +22,9 @@ RedirectMatch temp /solr/api$ /solr/api/
 # Other pages can always be redirected to the "most current" released javadocs
 # using "temp" instead of permanent so crawlers know that they
 # might change again in the future
-RedirectMatch temp /core/api/(.*) /core/4_8_1/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/4_8_1/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/4_8_1/$1
+RedirectMatch temp /core/api/(.*) /core/4_9_0/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/4_9_0/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/4_9_0/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html

Modified: websites/staging/lucene/trunk/content/core/corenews.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/corenews.html (original)
+++ websites/staging/lucene/trunk/content/core/corenews.html Wed Jun 25 10:09:30 2014
@@ -210,6 +210,60 @@
       <h1 class="title"></h1>
 
       <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-core-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News</h1>
+<h2 id="25-june-2014-lucene-core-490-available">25 June 2014 - Lucene Core 4.9.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.9.0</p>
+<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>This release contains numerous bug fixes, optimizations, and
+improvements, some of which are highlighted below. The release
+is available for immediate download at:
+  http://lucene.apache.org/core/mirrors-core-latest-redir.html</p>
+<p>See the <a href="/core/4_9_0/changes/Changes.html">CHANGES.txt</a> file included with the release for a full list of
+details.</p>
+<p>Lucene 4.9.0 Release Highlights:</p>
+<ul>
+<li>
+<p>New Terms.getMin/Max methods to retrieve the lowest and highest
+  terms per field.</p>
+</li>
+<li>
+<p>New IDVersionPostingsFormat, optimized for ID lookups that associate
+  a monotonically increasing version per ID.</p>
+</li>
+<li>
+<p>Atomic update of a set of doc values fields.</p>
+</li>
+<li>
+<p>Numerous optimizations for doc values search-time performance.</p>
+</li>
+<li>
+<p>New (default) Lucene49NormsFormat to better compress certain cases
+  such as very short fields.</p>
+</li>
+<li>
+<p>New SORTED_NUMERIC docvalues type for efficient processing of
+  multi-valued numeric fields.</p>
+</li>
+<li>
+<p>Indexer passes previous token stream for easier reuse.</p>
+</li>
+<li>
+<p>MoreLikeThis accepts multiple values per field.</p>
+</li>
+<li>
+<p>All classes that estimate their RAM usage now implement a new
+  Accountable interface.</p>
+</li>
+<li>
+<p>Lucene files are now written by (File)OutputStream on all platforms,
+  completely disallowing seeking with simplified IO APIs.</p>
+</li>
+<li>
+<p>Improve the confusing error message when MMapDirectory cannot create
+  a new map.</p>
+</li>
+</ul>
 <h2 id="20-may-2014-lucene-core-481-available">20 May 2014 - Lucene Core 4.8.1 Available</h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.8.1</p>
 <p>Apache Lucene is a high-performance, full-featured text search engine
@@ -518,9 +572,9 @@ with the release for a full list of deta
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.8.1</div>
+      <div class="flap bottom">of Apache Lucene 4.9.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.8.1</div>
+    <div class="download-desc">Apache Lucene 4.9.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -532,8 +586,7 @@ with the release for a full list of deta
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_8_1/index.html">4.8.1</a></li>
-<li><a href="./4_7_2/index.html">4.7.2</a></li>
+<li><a href="./4_9_0/index.html">4.9.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/developer.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/developer.html (original)
+++ websites/staging/lucene/trunk/content/core/developer.html Wed Jun 25 10:09:30 2014
@@ -258,9 +258,9 @@ project. It is responsible for running n
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.8.1</div>
+      <div class="flap bottom">of Apache Lucene 4.9.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.8.1</div>
+    <div class="download-desc">Apache Lucene 4.9.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -272,8 +272,7 @@ project. It is responsible for running n
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_8_1/index.html">4.8.1</a></li>
-<li><a href="./4_7_2/index.html">4.7.2</a></li>
+<li><a href="./4_9_0/index.html">4.9.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/discussion.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/discussion.html (original)
+++ websites/staging/lucene/trunk/content/core/discussion.html Wed Jun 25 10:09:30 2014
@@ -288,9 +288,9 @@ No endorsement is implied by the listing
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.8.1</div>
+      <div class="flap bottom">of Apache Lucene 4.9.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.8.1</div>
+    <div class="download-desc">Apache Lucene 4.9.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -302,8 +302,7 @@ No endorsement is implied by the listing
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_8_1/index.html">4.8.1</a></li>
-<li><a href="./4_7_2/index.html">4.7.2</a></li>
+<li><a href="./4_9_0/index.html">4.9.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/doap.rdf
==============================================================================
--- websites/staging/lucene/trunk/content/core/doap.rdf (original)
+++ websites/staging/lucene/trunk/content/core/doap.rdf Wed Jun 25 10:09:30 2014
@@ -38,6 +38,14 @@
     <wiki rdf:resource="http://wiki.apache.org/lucene-java/"/>
     <release>
       <Version>
+        <branch>lucene_solr_4_9</branch> 
+        <name>lucene-4.9.0</name>
+        <created>2014-06-25</created>
+        <revision>4.9.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <branch>lucene_solr_4_8</branch> 
         <name>lucene-4.8.1</name>
         <created>2014-05-20</created>

Modified: websites/staging/lucene/trunk/content/core/documentation.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/documentation.html (original)
+++ websites/staging/lucene/trunk/content/core/documentation.html Wed Jun 25 10:09:30 2014
@@ -212,8 +212,7 @@
       <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-release-docs">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs</h1>
 <h2 id="java-docs">Java Docs</h2>
 <ul>
-<li><a href="./4_8_1/index.html">4.8.1</a> (requires minimum Java 7)</li>
-<li><a href="./4_7_2/index.html">4.7.2</a> (last Java 6 compatible version)</li>
+<li><a href="./4_9_0/index.html">4.9.0</a></li>
 </ul></div>
       
 
@@ -227,9 +226,9 @@
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.8.1</div>
+      <div class="flap bottom">of Apache Lucene 4.9.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.8.1</div>
+    <div class="download-desc">Apache Lucene 4.9.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -241,8 +240,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_8_1/index.html">4.8.1</a></li>
-<li><a href="./4_7_2/index.html">4.7.2</a></li>
+<li><a href="./4_9_0/index.html">4.9.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/downloads.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/downloads.html (original)
+++ websites/staging/lucene/trunk/content/core/downloads.html Wed Jun 25 10:09:30 2014
@@ -234,9 +234,9 @@
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.8.1</div>
+      <div class="flap bottom">of Apache Lucene 4.9.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.8.1</div>
+    <div class="download-desc">Apache Lucene 4.9.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -248,8 +248,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_8_1/index.html">4.8.1</a></li>
-<li><a href="./4_7_2/index.html">4.7.2</a></li>
+<li><a href="./4_9_0/index.html">4.9.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/features.html (original)
+++ websites/staging/lucene/trunk/content/core/features.html Wed Jun 25 10:09:30 2014
@@ -253,9 +253,9 @@
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.8.1</div>
+      <div class="flap bottom">of Apache Lucene 4.9.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.8.1</div>
+    <div class="download-desc">Apache Lucene 4.9.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -267,8 +267,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_8_1/index.html">4.8.1</a></li>
-<li><a href="./4_7_2/index.html">4.7.2</a></li>
+<li><a href="./4_9_0/index.html">4.9.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/index.html (original)
+++ websites/staging/lucene/trunk/content/core/index.html Wed Jun 25 10:09:30 2014
@@ -257,9 +257,9 @@
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.8.1</div>
+      <div class="flap bottom">of Apache Lucene 4.9.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.8.1</div>
+    <div class="download-desc">Apache Lucene 4.9.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -271,8 +271,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_8_1/index.html">4.8.1</a></li>
-<li><a href="./4_7_2/index.html">4.7.2</a></li>
+<li><a href="./4_9_0/index.html">4.9.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html (original)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-latest-redir.html Wed Jun 25 10:09:30 2014
@@ -18,7 +18,7 @@
   -->
 
   
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/4.8.1">
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/4.9.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/core.css" rel="stylesheet" type="text/css">
@@ -310,9 +310,9 @@ following:</p>
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.8.1</div>
+      <div class="flap bottom">of Apache Lucene 4.9.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.8.1</div>
+    <div class="download-desc">Apache Lucene 4.9.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -324,8 +324,7 @@ following:</p>
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_8_1/index.html">4.8.1</a></li>
-<li><a href="./4_7_2/index.html">4.7.2</a></li>
+<li><a href="./4_9_0/index.html">4.9.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/mirrors-core-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-redir.html (original)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-redir.html Wed Jun 25 10:09:30 2014
@@ -308,9 +308,9 @@ following:</p>
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.8.1</div>
+      <div class="flap bottom">of Apache Lucene 4.9.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.8.1</div>
+    <div class="download-desc">Apache Lucene 4.9.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -322,8 +322,7 @@ following:</p>
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_8_1/index.html">4.8.1</a></li>
-<li><a href="./4_7_2/index.html">4.7.2</a></li>
+<li><a href="./4_9_0/index.html">4.9.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/quickstart.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/quickstart.html (original)
+++ websites/staging/lucene/trunk/content/core/quickstart.html Wed Jun 25 10:09:30 2014
@@ -214,8 +214,7 @@
 in the documentation for that release.</p>
 <p>The most recent versions can also be found online:</p>
 <ul>
-<li><a href="4_8_1/demo/overview-summary.html#overview_description">Lucene 4.8.1 Demo (minimum Java 7)</a></li>
-<li><a href="4_7_2/demo/overview-summary.html#overview_description">Lucene 4.7.2 Demo (last Java 6)</a></li>
+<li><a href="4_9_0/demo/overview-summary.html#overview_description">Lucene 4.9.0 Demo</a></li>
 </ul></div>
       
 
@@ -229,9 +228,9 @@ in the documentation for that release.</
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.8.1</div>
+      <div class="flap bottom">of Apache Lucene 4.9.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.8.1</div>
+    <div class="download-desc">Apache Lucene 4.9.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -243,8 +242,7 @@ in the documentation for that release.</
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_8_1/index.html">4.8.1</a></li>
-<li><a href="./4_7_2/index.html">4.7.2</a></li>
+<li><a href="./4_9_0/index.html">4.9.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/core/systemreqs.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/systemreqs.html (original)
+++ websites/staging/lucene/trunk/content/core/systemreqs.html Wed Jun 25 10:09:30 2014
@@ -212,8 +212,7 @@
       <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-system-requirements">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> System Requirements</h1>
 <p>The system requirements of the various Lucene releases are listed on their documentation pages:</p>
 <ul>
-<li><a href="./4_8_1/SYSTEM_REQUIREMENTS.html">4.8.1</a></li>
-<li><a href="./4_7_2/SYSTEM_REQUIREMENTS.html">4.7.2</a></li>
+<li><a href="./4_9_0/SYSTEM_REQUIREMENTS.html">4.9.0</a></li>
 </ul></div>
       
 
@@ -227,9 +226,9 @@
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 4.8.1</div>
+      <div class="flap bottom">of Apache Lucene 4.9.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.8.1</div>
+    <div class="download-desc">Apache Lucene 4.9.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -241,8 +240,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_8_1/index.html">4.8.1</a></li>
-<li><a href="./4_7_2/index.html">4.7.2</a></li>
+<li><a href="./4_9_0/index.html">4.9.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/index.html (original)
+++ websites/staging/lucene/trunk/content/index.html Wed Jun 25 10:09:30 2014
@@ -202,6 +202,79 @@
 </ul></div>
       
 <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="25-june-2014-apache-lucene-490-and-apache-solr-490-available">25 June 2014 - Apache Lucene 4.9.0 and Apache Solr 4.9.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 4.9.0 and Apache Solr 4.9.0.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
+<p>See the <a href="/core/4_9_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/4_9_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
+<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene release include:</h3>
+<ul>
+<li>
+<p>New Terms.getMin/Max methods to retrieve the lowest and highest
+  terms per field.</p>
+</li>
+<li>
+<p>New IDVersionPostingsFormat, optimized for ID lookups that associate
+  a monotonically increasing version per ID.</p>
+</li>
+<li>
+<p>Atomic update of a set of doc values fields.</p>
+</li>
+<li>
+<p>Numerous optimizations for doc values search-time performance.</p>
+</li>
+<li>
+<p>New (default) Lucene49NormsFormat to better compress certain cases
+  such as very short fields.</p>
+</li>
+<li>
+<p>New SORTED_NUMERIC docvalues type for efficient processing of
+  multi-valued numeric fields.</p>
+</li>
+<li>
+<p>Indexer passes previous token stream for easier reuse.</p>
+</li>
+<li>
+<p>MoreLikeThis accepts multiple values per field.</p>
+</li>
+<li>
+<p>All classes that estimate their RAM usage now implement a new
+  Accountable interface.</p>
+</li>
+<li>
+<p>Lucene files are now written by (File)OutputStream on all platforms,
+  completely disallowing seeking with simplified IO APIs.</p>
+</li>
+<li>
+<p>Improve the confusing error message when MMapDirectory cannot create
+  a new map.</p>
+</li>
+</ul>
+<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<ul>
+<li>
+<p>Numerous optimizations for doc values search-time performance</p>
+</li>
+<li>
+<p>Allow a client application to request the minium achieved replication
+  factor for an update request (single or batch) by sending an optional
+  parameter "min_rf".</p>
+</li>
+<li>
+<p>Query re-ranking support with the new ReRankingQParserPlugin.</p>
+</li>
+<li>
+<p>A new [child ...] DocTransformer for optionally including Block-Join
+  decendent documents inline in the results of a search.</p>
+</li>
+<li>
+<p>A new (default) Lucene49NormsFormat to better compress certain cases
+  such as very short fields.</p>
+</li>
+</ul>
 <h2 id="11-june-2014-open-relevance-sub-project-closed">11 June 2014 - Open Relevance sub-project closed</h2>
 <p>The Apache Lucene Project Management Committee decided in a vote,
 that the Apache Lucene sub-project "Open Relevance" will be discontinued. There was only modest activity during the last
@@ -227,7 +300,7 @@ both are fully compatible with Java 8.</
 <p>See the <a href="/core/4_8_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_8_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_1">Highlights of the Lucene release include:</h3>
 <ul>
 <li>
 <p>All index files now store end-to-end checksums, which are
@@ -280,7 +353,7 @@ with the release for a full list of deta
   even when the lock is not held.</p>
 </li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_1">Highlights of the Solr release include:</h3>
 <ul>
 <li>
 <p><code class="inline">&lt;fields&gt;</code> and <code class="inline">&lt;types&gt;</code> tags have been deprecated from schema.xml.
@@ -410,7 +483,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_5_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_5_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include_1">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_2">Highlights of the Lucene release include:</h3>
 <ul>
 <li>
 <p>Added support for missing values to DocValues fields through
@@ -436,7 +509,7 @@ with the release for a full list of deta
 </li>
 </ul>
 <p>Lucene 4.5 also includes numerous optimizations and bugfixes.</p>
-<h3 id="highlights-of-the-solr-release-include_1">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_2">Highlights of the Solr release include:</h3>
 <ul>
 <li>
 <p>Custom sharding support, including the ability to shard by field.</p>
@@ -470,15 +543,15 @@ with the release for a full list of deta
       <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 4.8.1</div>
+    <div class="flap bottom">of Apache Lucene 4.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.8.1</div>
+  <div class="download-desc">Apache Lucene 4.9.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 4.8.1</div>
+    <div class="flap bottom">of Apache Solr 4.9.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.8.1</div></p>
+  <div class="download-desc">Apache Solr 4.9.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Wed Jun 25 10:09:30 2014
@@ -193,6 +193,79 @@
       <h1 class="title"></h1>
 
       <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="25-june-2014-apache-lucene-490-and-apache-solr-490-available">25 June 2014 - Apache Lucene 4.9.0 and Apache Solr 4.9.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 4.9.0 and Apache Solr 4.9.0.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
+<p>See the <a href="/core/4_9_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/4_9_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
+<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene release include:</h3>
+<ul>
+<li>
+<p>New Terms.getMin/Max methods to retrieve the lowest and highest
+  terms per field.</p>
+</li>
+<li>
+<p>New IDVersionPostingsFormat, optimized for ID lookups that associate
+  a monotonically increasing version per ID.</p>
+</li>
+<li>
+<p>Atomic update of a set of doc values fields.</p>
+</li>
+<li>
+<p>Numerous optimizations for doc values search-time performance.</p>
+</li>
+<li>
+<p>New (default) Lucene49NormsFormat to better compress certain cases
+  such as very short fields.</p>
+</li>
+<li>
+<p>New SORTED_NUMERIC docvalues type for efficient processing of
+  multi-valued numeric fields.</p>
+</li>
+<li>
+<p>Indexer passes previous token stream for easier reuse.</p>
+</li>
+<li>
+<p>MoreLikeThis accepts multiple values per field.</p>
+</li>
+<li>
+<p>All classes that estimate their RAM usage now implement a new
+  Accountable interface.</p>
+</li>
+<li>
+<p>Lucene files are now written by (File)OutputStream on all platforms,
+  completely disallowing seeking with simplified IO APIs.</p>
+</li>
+<li>
+<p>Improve the confusing error message when MMapDirectory cannot create
+  a new map.</p>
+</li>
+</ul>
+<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<ul>
+<li>
+<p>Numerous optimizations for doc values search-time performance</p>
+</li>
+<li>
+<p>Allow a client application to request the minium achieved replication
+  factor for an update request (single or batch) by sending an optional
+  parameter "min_rf".</p>
+</li>
+<li>
+<p>Query re-ranking support with the new ReRankingQParserPlugin.</p>
+</li>
+<li>
+<p>A new [child ...] DocTransformer for optionally including Block-Join
+  decendent documents inline in the results of a search.</p>
+</li>
+<li>
+<p>A new (default) Lucene49NormsFormat to better compress certain cases
+  such as very short fields.</p>
+</li>
+</ul>
 <h2 id="11-june-2014-open-relevance-sub-project-closed">11 June 2014 - Open Relevance sub-project closed</h2>
 <p>The Apache Lucene Project Management Committee decided in a vote,
 that the Apache Lucene sub-project "Open Relevance" will be discontinued. There was only modest activity during the last
@@ -218,7 +291,7 @@ both are fully compatible with Java 8.</
 <p>See the <a href="/core/4_8_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_8_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_1">Highlights of the Lucene release include:</h3>
 <ul>
 <li>
 <p>All index files now store end-to-end checksums, which are
@@ -271,7 +344,7 @@ with the release for a full list of deta
   even when the lock is not held.</p>
 </li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_1">Highlights of the Solr release include:</h3>
 <ul>
 <li>
 <p><code class="inline">&lt;fields&gt;</code> and <code class="inline">&lt;types&gt;</code> tags have been deprecated from schema.xml.
@@ -401,7 +474,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_5_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_5_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include_1">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_2">Highlights of the Lucene release include:</h3>
 <ul>
 <li>
 <p>Added support for missing values to DocValues fields through
@@ -427,7 +500,7 @@ with the release for a full list of deta
 </li>
 </ul>
 <p>Lucene 4.5 also includes numerous optimizations and bugfixes.</p>
-<h3 id="highlights-of-the-solr-release-include_1">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_2">Highlights of the Solr release include:</h3>
 <ul>
 <li>
 <p>Custom sharding support, including the ability to shard by field.</p>
@@ -460,15 +533,15 @@ with the release for a full list of deta
       <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 4.8.1</div>
+    <div class="flap bottom">of Apache Lucene 4.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.8.1</div>
+  <div class="download-desc">Apache Lucene 4.9.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 4.8.1</div>
+    <div class="flap bottom">of Apache Solr 4.9.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.8.1</div></p>
+  <div class="download-desc">Apache Solr 4.9.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html Wed Jun 25 10:09:30 2014
@@ -146,10 +146,83 @@
 </ul></div>
       
         <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
-<h2 id="11-june-2014-open-relevance-sub-project-closed">11 June 2014 - Open Relevance sub-project Closed</h2>
+<h2 id="25-june-2014-apache-lucene-490-and-apache-solr-490-available">25 June 2014 - Apache Lucene 4.9.0 and Apache Solr 4.9.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 4.9.0 and Apache Solr 4.9.0.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
+<p>See the <a href="/core/4_9_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/4_9_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
+<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene release include:</h3>
+<ul>
+<li>
+<p>New Terms.getMin/Max methods to retrieve the lowest and highest
+  terms per field.</p>
+</li>
+<li>
+<p>New IDVersionPostingsFormat, optimized for ID lookups that associate
+  a monotonically increasing version per ID.</p>
+</li>
+<li>
+<p>Atomic update of a set of doc values fields.</p>
+</li>
+<li>
+<p>Numerous optimizations for doc values search-time performance.</p>
+</li>
+<li>
+<p>New (default) Lucene49NormsFormat to better compress certain cases
+  such as very short fields.</p>
+</li>
+<li>
+<p>New SORTED_NUMERIC docvalues type for efficient processing of
+  multi-valued numeric fields.</p>
+</li>
+<li>
+<p>Indexer passes previous token stream for easier reuse.</p>
+</li>
+<li>
+<p>MoreLikeThis accepts multiple values per field.</p>
+</li>
+<li>
+<p>All classes that estimate their RAM usage now implement a new
+  Accountable interface.</p>
+</li>
+<li>
+<p>Lucene files are now written by (File)OutputStream on all platforms,
+  completely disallowing seeking with simplified IO APIs.</p>
+</li>
+<li>
+<p>Improve the confusing error message when MMapDirectory cannot create
+  a new map.</p>
+</li>
+</ul>
+<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<ul>
+<li>
+<p>Numerous optimizations for doc values search-time performance</p>
+</li>
+<li>
+<p>Allow a client application to request the minium achieved replication
+  factor for an update request (single or batch) by sending an optional
+  parameter "min_rf".</p>
+</li>
+<li>
+<p>Query re-ranking support with the new ReRankingQParserPlugin.</p>
+</li>
+<li>
+<p>A new [child ...] DocTransformer for optionally including Block-Join
+  decendent documents inline in the results of a search.</p>
+</li>
+<li>
+<p>A new (default) Lucene49NormsFormat to better compress certain cases
+  such as very short fields.</p>
+</li>
+</ul>
+<h2 id="11-june-2014-open-relevance-sub-project-closed">11 June 2014 - Open Relevance sub-project closed</h2>
 <p>The Apache Lucene Project Management Committee decided in a vote,
-that the Apache Lucene sub-project "Open Relevance" will be discontinued. There was no activity during the last
-years and the project made no releases at all. Thank you to all committers for their support in this project!</p>
+that the Apache Lucene sub-project "Open Relevance" will be discontinued. There was only modest activity during the last
+years and the project made no releases. Thank you to all committers for their support in this project!</p>
 <h2 id="20-may-2014-apache-lucene-481-and-apache-solr-481-available">20 May 2014 - Apache Lucene 4.8.1 and Apache Solr 4.8.1 Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.8.1 and Apache Solr 4.8.1.</p>
@@ -171,7 +244,7 @@ both are fully compatible with Java 8.</
 <p>See the <a href="/core/4_8_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_8_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_1">Highlights of the Lucene release include:</h3>
 <ul>
 <li>
 <p>All index files now store end-to-end checksums, which are
@@ -224,7 +297,7 @@ with the release for a full list of deta
   even when the lock is not held.</p>
 </li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_1">Highlights of the Solr release include:</h3>
 <ul>
 <li>
 <p><code class="inline">&lt;fields&gt;</code> and <code class="inline">&lt;types&gt;</code> tags have been deprecated from schema.xml.
@@ -354,7 +427,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_5_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_5_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include_1">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_2">Highlights of the Lucene release include:</h3>
 <ul>
 <li>
 <p>Added support for missing values to DocValues fields through
@@ -380,7 +453,7 @@ with the release for a full list of deta
 </li>
 </ul>
 <p>Lucene 4.5 also includes numerous optimizations and bugfixes.</p>
-<h3 id="highlights-of-the-solr-release-include_1">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_2">Highlights of the Solr release include:</h3>
 <ul>
 <li>
 <p>Custom sharding support, including the ability to shard by field.</p>

Modified: websites/staging/lucene/trunk/content/openrelevance/orpnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/orpnews.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/orpnews.html Wed Jun 25 10:09:30 2014
@@ -145,6 +145,79 @@ judgments and queries in an open environ
 one would get if using TREC or other evaluation conferences.</p></div>
       
         <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="25-june-2014-apache-lucene-490-and-apache-solr-490-available">25 June 2014 - Apache Lucene 4.9.0 and Apache Solr 4.9.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 4.9.0 and Apache Solr 4.9.0.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
+<p>See the <a href="/core/4_9_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/4_9_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
+<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene release include:</h3>
+<ul>
+<li>
+<p>New Terms.getMin/Max methods to retrieve the lowest and highest
+  terms per field.</p>
+</li>
+<li>
+<p>New IDVersionPostingsFormat, optimized for ID lookups that associate
+  a monotonically increasing version per ID.</p>
+</li>
+<li>
+<p>Atomic update of a set of doc values fields.</p>
+</li>
+<li>
+<p>Numerous optimizations for doc values search-time performance.</p>
+</li>
+<li>
+<p>New (default) Lucene49NormsFormat to better compress certain cases
+  such as very short fields.</p>
+</li>
+<li>
+<p>New SORTED_NUMERIC docvalues type for efficient processing of
+  multi-valued numeric fields.</p>
+</li>
+<li>
+<p>Indexer passes previous token stream for easier reuse.</p>
+</li>
+<li>
+<p>MoreLikeThis accepts multiple values per field.</p>
+</li>
+<li>
+<p>All classes that estimate their RAM usage now implement a new
+  Accountable interface.</p>
+</li>
+<li>
+<p>Lucene files are now written by (File)OutputStream on all platforms,
+  completely disallowing seeking with simplified IO APIs.</p>
+</li>
+<li>
+<p>Improve the confusing error message when MMapDirectory cannot create
+  a new map.</p>
+</li>
+</ul>
+<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<ul>
+<li>
+<p>Numerous optimizations for doc values search-time performance</p>
+</li>
+<li>
+<p>Allow a client application to request the minium achieved replication
+  factor for an update request (single or batch) by sending an optional
+  parameter "min_rf".</p>
+</li>
+<li>
+<p>Query re-ranking support with the new ReRankingQParserPlugin.</p>
+</li>
+<li>
+<p>A new [child ...] DocTransformer for optionally including Block-Join
+  decendent documents inline in the results of a search.</p>
+</li>
+<li>
+<p>A new (default) Lucene49NormsFormat to better compress certain cases
+  such as very short fields.</p>
+</li>
+</ul>
 <h2 id="11-june-2014-open-relevance-sub-project-closed">11 June 2014 - Open Relevance sub-project closed</h2>
 <p>The Apache Lucene Project Management Committee decided in a vote,
 that the Apache Lucene sub-project "Open Relevance" will be discontinued. There was only modest activity during the last
@@ -170,7 +243,7 @@ both are fully compatible with Java 8.</
 <p>See the <a href="/core/4_8_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_8_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_1">Highlights of the Lucene release include:</h3>
 <ul>
 <li>
 <p>All index files now store end-to-end checksums, which are
@@ -223,7 +296,7 @@ with the release for a full list of deta
   even when the lock is not held.</p>
 </li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_1">Highlights of the Solr release include:</h3>
 <ul>
 <li>
 <p><code class="inline">&lt;fields&gt;</code> and <code class="inline">&lt;types&gt;</code> tags have been deprecated from schema.xml.
@@ -353,7 +426,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_5_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_5_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include_1">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_2">Highlights of the Lucene release include:</h3>
 <ul>
 <li>
 <p>Added support for missing values to DocValues fields through
@@ -379,7 +452,7 @@ with the release for a full list of deta
 </li>
 </ul>
 <p>Lucene 4.5 also includes numerous optimizations and bugfixes.</p>
-<h3 id="highlights-of-the-solr-release-include_1">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_2">Highlights of the Solr release include:</h3>
 <ul>
 <li>
 <p>Custom sharding support, including the ability to shard by field.</p>

Modified: websites/staging/lucene/trunk/content/privacy.html
==============================================================================
--- websites/staging/lucene/trunk/content/privacy.html (original)
+++ websites/staging/lucene/trunk/content/privacy.html Wed Jun 25 10:09:30 2014
@@ -214,15 +214,15 @@ Part of this information is gathered usi
       <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 4.8.1</div>
+    <div class="flap bottom">of Apache Lucene 4.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.8.1</div>
+  <div class="download-desc">Apache Lucene 4.9.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 4.8.1</div>
+    <div class="flap bottom">of Apache Solr 4.9.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.8.1</div></p>
+  <div class="download-desc">Apache Solr 4.9.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/site-instructions.html
==============================================================================
--- websites/staging/lucene/trunk/content/site-instructions.html (original)
+++ websites/staging/lucene/trunk/content/site-instructions.html Wed Jun 25 10:09:30 2014
@@ -235,15 +235,15 @@
       <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 4.8.1</div>
+    <div class="flap bottom">of Apache Lucene 4.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.8.1</div>
+  <div class="download-desc">Apache Lucene 4.9.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 4.8.1</div>
+    <div class="flap bottom">of Apache Solr 4.9.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.8.1</div></p>
+  <div class="download-desc">Apache Solr 4.9.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/staging/lucene/trunk/content/solr/books.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/books.html (original)
+++ websites/staging/lucene/trunk/content/solr/books.html Wed Jun 25 10:09:30 2014
@@ -322,8 +322,8 @@ David Smiley and Eric Pugh are proud to 
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.8.1 </div>
-      <div class="download-desc">Apache Solr 4.8.1</div>
+      <div class="flap bottom">of Apache Solr 4.9.0 </div>
+      <div class="download-desc">Apache Solr 4.9.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/discussion.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/discussion.html (original)
+++ websites/staging/lucene/trunk/content/solr/discussion.html Wed Jun 25 10:09:30 2014
@@ -315,8 +315,8 @@ No endorsement is implied by the listing
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.8.1 </div>
-      <div class="download-desc">Apache Solr 4.8.1</div>
+      <div class="flap bottom">of Apache Solr 4.9.0 </div>
+      <div class="download-desc">Apache Solr 4.9.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/doap.rdf
==============================================================================
--- websites/staging/lucene/trunk/content/solr/doap.rdf (original)
+++ websites/staging/lucene/trunk/content/solr/doap.rdf Wed Jun 25 10:09:30 2014
@@ -39,6 +39,14 @@
     <wiki rdf:resource="http://wiki.apache.org/solr/"/>
     <release>
       <Version>
+        <branch>lucene_solr_4_9</branch>
+        <name>solr-4.9.0</name>
+        <created>2014-06-25</created>
+        <revision>4.9.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <branch>lucene_solr_4_8</branch>
         <name>solr-4.8.1</name>
         <created>2014-05-20</created>

Modified: websites/staging/lucene/trunk/content/solr/documentation.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/documentation.html (original)
+++ websites/staging/lucene/trunk/content/solr/documentation.html Wed Jun 25 10:09:30 2014
@@ -246,8 +246,7 @@ included code.</p>
 each major branch under active development can also be found 
 online:</p>
 <ul>
-<li><a href="./4_8_1/index.html">4.8.1</a> (requires minimum Java 7)</li>
-<li><a href="./4_7_2/index.html">4.7.2</a> (last Java 6 compatible version)</li>
+<li><a href="./4_9_0/index.html">4.9.0</a></li>
 </ul>
 <h2 id="the-apache-solr-reference-guide">The Apache Solr Reference Guide</h2>
 <p>Beginning with Solr 4.4, A detailed reference guide is also 
@@ -270,8 +269,8 @@ or the various <a href="./books.html" ti
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.8.1 </div>
-      <div class="download-desc">Apache Solr 4.8.1</div>
+      <div class="flap bottom">of Apache Solr 4.9.0 </div>
+      <div class="download-desc">Apache Solr 4.9.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/downloads.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/downloads.html (original)
+++ websites/staging/lucene/trunk/content/solr/downloads.html Wed Jun 25 10:09:30 2014
@@ -260,8 +260,8 @@
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.8.1 </div>
-      <div class="download-desc">Apache Solr 4.8.1</div>
+      <div class="flap bottom">of Apache Solr 4.9.0 </div>
+      <div class="download-desc">Apache Solr 4.9.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/features.html (original)
+++ websites/staging/lucene/trunk/content/solr/features.html Wed Jun 25 10:09:30 2014
@@ -367,8 +367,8 @@ numeric fields or query relevancy scores
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.8.1 </div>
-      <div class="download-desc">Apache Solr 4.8.1</div>
+      <div class="flap bottom">of Apache Solr 4.9.0 </div>
+      <div class="download-desc">Apache Solr 4.9.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/index.html (original)
+++ websites/staging/lucene/trunk/content/solr/index.html Wed Jun 25 10:09:30 2014
@@ -374,8 +374,8 @@ numeric fields or query relevancy scores
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.8.1 </div>
-      <div class="download-desc">Apache Solr 4.8.1</div>
+      <div class="flap bottom">of Apache Solr 4.9.0 </div>
+      <div class="download-desc">Apache Solr 4.9.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html (original)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-latest-redir.html Wed Jun 25 10:09:30 2014
@@ -19,7 +19,7 @@
   -->
 
   
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/solr/4.8.1">
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/solr/4.9.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/solr.css" rel="stylesheet" type="text/css">
@@ -426,8 +426,8 @@ numeric fields or query relevancy scores
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.8.1 </div>
-      <div class="download-desc">Apache Solr 4.8.1</div>
+      <div class="flap bottom">of Apache Solr 4.9.0 </div>
+      <div class="download-desc">Apache Solr 4.9.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html (original)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-redir.html Wed Jun 25 10:09:30 2014
@@ -425,8 +425,8 @@ numeric fields or query relevancy scores
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.8.1 </div>
-      <div class="download-desc">Apache Solr 4.8.1</div>
+      <div class="flap bottom">of Apache Solr 4.9.0 </div>
+      <div class="download-desc">Apache Solr 4.9.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/quickstart.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/quickstart.html (original)
+++ websites/staging/lucene/trunk/content/solr/quickstart.html Wed Jun 25 10:09:30 2014
@@ -249,8 +249,8 @@
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.8.1 </div>
-      <div class="download-desc">Apache Solr 4.8.1</div>
+      <div class="flap bottom">of Apache Solr 4.9.0 </div>
+      <div class="download-desc">Apache Solr 4.9.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/screenshots.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/screenshots.html (original)
+++ websites/staging/lucene/trunk/content/solr/screenshots.html Wed Jun 25 10:09:30 2014
@@ -268,8 +268,8 @@
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.8.1 </div>
-      <div class="download-desc">Apache Solr 4.8.1</div>
+      <div class="flap bottom">of Apache Solr 4.9.0 </div>
+      <div class="download-desc">Apache Solr 4.9.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/solrnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/solrnews.html (original)
+++ websites/staging/lucene/trunk/content/solr/solrnews.html Wed Jun 25 10:09:30 2014
@@ -237,6 +237,41 @@
       <h1 class="title"></h1>
 
       <div><h1 id="solrwzxhzdk0tmwzxhzdk1-news">Solr<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="25-june-2014-apache-solr-490-available">25 June 2014 - Apache Solr 4.9.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Solr 4.9.0</p>
+<p>Solr is the popular, blazing fast, open source NoSQL search platform
+from the Apache Lucene project. Its major features include powerful
+full-text search, hit highlighting, faceted search, dynamic
+clustering, database integration, rich document (e.g., Word, PDF)
+handling, and geospatial search.  Solr is highly scalable, providing
+fault tolerant distributed search and indexing, and powers the search
+and navigation features of many of the world's largest internet sites.</p>
+<p>Solr 4.9.0 is available for immediate download at:
+  http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</p>
+<p>See the <a href="/solr/4_9_0/changes/Changes.html">CHANGES.txt</a>
+file included with the release for a full list of details.</p>
+<p>Solr 4.9.0 Release Highlights:</p>
+<ul>
+<li>
+<p>Numerous optimizations for doc values search-time performance</p>
+</li>
+<li>
+<p>Allow a client application to request the minium achieved replication 
+  factor for an update request (single or batch) by sending an optional 
+  parameter "min_rf".</p>
+</li>
+<li>
+<p>Query re-ranking support with the new ReRankingQParserPlugin.</p>
+</li>
+<li>
+<p>A new [child ...] DocTransformer for optionally including Block-Join 
+  decendent documents inline in the results of a search.</p>
+</li>
+<li>
+<p>A new (default) Lucene49NormsFormat to better compress certain cases
+  such as very short fields.</p>
+</li>
+</ul>
 <h2 id="20-may-2014-apache-solr-481-available">20 May 2014 - Apache Solr 4.8.1 Available</h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Solr 4.8.1</p>
 <p>Solr is the popular, blazing fast, open source NoSQL search platform
@@ -540,8 +575,8 @@ from the Apache mirror network:</p>
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.8.1 </div>
-      <div class="download-desc">Apache Solr 4.8.1</div>
+      <div class="flap bottom">of Apache Solr 4.9.0 </div>
+      <div class="download-desc">Apache Solr 4.9.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/tutorial.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/tutorial.html (original)
+++ websites/staging/lucene/trunk/content/solr/tutorial.html Wed Jun 25 10:09:30 2014
@@ -242,8 +242,7 @@ in the documentation for that release.</
 <p>Copies of the tutorial for the most recent release of each 
 major branch under active development can also be found online:</p>
 <ul>
-<li><a href="4_8_1/tutorial.html">Solr 4.8.1 Tutorial</a></li>
-<li><a href="4_7_2/tutorial.html">Solr 4.7.2 Tutorial</a></li>
+<li><a href="4_9_0/tutorial.html">Solr 4.9.0 Tutorial</a></li>
 </ul>
 <p>Users who have completed the tutorial, are encouraged to review 
 the <a href="documentation.html" title="Solr Documentation">other documentation available</a>.</p></div>
@@ -259,8 +258,8 @@ the <a href="documentation.html" title="
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.8.1 </div>
-      <div class="download-desc">Apache Solr 4.8.1</div>
+      <div class="flap bottom">of Apache Solr 4.9.0 </div>
+      <div class="download-desc">Apache Solr 4.9.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/solr/versioncontrol.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/versioncontrol.html (original)
+++ websites/staging/lucene/trunk/content/solr/versioncontrol.html Wed Jun 25 10:09:30 2014
@@ -269,8 +269,8 @@
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.8.1 </div>
-      <div class="download-desc">Apache Solr 4.8.1</div>
+      <div class="flap bottom">of Apache Solr 4.9.0 </div>
+      <div class="download-desc">Apache Solr 4.9.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>

Modified: websites/staging/lucene/trunk/content/whoweare.html
==============================================================================
--- websites/staging/lucene/trunk/content/whoweare.html (original)
+++ websites/staging/lucene/trunk/content/whoweare.html Wed Jun 25 10:09:30 2014
@@ -323,15 +323,15 @@
       <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 4.8.1</div>
+    <div class="flap bottom">of Apache Lucene 4.9.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.8.1</div>
+  <div class="download-desc">Apache Lucene 4.9.0</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 4.8.1</div>
+    <div class="flap bottom">of Apache Solr 4.9.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.8.1</div></p>
+  <div class="download-desc">Apache Solr 4.9.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>