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/05/06 14:49:21 UTC

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

Author: buildbot
Date: Mon May  6 12:49:20 2013
New Revision: 861072

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/developer.html
    websites/staging/lucene/trunk/content/core/discussion.html
    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-3x-redir.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/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-3x-redir.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 Mon May  6 12:49:20 2013
@@ -1 +1 @@
-1479478
+1479553

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 Mon May  6 12:49:20 2013
@@ -210,8 +210,66 @@
       <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="6-may-2013-lucene-core-430-available">6 May 2013 - Lucene Core 4.3.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.3</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 a handful of bug fixes and optimizations,
+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_3_0/changes/Changes.html">CHANGES.txt</a> file included 
+with the release for a full list of details.</p>
+<h3 id="lucene-430-release-highlights">Lucene 4.3.0 Release Highlights:</h3>
+<ul>
+<li>
+<p>Significant performance improvements for minShouldMatch BooleanQuery due to
+  skipping resulting in up to 4000% faster queries.</p>
+</li>
+<li>
+<p>A new SortingAtomicReader which allows sorting an index based on a sort criteria (e.g.
+  a numeric DocValues field), as well as SortingMergePolicy which sorts documents before
+  segments are merged.</p>
+</li>
+<li>
+<p>DocIdSetIterator and Scorer now has a cost API that provides an upper bound
+  of the number of documents the iterator might match. This API allows optimisation
+  during query execution or how filters are applied.</p>
+</li>
+<li>
+<p>Analyzing/FuzzySuggester now allow to record arbitrary byte[] as a payload. The suggesters
+  also use an ending offset to determine whether the last token was finished or not, so that
+  a query "i " will no longer suggest "Isla de Muerta" for example.</p>
+</li>
+<li>
+<p>Lucene Spatial Module can now search for indexed shapes by Within, Contains, and Disjoint
+  relationships, in addition to typical Intersects.</p>
+</li>
+<li>
+<p>PostingsHighlighter now allows custom passage scores, per-field BreakIterators and has been
+  detached from TopDocs. Additionally, subclasses can override where string values for highlighting
+  are pulled from alternatively to stored fields.</p>
+</li>
+<li>
+<p>New SearcherTaxonomyManager manages near-real-time reopens of both IndexSearcher and
+  TaxonomyReader (for faceting).</p>
+</li>
+<li>
+<p>Added new facet method to the facet module to compute facet counts using SortedSetDocValuesField,
+  without a separate taxonomy index.</p>
+</li>
+<li>
+<p>DrillSideways class, for computing sideways facet counts, is now more flexible: it allows more
+  than one FacetRequest per dimension and now allows drilling down on dimensions that do not have a
+  facet request.</p>
+</li>
+<li>
+<p>Various bugfixes and optimizations since the 4.2.1 release.</p>
+</li>
+</ul>
 <h2 id="3-april-2013-lucene-core-421-available">3 April 2013 - Lucene Core 4.2.1 Available</h2>
