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 2013/10/05 10:28:37 UTC

svn commit: r881269 - in /websites/staging/lucene/trunk/content: ./ core/corenews.html core/documentation.html core/quickstart.html core/systemreqs.html mainnews.html solr/documentation.html solr/solrnews.html solr/tutorial.html

Author: buildbot
Date: Sat Oct  5 08:28:36 2013
New Revision: 881269

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/core/corenews.html
    websites/staging/lucene/trunk/content/core/documentation.html
    websites/staging/lucene/trunk/content/core/quickstart.html
    websites/staging/lucene/trunk/content/core/systemreqs.html
    websites/staging/lucene/trunk/content/mainnews.html
    websites/staging/lucene/trunk/content/solr/documentation.html
    websites/staging/lucene/trunk/content/solr/solrnews.html
    websites/staging/lucene/trunk/content/solr/tutorial.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Oct  5 08:28:36 2013
@@ -1 +1 @@
-1529316
+1529409

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 Sat Oct  5 08:28:36 2013
@@ -210,6 +210,47 @@
       <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="5-october-2013-lucene-core-45-available">5 October 2013 - Lucene Core 4.5 Available</h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.4</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:
+  <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a></p>
+<p>See the <a href="/core/4_5_0/changes/Changes.html">CHANGES.txt</a> file included
+with the release for a full list of details.</p>
+<h3 id="lucene-45-release-highlights">Lucene 4.5 Release Highlights:</h3>
+<ul>
+<li>
+<p>Added support for missing values to DocValues fields through
+  AtomicReader.getDocsWithField.</p>
+</li>
+<li>
+<p>Lucene 4.5 has a new Lucene45Codec with Lucene45DocValues, supporting
+  missing values and with most datastructures residing off-heap.</p>
+</li>
+<li>
+<p>New in-memory DocIdSet implementations which are especially better than
+  FixedBitSet on small sets: WAH8DocIdSet, PFORDeltaDocIdSet and EliasFanoDocIdSet.</p>
+</li>
+<li>
+<p>CachingWrapperFilter now caches filters with WAH8DocIdSet by default, which
+  has the same memory usage as FixedBitSet in the worst case but is smaller and
+  faster on small sets.</p>
+</li>
+<li>
+<p>TokenStreams now set the position increment in end(), so we can handle
+  trailing holes.</p>
+</li>
+<li>
+<p>IndexWriter no longer clones the given IndexWriterConfig.</p>
+</li>
+<li>
+<p>Various bugfixes and optimizations since the 4.4 release.</p>
+</li>
+</ul>
 <h2 id="23-july-2013-lucene-core-44-available">23 July 2013 - Lucene Core 4.4 Available</h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.4</p>
 <p>Apache Lucene is a high-performance, full-featured text search engine

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 Sat Oct  5 08:28:36 2013
@@ -212,7 +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_4_0/index.html">4.4</a></li>
+<li><a href="./4_5_0/index.html">4.5</a></li>
 </ul></div>
       
 

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 Sat Oct  5 08:28:36 2013
@@ -214,7 +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_4_0/demo/overview-summary.html#overview_description">Lucene 4.4 Demo</a></li>
+<li><a href="4_5_0/demo/overview-summary.html#overview_description">Lucene 4.5 Demo</a></li>
 </ul></div>
       
 

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 Sat Oct  5 08:28:36 2013
@@ -212,7 +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_4_0/SYSTEM_REQUIREMENTS.html">4.4</a></li>
+<li><a href="./4_5_0/SYSTEM_REQUIREMENTS.html">4.5</a></li>
 </ul></div>
       
 

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Sat Oct  5 08:28:36 2013
@@ -193,6 +193,62 @@
       <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="5-october-2013-apache-lucene-45-and-apache-solrwzxhzdk2tmwzxhzdk3-45-available">5 October 2013 - Apache Lucene 4.5 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.5 available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 4.5 and Apache Solr 4.5.</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_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">Highlights of the Lucene release include:</h3>
+<ul>
+<li>
+<p>Added support for missing values to DocValues fields through
+  AtomicReader.getDocsWithField.</p>
+</li>
+<li>
+<p>Lucene 4.5 has a new Lucene45Codec with Lucene45DocValues, supporting missing
+  values and with most datastructures residing off-heap.</p>
+</li>
+<li>
+<p>New in-memory DocIdSet implementations which are especially better than
+  FixedBitSet on small sets: WAH8DocIdSet, PFORDeltaDocIdSet and EliasFanoDocIdSet.</p>
+</li>
+<li>
+<p>CachingWrapperFilter now caches filters with WAH8DocIdSet by default, which
+  has the same memory usage as FixedBitSet in the worst case but is smaller and faster on small sets.</p>
+</li>
+<li>
+<p>TokenStreams now set the position increment in end(), so we can handle trailing holes.</p>
+</li>
+<li>
+<p>IndexWriter no longer clones the given IndexWriterConfig.</p>
+</li>
+</ul>
+<p>Lucene 4.5 also includes numerous optimizations and bugfixes.</p>
+<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<ul>
+<li>
+<p>Custom sharding support, including the ability to shard by field.</p>
+</li>
+<li>
+<p>DocValue improvements: single valued fields no longer require a default
+  value, allowiing dynamicFields to contain doc values, as well as
+  sortMissingFirst and sortMissingLast on docValue fields.</p>
+</li>
+<li>
+<p>Ability to store solr.xml in ZooKeeper.</p>
+</li>
+<li>
+<p>Multithreaded faceting.</p>
+</li>
+<li>
+<p>CloudSolrServer can now route updates directly to the appropriate shard
+  leader.</p>
+</li>
+</ul>
+<p>Solr 4.5 also includes numerous optimizations and bugfixes.</p>
 <h2 id="29-july-2013-apache-solr-reference-guide-44-available">29 July 2013 - Apache Solr Reference Guide 4.4 Available</h2>
 <p>The Lucene PMC is pleased to announce the release of the 
 Apache Solr Reference Guide for Solr 4.4.</p>
@@ -203,7 +259,7 @@ in the growth and evolution of Apache So
 <p>The Solr Reference Guide is available for download from the Apache 
 mirror network:</p>
 <p><a href="https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/">https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/</a></p>
-<h2 id="23-july-2013-apache-lucene-44-and-apache-solrwzxhzdk2tmwzxhzdk3-44-available">23 July 2013 - Apache Lucene 4.4 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.4 available</h2>
+<h2 id="23-july-2013-apache-lucene-44-and-apache-solrwzxhzdk4tmwzxhzdk5-44-available">23 July 2013 - Apache Lucene 4.4 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.4 available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.4 and Apache Solr 4.4.</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>
@@ -211,7 +267,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_4_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_4_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>New Replicator module: replicate index revisions between server and
@@ -281,7 +337,7 @@ with the release for a full list of deta
 </li>
 </ul>
 <p>Lucene 4.4 also includes numerous optimizations and bugfixes.</p>
-<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>Solr indexes and transaction logs may stored in HDFS with full read/write
@@ -359,12 +415,12 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_3_1/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_3_1/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>Lucene 4.3.1 includes 12 bug fixes and 1 optimization, including fixes
 for a serious bug that can cause deadlock.</li>
 </ul>
-<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>Solr 4.3.1 includes 24 bug fixes. The list includes a lot of SolrCloud
@@ -374,7 +430,7 @@ bug fixes around Shard Splitting as well
 <p>Lucene 4.3.1 bug fixes and optimizations.</p>
 </li>
 </ul>
-<h2 id="6-may-2013-apache-lucene-430-and-apache-solrwzxhzdk4tmwzxhzdk5-430-available">6 May 2013 - Apache Lucene 4.3.0 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.3.0 available</h2>
+<h2 id="6-may-2013-apache-lucene-430-and-apache-solrwzxhzdk6tmwzxhzdk7-430-available">6 May 2013 - Apache Lucene 4.3.0 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.3.0 available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.3.0 and Apache Solr 4.3.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>
@@ -382,7 +438,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_3_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_3_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_2">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_3">Highlights of the Lucene release include:</h3>
 <ul>
 <li>
 <p>Significant performance improvements for minShouldMatch BooleanQuery due to
@@ -429,7 +485,7 @@ with the release for a full list of deta
 <p>Various bugfixes and optimizations since the 4.2.1 release.</p>
 </li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include_2">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_3">Highlights of the Solr release include:</h3>
 <ul>
 <li>
 <p>Tired of maintaining core information in solr.xml? Now you can configure
@@ -469,7 +525,7 @@ with the release for a full list of deta
 </li>
 </ul>
 <p>Solr 4.3.0 also includes many other new features as well as numerous optimizations and bugfixes.</p>
-<h2 id="3-april-2013-apache-lucene-421-and-apache-solrwzxhzdk6tmwzxhzdk7-421-available">3 April 2013 - Apache Lucene 4.2.1 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.2.1 available</h2>
+<h2 id="3-april-2013-apache-lucene-421-and-apache-solrwzxhzdk8tmwzxhzdk9-421-available">3 April 2013 - Apache Lucene 4.2.1 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.2.1 available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.2.1 and Apache Solr 4.2.1.</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>
@@ -477,12 +533,12 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_2_1/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_2_1/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_3">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_4">Highlights of the Lucene release include:</h3>
 <ul>
 <li>Lucene 4.2.1 includes 9 bug fixes and 3 optimizations, including a fix 
 for a serious bug that could result in the loss of an index.</li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include_3">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_4">Highlights of the Solr release include:</h3>
 <ul>
 <li>
 <p>Solr 4.2.1 includes 38 bug fixes and 2 optimizations. The list includes 