-<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.2</p>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.2.1</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>
@@ -633,9 +691,9 @@ is a critical bug (e.g. that would cause
     <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.2.1</div>
+      <div class="flap bottom">of Apache Lucene 4.3.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.2.1</div>
+    <div class="download-desc">Apache Lucene 4.3.0</div>
   </div>
  <div class="button-wrapper">
     <div class="button-green">
@@ -655,7 +713,7 @@ is a critical bug (e.g. that would cause
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_2_1/index.html">4.2.1</a></li>
+<li><a href="./4_3_0/index.html">4.3.0</a></li>
 <li><a href="./3_6_2/index.html">3.6.2</a></li>
 </ul>
 <h1 id="about">About</h1>

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 Mon May  6 12:49:20 2013
@@ -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.2.1</div>
+      <div class="flap bottom">of Apache Lucene 4.3.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.2.1</div>
+    <div class="download-desc">Apache Lucene 4.3.0</div>
   </div>
  <div class="button-wrapper">
     <div class="button-green">
@@ -280,7 +280,7 @@ project. It is responsible for running n
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_2_1/index.html">4.2.1</a></li>
+<li><a href="./4_3_0/index.html">4.3.0</a></li>
 <li><a href="./3_6_2/index.html">3.6.2</a></li>
 </ul>
 <h1 id="about">About</h1>

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 Mon May  6 12:49:20 2013
@@ -289,9 +289,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.2.1</div>
+      <div class="flap bottom">of Apache Lucene 4.3.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.2.1</div>
+    <div class="download-desc">Apache Lucene 4.3.0</div>
   </div>
  <div class="button-wrapper">
     <div class="button-green">
@@ -311,7 +311,7 @@ No endorsement is implied by the listing
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_2_1/index.html">4.2.1</a></li>
+<li><a href="./4_3_0/index.html">4.3.0</a></li>
 <li><a href="./3_6_2/index.html">3.6.2</a></li>
 </ul>
 <h1 id="about">About</h1>

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 Mon May  6 12:49:20 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_2_1/index.html">4.2.1</a></li>
+<li><a href="./4_3_0/index.html">4.3.0</a></li>
 <li><a href="./3_6_2/index.html">3.6.2</a></li>
 </ul></div>
       
@@ -227,9 +227,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.2.1</div>
+      <div class="flap bottom">of Apache Lucene 4.3.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.2.1</div>
+    <div class="download-desc">Apache Lucene 4.3.0</div>
   </div>
  <div class="button-wrapper">
     <div class="button-green">
@@ -249,7 +249,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_2_1/index.html">4.2.1</a></li>
+<li><a href="./4_3_0/index.html">4.3.0</a></li>
 <li><a href="./3_6_2/index.html">3.6.2</a></li>
 </ul>
 <h1 id="about">About</h1>

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 Mon May  6 12:49:20 2013
@@ -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.2.1</div>
+      <div class="flap bottom">of Apache Lucene 4.3.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.2.1</div>
+    <div class="download-desc">Apache Lucene 4.3.0</div>
   </div>
  <div class="button-wrapper">
     <div class="button-green">
@@ -256,7 +256,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_2_1/index.html">4.2.1</a></li>
+<li><a href="./4_3_0/index.html">4.3.0</a></li>
 <li><a href="./3_6_2/index.html">3.6.2</a></li>
 </ul>
 <h1 id="about">About</h1>

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 Mon May  6 12:49:20 2013
@@ -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.2.1</div>
+      <div class="flap bottom">of Apache Lucene 4.3.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.2.1</div>
+    <div class="download-desc">Apache Lucene 4.3.0</div>
   </div>
  <div class="button-wrapper">
     <div class="button-green">
@@ -275,7 +275,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_2_1/index.html">4.2.1</a></li>
+<li><a href="./4_3_0/index.html">4.3.0</a></li>
 <li><a href="./3_6_2/index.html">3.6.2</a></li>
 </ul>
 <h1 id="about">About</h1>

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 Mon May  6 12:49:20 2013
@@ -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.2.1</div>
+      <div class="flap bottom">of Apache Lucene 4.3.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.2.1</div>
+    <div class="download-desc">Apache Lucene 4.3.0</div>
   </div>
  <div class="button-wrapper">
     <div class="button-green">
@@ -279,7 +279,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_2_1/index.html">4.2.1</a></li>
+<li><a href="./4_3_0/index.html">4.3.0</a></li>
 <li><a href="./3_6_2/index.html">3.6.2</a></li>
 </ul>
 <h1 id="about">About</h1>

Modified: websites/staging/lucene/trunk/content/core/mirrors-core-3x-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-3x-redir.html (original)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-3x-redir.html Mon May  6 12:49:20 2013
@@ -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.2.1</div>
+      <div class="flap bottom">of Apache Lucene 4.3.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.2.1</div>
+    <div class="download-desc">Apache Lucene 4.3.0</div>
   </div>
  <div class="button-wrapper">
     <div class="button-green">
@@ -332,7 +332,7 @@ following:</p>
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_2_1/index.html">4.2.1</a></li>
+<li><a href="./4_3_0/index.html">4.3.0</a></li>
 <li><a href="./3_6_2/index.html">3.6.2</a></li>
 </ul>
 <h1 id="about">About</h1>

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 Mon May  6 12:49:20 2013
@@ -18,7 +18,7 @@
   -->
 
   
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/4.2.1">
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/4.3.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.2.1</div>
+      <div class="flap bottom">of Apache Lucene 4.3.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.2.1</div>
+    <div class="download-desc">Apache Lucene 4.3.0</div>
   </div>
  <div class="button-wrapper">
     <div class="button-green">
@@ -332,7 +332,7 @@ following:</p>
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_2_1/index.html">4.2.1</a></li>
+<li><a href="./4_3_0/index.html">4.3.0</a></li>
 <li><a href="./3_6_2/index.html">3.6.2</a></li>
 </ul>
 <h1 id="about">About</h1>

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 Mon May  6 12:49:20 2013
@@ -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.2.1</div>
+      <div class="flap bottom">of Apache Lucene 4.3.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.2.1</div>
+    <div class="download-desc">Apache Lucene 4.3.0</div>
   </div>
  <div class="button-wrapper">
     <div class="button-green">
@@ -330,7 +330,7 @@ following:</p>
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_2_1/index.html">4.2.1</a></li>
+<li><a href="./4_3_0/index.html">4.3.0</a></li>
 <li><a href="./3_6_2/index.html">3.6.2</a></li>
 </ul>
 <h1 id="about">About</h1>

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 Mon May  6 12:49:20 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_2_1/demo/overview-summary.html#overview_description">Lucene 4.2.1 Demo</a></li>
+<li><a href="4_3_0/demo/overview-summary.html#overview_description">Lucene 4.3.0 Demo</a></li>
 <li><a href="3_6_2/gettingstarted.html">Lucene 3.6.2 Demo</a></li>
 </ul></div>
       
@@ -229,9 +229,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.2.1</div>
+      <div class="flap bottom">of Apache Lucene 4.3.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.2.1</div>
+    <div class="download-desc">Apache Lucene 4.3.0</div>
   </div>
  <div class="button-wrapper">
     <div class="button-green">
@@ -251,7 +251,7 @@ in the documentation for that release.</
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_2_1/index.html">4.2.1</a></li>
+<li><a href="./4_3_0/index.html">4.3.0</a></li>
 <li><a href="./3_6_2/index.html">3.6.2</a></li>
 </ul>
 <h1 id="about">About</h1>

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 Mon May  6 12:49:20 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_2_1/SYSTEM_REQUIREMENTS.html">4.2.1</a></li>
+<li><a href="./4_3_0/SYSTEM_REQUIREMENTS.html">4.3.0</a></li>
 <li><a href="./3_6_2/systemrequirements.html">3.6.2</a></li>
 </ul></div>
       
@@ -227,9 +227,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.2.1</div>
+      <div class="flap bottom">of Apache Lucene 4.3.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.2.1</div>
+    <div class="download-desc">Apache Lucene 4.3.0</div>
   </div>
  <div class="button-wrapper">
     <div class="button-green">
@@ -249,7 +249,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_2_1/index.html">4.2.1</a></li>
+<li><a href="./4_3_0/index.html">4.3.0</a></li>
 <li><a href="./3_6_2/index.html">3.6.2</a></li>
 </ul>
 <h1 id="about">About</h1>

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/index.html (original)
+++ websites/staging/lucene/trunk/content/index.html Mon May  6 12:49:20 2013
@@ -202,7 +202,102 @@
 </ul></div>
       
 <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
-<h2 id="3-april-2013-apache-lucene-421-and-apache-solrwzxhzdk2tmwzxhzdk3-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="6-may-2013-apache-lucene-430-and-apache-solrwzxhzdk2tmwzxhzdk3-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>
+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_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">Highlights of the Lucene release include:</h3>
+<ul>
+<li>
+<p>Significant performance improvements for minShouldMatch BooleanQuery due to
+  skipping resulting in up to 4000% faster queries.</p>
+</li>
+<li>
+<p>A new SortingAtomicReader which allows sorting an index based on a sort criteria (e.g.
+  a numeric DocValues field), as well as SortingMergePolicy which sorts documents before
+  segments are merged.</p>
+</li>
+<li>
+<p>DocIdSetIterator and Scorer now has a cost API that provides an upper bound
+  of the number of documents the iterator might match. This API allows optimisation
+  during query execution or how filters are applied.</p>
+</li>
+<li>
+<p>Analyzing/FuzzySuggester now allow to record arbitrary byte[] as a payload. The suggesters
+  also use an ending offset to determine whether the last token was finished or not, so that
+  a query "i " will no longer suggest "Isla de Muerta" for example.</p>
+</li>
+<li>
+<p>Lucene Spatial Module can now search for indexed shapes by Within, Contains, and Disjoint
+  relationships, in addition to typical Intersects.</p>
+</li>
+<li>
+<p>PostingsHighlighter now allows custom passage scores, per-field BreakIterators and has been
+  detached from TopDocs. Additionally, subclasses can override where string values for highlighting
+  are pulled from alternatively to stored fields.</p>
+</li>
+<li>
+<p>New SearcherTaxonomyManager manages near-real-time reopens of both IndexSearcher and
+  TaxonomyReader (for faceting).</p>
+</li>
+<li>
+<p>Added new facet method to the facet module to compute facet counts using SortedSetDocValuesField,
+  without a separate taxonomy index.</p>
+</li>
+<li>
+<p>DrillSideways class, for computing sideways facet counts, is now more flexible: it allows more
+  than one FacetRequest per dimension and now allows drilling down on dimensions that do not have a
+  facet request.</p>
+</li>
+<li>
+<p>Various bugfixes and optimizations since the 4.2.1 release.</p>
+</li>
+</ul>
+<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<ul>
+<li>
+<p>Tired of maintaining core information in solr.xml? Now you can configure
+  Solr to automatically find cores by walking an arbitrary directory.</p>
+</li>
+<li>
+<p>Shard Splitting: You can now split SolrCloud shards to expand your cluster as 
+  you grow.</p>
+</li>
+<li>
+<p>The read side schema REST API has been improved and expanded upon: all schema
+  information is now available and the full live schema can now be returned in
+  json or xml.  Ground work is included for the upcoming write side of the 
+  schema REST API.</p>
+</li>
+<li>
+<p>Spatial queries can now search for indexed shapes by "IsWithin", "Contains" and 
+  "IsDisjointTo" relationships, in addition to typical "Intersects".</p>
+</li>
+<li>
+<p>Faceting now supports local parameters for faceting on the same field with 
+  different options.</p>
+</li>
+<li>
+<p>Significant performance improvements for minShouldMatch (mm) queries due to
+  skipping resulting in up to 4000% faster queries.</p>
+</li>
+<li>
+<p>Various new highlighting configuration parameters.</p>
+</li>
+<li>
+<p>A new solr.xml format that is closer to that of solrconfig.xml. The example
+  still uses the old format, but 4.4 will ship with the new format.</p>
+</li>
+<li>
+<p>Lucene 4.3.0 bug fixes and optimizations.</p>
+</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-solrwzxhzdk4tmwzxhzdk5-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>
@@ -210,12 +305,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">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>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">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 4.2.1 includes 38 bug fixes and 2 optimizations. The list includes 
@@ -227,7 +322,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-solrwzxhzdk4tmwzxhzdk5-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-solrwzxhzdk6tmwzxhzdk7-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>
@@ -235,7 +330,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_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>Lucene 4.2 has a new default codec (Lucene42Codec) with a more
@@ -284,7 +379,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_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>A read side REST API for the schema. Always wanted to introspect the schema over http?
@@ -323,7 +418,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-solrwzxhzdk6tmwzxhzdk7-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-solrwzxhzdk8tmwzxhzdk9-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>
@@ -331,7 +426,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_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>Lucene 4.1 has a new default codec (Lucene41Codec) based on the
@@ -386,7 +481,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_2">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_3">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>
@@ -874,15 +969,15 @@ and Solr can be downloaded from <a href=
       <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.2.1</div>
+    <div class="flap bottom">of Apache Lucene 4.3.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.2.1</div>
+  <div class="download-desc">Apache Lucene 4.3.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.2.1</div>
+    <div class="flap bottom">of Apache Solr 4.3.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.2.1</div>
+  <div class="download-desc">Apache Solr 4.3.0</div>
   <div class="button-green">
     <a href="core/mirrors-core-3x-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Mon May  6 12:49:20 2013
@@ -193,7 +193,102 @@
       <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="3-april-2013-apache-lucene-421-and-apache-solrwzxhzdk2tmwzxhzdk3-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="6-may-2013-apache-lucene-430-and-apache-solrwzxhzdk2tmwzxhzdk3-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>
+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_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">Highlights of the Lucene release include:</h3>
+<ul>
+<li>
+<p>Significant performance improvements for minShouldMatch BooleanQuery due to
+  skipping resulting in up to 4000% faster queries.</p>
+</li>
+<li>
+<p>A new SortingAtomicReader which allows sorting an index based on a sort criteria (e.g.
+  a numeric DocValues field), as well as SortingMergePolicy which sorts documents before
+  segments are merged.</p>
+</li>
+<li>
+<p>DocIdSetIterator and Scorer now has a cost API that provides an upper bound
+  of the number of documents the iterator might match. This API allows optimisation
+  during query execution or how filters are applied.</p>
+</li>
+<li>
+<p>Analyzing/FuzzySuggester now allow to record arbitrary byte[] as a payload. The suggesters
+  also use an ending offset to determine whether the last token was finished or not, so that
+  a query "i " will no longer suggest "Isla de Muerta" for example.</p>
+</li>
+<li>
+<p>Lucene Spatial Module can now search for indexed shapes by Within, Contains, and Disjoint
+  relationships, in addition to typical Intersects.</p>
+</li>
+<li>
+<p>PostingsHighlighter now allows custom passage scores, per-field BreakIterators and has been
+  detached from TopDocs. Additionally, subclasses can override where string values for highlighting
+  are pulled from alternatively to stored fields.</p>
+</li>
+<li>
+<p>New SearcherTaxonomyManager manages near-real-time reopens of both IndexSearcher and
+  TaxonomyReader (for faceting).</p>
+</li>
+<li>
+<p>Added new facet method to the facet module to compute facet counts using SortedSetDocValuesField,
+  without a separate taxonomy index.</p>
+</li>
+<li>
+<p>DrillSideways class, for computing sideways facet counts, is now more flexible: it allows more
+  than one FacetRequest per dimension and now allows drilling down on dimensions that do not have a
+  facet request.</p>
+</li>
+<li>
+<p>Various bugfixes and optimizations since the 4.2.1 release.</p>
+</li>
+</ul>
+<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<ul>
+<li>
+<p>Tired of maintaining core information in solr.xml? Now you can configure
+  Solr to automatically find cores by walking an arbitrary directory.</p>
+</li>
+<li>
+<p>Shard Splitting: You can now split SolrCloud shards to expand your cluster as 
+  you grow.</p>
+</li>
+<li>
+<p>The read side schema REST API has been improved and expanded upon: all schema
+  information is now available and the full live schema can now be returned in
+  json or xml.  Ground work is included for the upcoming write side of the 
+  schema REST API.</p>
+</li>
+<li>
+<p>Spatial queries can now search for indexed shapes by "IsWithin", "Contains" and 
+  "IsDisjointTo" relationships, in addition to typical "Intersects".</p>
+</li>
+<li>
+<p>Faceting now supports local parameters for faceting on the same field with 
+  different options.</p>
+</li>
+<li>
+<p>Significant performance improvements for minShouldMatch (mm) queries due to
+  skipping resulting in up to 4000% faster queries.</p>
+</li>
+<li>
+<p>Various new highlighting configuration parameters.</p>
+</li>
+<li>
+<p>A new solr.xml format that is closer to that of solrconfig.xml. The example
+  still uses the old format, but 4.4 will ship with the new format.</p>
+</li>
+<li>
+<p>Lucene 4.3.0 bug fixes and optimizations.</p>
+</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-solrwzxhzdk4tmwzxhzdk5-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>
@@ -201,12 +296,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">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>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">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 4.2.1 includes 38 bug fixes and 2 optimizations. The list includes 
@@ -218,7 +313,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-solrwzxhzdk4tmwzxhzdk5-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-solrwzxhzdk6tmwzxhzdk7-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>
@@ -226,7 +321,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_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>Lucene 4.2 has a new default codec (Lucene42Codec) with a more
@@ -275,7 +370,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_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>A read side REST API for the schema. Always wanted to introspect the schema over http?
@@ -314,7 +409,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-solrwzxhzdk6tmwzxhzdk7-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-solrwzxhzdk8tmwzxhzdk9-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>
@@ -322,7 +417,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_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>Lucene 4.1 has a new default codec (Lucene41Codec) based on the
@@ -377,7 +472,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_2">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_3">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>
@@ -864,15 +959,15 @@ and Solr can be downloaded from <a href=
       <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.2.1</div>
+    <div class="flap bottom">of Apache Lucene 4.3.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.2.1</div>
+  <div class="download-desc">Apache Lucene 4.3.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.2.1</div>
+    <div class="flap bottom">of Apache Solr 4.3.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.2.1</div>
+  <div class="download-desc">Apache Solr 4.3.0</div>
   <div class="button-green">
     <a href="core/mirrors-core-3x-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>

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 Mon May  6 12:49:20 2013
@@ -146,7 +146,102 @@ to how to consume ORP content or how to 
 -<a href="http://mail-archives.apache.org/mod_mbox/lucene-openrelevance-dev/">Archive</a></p></div>
       
         <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
-<h2 id="3-april-2013-apache-lucene-421-and-apache-solrwzxhzdk2tmwzxhzdk3-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="6-may-2013-apache-lucene-430-and-apache-solrwzxhzdk2tmwzxhzdk3-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>
+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_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">Highlights of the Lucene release include:</h3>
+<ul>
+<li>
+<p>Significant performance improvements for minShouldMatch BooleanQuery due to
+  skipping resulting in up to 4000% faster queries.</p>
+</li>
+<li>
+<p>A new SortingAtomicReader which allows sorting an index based on a sort criteria (e.g.
+  a numeric DocValues field), as well as SortingMergePolicy which sorts documents before
+  segments are merged.</p>
+</li>
+<li>
+<p>DocIdSetIterator and Scorer now has a cost API that provides an upper bound
+  of the number of documents the iterator might match. This API allows optimisation
+  during query execution or how filters are applied.</p>
+</li>
+<li>
+<p>Analyzing/FuzzySuggester now allow to record arbitrary byte[] as a payload. The suggesters
+  also use an ending offset to determine whether the last token was finished or not, so that
+  a query "i " will no longer suggest "Isla de Muerta" for example.</p>
+</li>
+<li>
+<p>Lucene Spatial Module can now search for indexed shapes by Within, Contains, and Disjoint
+  relationships, in addition to typical Intersects.</p>
+</li>
+<li>
+<p>PostingsHighlighter now allows custom passage scores, per-field BreakIterators and has been
+  detached from TopDocs. Additionally, subclasses can override where string values for highlighting
+  are pulled from alternatively to stored fields.</p>
+</li>
+<li>
+<p>New SearcherTaxonomyManager manages near-real-time reopens of both IndexSearcher and
+  TaxonomyReader (for faceting).</p>
+</li>
+<li>
+<p>Added new facet method to the facet module to compute facet counts using SortedSetDocValuesField,
+  without a separate taxonomy index.</p>
+</li>
+<li>
+<p>DrillSideways class, for computing sideways facet counts, is now more flexible: it allows more
+  than one FacetRequest per dimension and now allows drilling down on dimensions that do not have a
+  facet request.</p>
+</li>
+<li>
+<p>Various bugfixes and optimizations since the 4.2.1 release.</p>
+</li>
+</ul>
+<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<ul>
+<li>
+<p>Tired of maintaining core information in solr.xml? Now you can configure
+  Solr to automatically find cores by walking an arbitrary directory.</p>
+</li>
+<li>
+<p>Shard Splitting: You can now split SolrCloud shards to expand your cluster as 
+  you grow.</p>
+</li>
+<li>
+<p>The read side schema REST API has been improved and expanded upon: all schema
+  information is now available and the full live schema can now be returned in
+  json or xml.  Ground work is included for the upcoming write side of the 
+  schema REST API.</p>
+</li>
+<li>
+<p>Spatial queries can now search for indexed shapes by "IsWithin", "Contains" and 
+  "IsDisjointTo" relationships, in addition to typical "Intersects".</p>
+</li>
+<li>
+<p>Faceting now supports local parameters for faceting on the same field with 
+  different options.</p>
+</li>
+<li>
+<p>Significant performance improvements for minShouldMatch (mm) queries due to
+  skipping resulting in up to 4000% faster queries.</p>
+</li>
+<li>
+<p>Various new highlighting configuration parameters.</p>
+</li>
+<li>
+<p>A new solr.xml format that is closer to that of solrconfig.xml. The example
+  still uses the old format, but 4.4 will ship with the new format.</p>
+</li>
+<li>
+<p>Lucene 4.3.0 bug fixes and optimizations.</p>
+</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-solrwzxhzdk4tmwzxhzdk5-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>
@@ -154,12 +249,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">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>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">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 4.2.1 includes 38 bug fixes and 2 optimizations. The list includes 
@@ -171,7 +266,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-solrwzxhzdk4tmwzxhzdk5-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-solrwzxhzdk6tmwzxhzdk7-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>
@@ -179,7 +274,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_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>Lucene 4.2 has a new default codec (Lucene42Codec) with a more
@@ -228,7 +323,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_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>A read side REST API for the schema. Always wanted to introspect the schema over http?
@@ -267,7 +362,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-solrwzxhzdk6tmwzxhzdk7-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-solrwzxhzdk8tmwzxhzdk9-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>
@@ -275,7 +370,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_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>Lucene 4.1 has a new default codec (Lucene41Codec) based on the
@@ -330,7 +425,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_2">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_3">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/openrelevance/orpnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/orpnews.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/orpnews.html Mon May  6 12:49:20 2013
@@ -139,7 +139,102 @@
 <p>The Apache Lucene PMC has officially voted to add the Open Relevance Project (ORP) as a Lucene subproject. ORP's main goal is to build out collections, judgments and queries in an open environment to make it easier for Lucene developers and users to do relevance testing, much like 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="3-april-2013-apache-lucene-421-and-apache-solrwzxhzdk2tmwzxhzdk3-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="6-may-2013-apache-lucene-430-and-apache-solrwzxhzdk2tmwzxhzdk3-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>
+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_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">Highlights of the Lucene release include:</h3>
+<ul>
+<li>
+<p>Significant performance improvements for minShouldMatch BooleanQuery due to
+  skipping resulting in up to 4000% faster queries.</p>
+</li>
+<li>
+<p>A new SortingAtomicReader which allows sorting an index based on a sort criteria (e.g.
+  a numeric DocValues field), as well as SortingMergePolicy which sorts documents before
+  segments are merged.</p>
+</li>
+<li>
+<p>DocIdSetIterator and Scorer now has a cost API that provides an upper bound
+  of the number of documents the iterator might match. This API allows optimisation
+  during query execution or how filters are applied.</p>
+</li>
+<li>
+<p>Analyzing/FuzzySuggester now allow to record arbitrary byte[] as a payload. The suggesters
+  also use an ending offset to determine whether the last token was finished or not, so that
+  a query "i " will no longer suggest "Isla de Muerta" for example.</p>
+</li>
+<li>
+<p>Lucene Spatial Module can now search for indexed shapes by Within, Contains, and Disjoint
+  relationships, in addition to typical Intersects.</p>
+</li>
+<li>
+<p>PostingsHighlighter now allows custom passage scores, per-field BreakIterators and has been
+  detached from TopDocs. Additionally, subclasses can override where string values for highlighting
+  are pulled from alternatively to stored fields.</p>
+</li>
+<li>
+<p>New SearcherTaxonomyManager manages near-real-time reopens of both IndexSearcher and
+  TaxonomyReader (for faceting).</p>
+</li>
+<li>
+<p>Added new facet method to the facet module to compute facet counts using SortedSetDocValuesField,
+  without a separate taxonomy index.</p>
+</li>
+<li>
+<p>DrillSideways class, for computing sideways facet counts, is now more flexible: it allows more
+  than one FacetRequest per dimension and now allows drilling down on dimensions that do not have a
+  facet request.</p>
+</li>
+<li>
+<p>Various bugfixes and optimizations since the 4.2.1 release.</p>
+</li>
+</ul>
+<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<ul>
+<li>
+<p>Tired of maintaining core information in solr.xml? Now you can configure
+  Solr to automatically find cores by walking an arbitrary directory.</p>
+</li>
+<li>
+<p>Shard Splitting: You can now split SolrCloud shards to expand your cluster as 
+  you grow.</p>
+</li>
+<li>
+<p>The read side schema REST API has been improved and expanded upon: all schema
+  information is now available and the full live schema can now be returned in
+  json or xml.  Ground work is included for the upcoming write side of the 
+  schema REST API.</p>
+</li>
+<li>
+<p>Spatial queries can now search for indexed shapes by "IsWithin", "Contains" and 
+  "IsDisjointTo" relationships, in addition to typical "Intersects".</p>
+</li>
+<li>
+<p>Faceting now supports local parameters for faceting on the same field with 
+  different options.</p>
+</li>
+<li>
+<p>Significant performance improvements for minShouldMatch (mm) queries due to
+  skipping resulting in up to 4000% faster queries.</p>
+</li>
+<li>
+<p>Various new highlighting configuration parameters.</p>
+</li>
+<li>
+<p>A new solr.xml format that is closer to that of solrconfig.xml. The example
+  still uses the old format, but 4.4 will ship with the new format.</p>
+</li>
+<li>
+<p>Lucene 4.3.0 bug fixes and optimizations.</p>
+</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-solrwzxhzdk4tmwzxhzdk5-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>
@@ -147,12 +242,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">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>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">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 4.2.1 includes 38 bug fixes and 2 optimizations. The list includes 
@@ -164,7 +259,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-solrwzxhzdk4tmwzxhzdk5-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-solrwzxhzdk6tmwzxhzdk7-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>
@@ -172,7 +267,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_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>Lucene 4.2 has a new default codec (Lucene42Codec) with a more
@@ -221,7 +316,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_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>A read side REST API for the schema. Always wanted to introspect the schema over http?
@@ -260,7 +355,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-solrwzxhzdk6tmwzxhzdk7-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-solrwzxhzdk8tmwzxhzdk9-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>
@@ -268,7 +363,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_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>Lucene 4.1 has a new default codec (Lucene41Codec) based on the
@@ -323,7 +418,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_2">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_3">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/privacy.html
==============================================================================
--- websites/staging/lucene/trunk/content/privacy.html (original)
+++ websites/staging/lucene/trunk/content/privacy.html Mon May  6 12:49:20 2013
@@ -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.2.1</div>
+    <div class="flap bottom">of Apache Lucene 4.3.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.2.1</div>
+  <div class="download-desc">Apache Lucene 4.3.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.2.1</div>
+    <div class="flap bottom">of Apache Solr 4.3.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.2.1</div>
+  <div class="download-desc">Apache Solr 4.3.0</div>
   <div class="button-green">
     <a href="core/mirrors-core-3x-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>

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 Mon May  6 12:49:20 2013
@@ -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.2.1</div>
+    <div class="flap bottom">of Apache Lucene 4.3.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.2.1</div>
+  <div class="download-desc">Apache Lucene 4.3.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.2.1</div>
+    <div class="flap bottom">of Apache Solr 4.3.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.2.1</div>
+  <div class="download-desc">Apache Solr 4.3.0</div>
   <div class="button-green">
     <a href="core/mirrors-core-3x-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>

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 Mon May  6 12:49:20 2013
@@ -303,8 +303,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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">

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 Mon May  6 12:49:20 2013
@@ -310,8 +310,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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">

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 Mon May  6 12:49:20 2013
@@ -251,7 +251,7 @@
 <h2 id="release-documentation">Release Documentation</h2>
 <p>Documentation is available online for the following releases:</p>
 <ul>
-<li><a href="./4_2_1/">4.2.1</a></li>
+<li><a href="./4_3_0/">4.3.0</a></li>
 <li><a href="./api-3_6_2/">3.6.2</a></li>
 </ul>
 <h2 id="additional-documentation">Additional Documentation</h2>
@@ -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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">

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 Mon May  6 12:49:20 2013
@@ -254,8 +254,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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">

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 Mon May  6 12:49:20 2013
@@ -361,8 +361,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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">

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 Mon May  6 12:49:20 2013
@@ -368,8 +368,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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">
@@ -461,15 +461,15 @@ numeric fields or query relevancy scores
         
         <div class="status-item">
           <div class="section-content">
-             <a href="https://twitter.com//statuses/331379090110160896">@</a>: RT <a href="http://twitter.com/treygrainger">@treygrainger</a>: Here are my slides from <a href="http://twitter.com/LuceneSolrRev">@LuceneSolrRev</a> on "Building a Real-time, Big Data Analytics Platform with <a href="http://twitter.com/search?q=%23Solr":">#Solr":</a> <a href="http://t.co/um8u3A9bsb">http://t.co/um8u3A9bsb</a>
+             <a href="https://twitter.com//statuses/331389681897979904">@</a>: RT <a href="http://twitter.com/treygrainger">@treygrainger</a>: Here are my slides from <a href="http://twitter.com/LuceneSolrRev">@LuceneSolrRev</a> on "Building a Real-time, Big Data Analytics Platform with <a href="http://twitter.com/search?q=%23Solr":">#Solr":</a> <a href="http://t.co/um8u3A9bsb">http://t.co/um8u3A9bsb</a>
           </div>
           
           <div class="section-content">
-             <a href="https://twitter.com//statuses/331377989516398592">@</a>: RT <a href="http://twitter.com/treygrainger">@treygrainger</a>: Here are my slides from <a href="http://twitter.com/LuceneSolrRev">@LuceneSolrRev</a> on "Building a Real-time, Big Data Analytics Platform with <a href="http://twitter.com/search?q=%23Solr":">#Solr":</a> <a href="http://t.co/um8u3A9bsb">http://t.co/um8u3A9bsb</a>
+             <a href="https://twitter.com//statuses/331384427403939840">@</a>: RT <a href="http://twitter.com/treygrainger">@treygrainger</a>: Here are my slides from <a href="http://twitter.com/LuceneSolrRev">@LuceneSolrRev</a> on "Building a Real-time, Big Data Analytics Platform with <a href="http://twitter.com/search?q=%23Solr":">#Solr":</a> <a href="http://t.co/um8u3A9bsb">http://t.co/um8u3A9bsb</a>
           </div>
           
           <div class="section-content">
-             <a href="https://twitter.com//statuses/331343476060991489">@</a>: RT <a href="http://twitter.com/lucacavanna">@lucacavanna</a>: Released a new version of the <a href="http://twitter.com/search?q=%23elasticsearch">#elasticsearch</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> river that supports the brand new elasticsearch 0.90.0 <a href="https://t.co/vxkyBn7wI0">https://t.co/vxkyBn7wI0</a>
+             <a href="https://twitter.com//statuses/331379090110160896">@</a>: RT <a href="http://twitter.com/treygrainger">@treygrainger</a>: Here are my slides from <a href="http://twitter.com/LuceneSolrRev">@LuceneSolrRev</a> on "Building a Real-time, Big Data Analytics Platform with <a href="http://twitter.com/search?q=%23Solr":">#Solr":</a> <a href="http://t.co/um8u3A9bsb">http://t.co/um8u3A9bsb</a>
           </div>
           
         </div>

Modified: websites/staging/lucene/trunk/content/solr/mirrors-solr-3x-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-3x-redir.html (original)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-3x-redir.html Mon May  6 12:49:20 2013
@@ -420,8 +420,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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">

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 Mon May  6 12:49:20 2013
@@ -19,7 +19,7 @@
   -->
 
   
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/solr/4.2.1">
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/solr/4.3.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">
@@ -420,8 +420,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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">

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 Mon May  6 12:49:20 2013
@@ -419,8 +419,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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">

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 Mon May  6 12:49:20 2013
@@ -243,8 +243,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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">

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 Mon May  6 12:49:20 2013
@@ -262,8 +262,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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">

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 Mon May  6 12:49:20 2013
@@ -231,6 +231,59 @@
       <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="6-may-2013-apache-solr-430-available">6 May 2013 - Apache Solr 4.3.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Solr 4.3.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.3.0 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_3_0/changes/Changes.html">CHANGES.txt</a> file included 
+with the release for a full list of details.</p>
+<h3 id="solr-430-release-highlights">Solr 4.3.0 Release Highlights:</h3>
+<ul>
+<li>
+<p>Tired of maintaining core information in solr.xml? Now you can configure
+  Solr to automatically find cores by walking an arbitrary directory.</p>
+</li>
+<li>
+<p>Shard Splitting: You can now split SolrCloud shards to expand your cluster as
+  you grow.</p>
+</li>
+<li>
+<p>The read side schema REST API has been improved and expanded upon: all schema
+  information is now available and the full live schema can now be returned in
+  json or xml.  Ground work is included for the upcoming write side of the
+  schema REST API.</p>
+</li>
+<li>
+<p>Spatial queries can now search for indexed shapes by "IsWithin", "Contains" and
+  "IsDisjointTo" relationships, in addition to typical "Intersects".</p>
+</li>
+<li>
+<p>Faceting now supports local parameters for faceting on the same field with
+  different options.</p>
+</li>
+<li>
+<p>Significant performance improvements for minShouldMatch (mm) queries due to
+  skipping resulting in up to 4000% faster queries.</p>
+</li>
+<li>
+<p>Various new highlighting configuration parameters.</p>
+</li>
+<li>
+<p>A new solr.xml format that is closer to that of solrconfig.xml. The example
+  still uses the old format, but 4.4 will ship with the new format.</p>
+</li>
+<li>
+<p>Lucene 4.3.0 bug fixes and optimizations.</p>
+</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-solr-421-available">3 April 2013 - Apache Solr 4.2.1 Available</h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Solr 4.2.1</p>
 <p>Solr is the popular, blazing fast, open source NoSQL search platform
@@ -645,8 +698,8 @@ is a critical bug (e.g. that would cause
     <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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">

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 Mon May  6 12:49:20 2013
@@ -237,7 +237,7 @@ in the documentation for that release.</
 major branch can also be found online:</p>
 <ul>
 <li>
-<p><a href="4_2_1/tutorial.html">Solr 4.2.1 Tutorial</a></p>
+<p><a href="4_3_0/tutorial.html">Solr 4.3.0 Tutorial</a></p>
 </li>
 <li>
 <p><a href="api-3_6_2/doc-files/tutorial.html">Solr 3.6.2 Tutorial</a></p>
@@ -255,8 +255,8 @@ major branch can also be found online:</
     <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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">

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 Mon May  6 12:49:20 2013
@@ -263,8 +263,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.2.1</div>
-      <div class="download-desc">Apache Solr 4.2.1</div>
+      <div class="flap bottom">of Apache Solr 4.3.0</div>
+      <div class="download-desc">Apache Solr 4.3.0</div>
     </div>
   </div>  
   <div class="button-wrapper">

Modified: websites/staging/lucene/trunk/content/whoweare.html
==============================================================================
--- websites/staging/lucene/trunk/content/whoweare.html (original)
+++ websites/staging/lucene/trunk/content/whoweare.html Mon May  6 12:49:20 2013
@@ -308,15 +308,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.2.1</div>
+    <div class="flap bottom">of Apache Lucene 4.3.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.2.1</div>
+  <div class="download-desc">Apache Lucene 4.3.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.2.1</div>
+    <div class="flap bottom">of Apache Solr 4.3.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.2.1</div>
+  <div class="download-desc">Apache Solr 4.3.0</div>
   <div class="button-green">
     <a href="core/mirrors-core-3x-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>