@@ -494,7 +550,7 @@ well.</p>
 <p>Lucene 4.2.1 bug fixes and optimizations.</p>
 </li>
 </ul>
-<h2 id="11-march-2013-apache-lucene-42-and-apache-solrwzxhzdk8tmwzxhzdk9-42-available">11 March 2013 - Apache Lucene 4.2 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.2 available</h2>
+<h2 id="11-march-2013-apache-lucene-42-and-apache-solrwzxhzdk10tmwzxhzdk11-42-available">11 March 2013 - Apache Lucene 4.2 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.2 available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.2 and Apache Solr 4.2.</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>
@@ -502,7 +558,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_2_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_2_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_4">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_5">Highlights of the Lucene release include:</h3>
 <ul>
 <li>
 <p>Lucene 4.2 has a new default codec (Lucene42Codec) with a more
@@ -551,7 +607,7 @@ with the release for a full list of deta
 <p>Various bugfixes and optimizations since the 4.1 release.</p>
 </li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include_4">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_5">Highlights of the Solr release include:</h3>
 <ul>
 <li>
 <p>A read side REST API for the schema. Always wanted to introspect the schema over http?
@@ -590,7 +646,7 @@ with the release for a full list of deta
 </li>
 </ul>
 <p>Solr 4.2 also includes many other new features as well as numerous optimizations and bugfixes.</p>
-<h2 id="22-january-2013-apache-lucene-41-and-apache-solrwzxhzdk10tmwzxhzdk11-41-available">22 January 2013 - Apache Lucene 4.1 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.1 available</h2>
+<h2 id="22-january-2013-apache-lucene-41-and-apache-solrwzxhzdk12tmwzxhzdk13-41-available">22 January 2013 - Apache Lucene 4.1 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.1 available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.1 and Apache Solr 4.1.</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>
@@ -598,7 +654,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_1_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_1_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_5">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_6">Highlights of the Lucene release include:</h3>
 <ul>
 <li>
 <p>Lucene 4.1 has a new default codec (Lucene41Codec) based on the
@@ -653,7 +709,7 @@ with the release for a full list of deta
 <p>Several bugfixes and optimizations since the 4.0 release.</p>
 </li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include_5">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_6">Highlights of the Solr release include:</h3>
 <h4 id="solrcloud-enhancements-see-httpwikiapacheorgsolrsolrcloud">SolrCloud enhancements (see <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a>):</h4>
 <ul>
 <li>Simple multi-tenancy through enhanced document routing:<ul>

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 Sat Oct  5 08:28:36 2013
@@ -243,7 +243,7 @@ included code.</p>
 each major branch under active development can also be found 
 online:</p>
 <ul>
-<li><a href="./4_4_0/">4.4.0</a></li>
+<li><a href="./4_5_0/">4.5.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 

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 Sat Oct  5 08:28:36 2013
@@ -234,6 +234,43 @@
       <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="5-october-2013-apache-solr-45-available">5 October 2013 - Apache Solr 4.5 Available</h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Solr 4.5</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.5 is available for immediate download at:
+  <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="/solr/4_5_0/changes/Changes.html">CHANGES.txt</a> file included
+with the release for a full list of details.</p>
+<h3 id="solr-45-release-highlights">Solr 4.5 Release Highlights:</h3>
+<p>Solr 4.5 Release Highlights:</p>
+<ul>
+<li>
+<p>Custom sharding support, including the ability to shard by field.</p>
+</li>
+<li>
+<p>DocValue improvements: single valued fields no longer require a default
+  value, allowiing dynamicFields to contain doc values, as well as
+  sortMissingFirst and sortMissingLast on docValue fields.</p>
+</li>
+<li>
+<p>Ability to store solr.xml in ZooKeeper.</p>
+</li>
+<li>
+<p>Multithreaded faceting.</p>
+</li>
+<li>
+<p>CloudSolrServer can now route updates directly to the appropriate shard
+  leader.</p>
+</li>
+</ul>
+<p>Solr 4.5 also includes many other new features as well as numerous
+optimizations and bugfixes.</p>
 <h2 id="29-july-2013-apache-solr-reference-guide-44-available">29 July 2013 - Apache Solr Reference Guide 4.4 Available</h2>
 <p>The Lucene PMC is pleased to announce the release of the 
 Apache Solr Reference Guide for Solr 4.4.</p>

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 Sat Oct  5 08:28:36 2013
@@ -239,7 +239,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_4_0/tutorial.html">Solr 4.4.0 Tutorial</a></li>
+<li><a href="4_5_0/tutorial.html">Solr 4.5.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>