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 2012/07/22 13:45:01 UTC

svn commit: r826639 [1/2] - in /websites/staging/lucene/trunk/content: ./ core/ openrelevance/ pylucene/ solr/

Author: buildbot
Date: Sun Jul 22 11:45:00 2012
New Revision: 826639

Log:
Staging update by buildbot for lucene

Added:
    websites/staging/lucene/trunk/content/core/mirrors-core-3x-redir.html
    websites/staging/lucene/trunk/content/solr/mirrors-solr-3x-redir.html
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-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/pylucene/features.html
    websites/staging/lucene/trunk/content/pylucene/install.html
    websites/staging/lucene/trunk/content/pylucene/mailing-lists.html
    websites/staging/lucene/trunk/content/pylucene/pynews.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-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/solrnews.html
    websites/staging/lucene/trunk/content/solr/tutorial.html
    websites/staging/lucene/trunk/content/solr/versioncontrol.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jul 22 11:45:00 2012
@@ -1 +1 @@
-1364158
+1364267

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 Sun Jul 22 11:45:00 2012
@@ -207,6 +207,45 @@
       <h1 class="title"></h1>
 
       <div><h1 id="lucene-core-news">Lucene Core News</h1>
+<h2 id="22-july-2012-apache-lucene-361">22 July 2012 - Apache Lucene 3.6.1</h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Lucene 3.6.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>
+<p>This release is a bug fix release for version 3.6.0, released on April 12,
+2012. It 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-3x-redir.html?">http://lucene.apache.org/core/mirrors-core-3x-redir.html</a></p>
+<p>See the CHANGES.txt file included with the release for a full list of
+details.</p>
+<p>Lucene 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapIndexInput.clone() was improved, which caused
+  a performance regression in comparison to Lucene 3.5.0.</p>
+</li>
+<li>
+<p>MappingCharFilter was fixed to return correct final token positions.</p>
+</li>
+<li>
+<p>QueryParser now supports +/- operators with any amount of whitespace.</p>
+</li>
+<li>
+<p>DisjunctionMaxScorer now implements visitSubScorers().</p>
+</li>
+<li>
+<p>Changed the visibility of Scorer#visitSubScorers() to
+  public, otherwise it's impossible to implement Scorers outside
+  the Lucene package. This is a small backwards break, affecting a few
+  users who implemented custom Scorers.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed: BytesRef/CharsRef copy methods
+  with nonzero offsets and subSequence off-by-one, TieredMergePolicy
+  returned wrong-scaled floor segment setting.</p>
+</li>
+</ul>
 <h2 id="3-july-2012-lucene-core-40-alpha">3 July 2012 - Lucene Core 4.0-ALPHA</h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Lucene 4.0-alpha</p>
 <p>Apache Lucene is a high-performance, full-featured text search engine
@@ -327,6 +366,14 @@ is a critical bug (e.g. that would cause
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-green">
+      <a href="mirrors-core-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Lucene 3.6.1</div>
+    </div>
+    <div class="download-desc">Apache Lucene 3.6.1</div>
+  </div>
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -253,6 +253,14 @@ project. It is responsible for running n
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-green">
+      <a href="mirrors-core-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Lucene 3.6.1</div>
+    </div>
+    <div class="download-desc">Apache Lucene 3.6.1</div>
+  </div>
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -266,6 +266,14 @@ No endorsement is implied by the listing
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-green">
+      <a href="mirrors-core-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Lucene 3.6.1</div>
+    </div>
+    <div class="download-desc">Apache Lucene 3.6.1</div>
+  </div>
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -222,6 +222,14 @@
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-green">
+      <a href="mirrors-core-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Lucene 3.6.1</div>
+    </div>
+    <div class="download-desc">Apache Lucene 3.6.1</div>
+  </div>
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -229,6 +229,14 @@
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-green">
+      <a href="mirrors-core-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Lucene 3.6.1</div>
+    </div>
+    <div class="download-desc">Apache Lucene 3.6.1</div>
+  </div>
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -245,6 +245,14 @@
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-green">
+      <a href="mirrors-core-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Lucene 3.6.1</div>
+    </div>
+    <div class="download-desc">Apache Lucene 3.6.1</div>
+  </div>
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -249,6 +249,14 @@
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-green">
+      <a href="mirrors-core-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Lucene 3.6.1</div>
+    </div>
+    <div class="download-desc">Apache Lucene 3.6.1</div>
+  </div>
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>
@@ -298,32 +306,32 @@
       <div class="status-item">
       
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1357707;view=revision">r1357707</a>
-        sorry, typo (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1364107;view=revision">r1364107</a>
+        explain that app should not change returned BytesRef payload (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1357703;view=revision">r1357703</a>
-        Disable clover analysis in this test. (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1364106;view=revision">r1364106</a>
+        also test extremes (1, MAX_VALUE) for DirectPF's configs (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1357636;view=revision">r1357636</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-4194">LUCENE-4194</a>: more encoding fixes. (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#dweiss">dweiss</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1364070;view=revision">r1364070</a>
+        fix bugs in DirectPF's lowFreq d-and-p-enum, set payload.bytes/offset/length in getPayload, also skip payload pointer correctly when scanning over deleted docs... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1357611;view=revision">r1357611</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-4195">LUCENE-4195</a>: codec package documentation (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1364064;view=revision">r1364064</a>
+        add toString for debugging (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1357595;view=revision">r1357595</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-4194">LUCENE-4194</a>: fix test (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1364031;view=revision">r1364031</a>
+        TestNRTThreads wants a MockDirectoryWrapper always (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
       </div>
     </div></div>

Added: websites/staging/lucene/trunk/content/core/mirrors-core-3x-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/mirrors-core-3x-redir.html (added)
+++ websites/staging/lucene/trunk/content/core/mirrors-core-3x-redir.html Sun Jul 22 11:45:00 2012
@@ -0,0 +1,315 @@
+<!-- core-simple.html -->
+
+<head>
+  <!--
+      Licensed to the Apache Software Foundation (ASF) under one or more
+      contributor license agreements.  See the NOTICE file distributed with
+      this work for additional information regarding copyright ownership.
+      The ASF licenses this file to You under the Apache License, Version 2.0
+      (the "License"); you may not use this file except in compliance with
+      the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE- 2.0
+
+      Unless required by applicable law or agreed to in writing, software
+      distributed under the License is distributed on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+      See the License for the specific language governing permissions and
+      limitations under the License.
+  -->
+
+  
+    <link href="../css/global.css" rel="stylesheet" type="text/css">
+    <link href="../css/core.css" rel="stylesheet" type="text/css">
+
+  <title>Apache Lucene - </title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
+  <meta name="Distribution" content="Global"/>
+  <meta name="Robots" content="index,follow"/>
+  <meta name="keywords"
+        content="apache, apache lucene, apache solr, solr, lucene
+        search, information retrieval, spell checking, faceting, inverted index, open source"/>
+
+  <link rel="shortcut icon" type="image/x-icon" href="images/lucene-favicon.ico"/>
+  
+<script type="text/javascript" src="../scripts/prototype.js"></script>
+<script type="text/javascript" src="../scripts/effects.js"></script>
+<script type="text/javascript" src="../scripts/search.js"></script>
+<script type="text/javascript" src="../scripts/slides.js"></script>
+
+<!--<script type="text/javascript" src="scripts/jquery.js"></script>-->
+</head>
+
+
+<body id="home">
+<div id="wrap">
+  <div id="header">
+    <div id="logo">
+      
+  <a href="http://lucene.apache.org/"><img border="0" src="../images/lucene_logo_green_300.png"
+                                                             alt="Lucene Logo"/></a>
+
+    </div>
+    <div id="search">
+  <script type="text/javascript">
+    function getBlank(input, stdValue) {
+      if (input.value == stdValue) {
+        input.value = '';
+      }
+      return true;
+    }
+
+    function selectProvider(form) {
+      provider = form.elements['searchProvider'].value;
+      if (provider == "any") {
+        if (Math.random() > 0.5) {
+          provider = "lucid";
+        } else {
+          provider = "sl";
+        }
+      }
+
+      if (provider == "lucid") {
+        form.action = "http://search.lucidimagination.com/p:lucene";
+      } else if (provider == "sl") {
+        form.action = "http://search-lucene.com/lucene";
+      }
+
+      days = 90; // cookie will be valid for 90 days
+      date = new Date();
+      date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
+      expires = "; expires=" + date.toGMTString();
+      document.cookie = "searchProvider=" + provider + expires + "; path=/";
+      return true;
+    }
+  </script>
+  <form id="quick-search" method="GET" onsubmit="return selectProvider(this)"
+        action="http://search-lucene.com/lucene"
+        name="searchform">
+    <fieldset>
+      <input type="search" name="q" value="Search with Apache Solr..." class="class1 class2 hint" accesskey="q"
+             onfocus="getBlank(this, 'Search with Apache Solr...')">
+      <span style="color:white">@</span>
+      <select name="searchProvider" id="searchProvider">
+        <option value="any">select provider</option>
+        <option value="lucid">Lucid Find</option>
+        <option value="sl">Search-Lucene</option>
+      </select>
+    </fieldset>
+    <script type="text/javascript">
+      if (document.cookie.length > 0) {
+        cStart = document.cookie.indexOf("searchProvider=");
+        if (cStart != -1) {
+          cStart = cStart + "searchProvider=".length;
+          cEnd = document.cookie.indexOf(";", cStart);
+          if (cEnd == -1) {
+            cEnd = document.cookie.length;
+          }
+          provider = unescape(document.cookie.substring(cStart, cEnd));
+          document.forms['searchform'].elements['searchProvider'].value = provider;
+        }
+      }
+    </script>
+  </form>
+</div>
+    <div id="nav">
+      
+  
+<ul>
+  <li><a href="index.html">Core</a></li>
+  <li><a href="corenews.html">News</a></li>
+  <li><a href="downloads.html">Download</a></li>
+  <li><a href="documentation.html">Documentation</a></li>
+  <li><a href="quickstart.html">Tutorials</a></li>
+  <li><a href="https://issues.apache.org/jira/browse/LUCENE">Issue Tracker</a></li>
+  <li><a href="discussion.html">Discussion</a></li>
+  <li><a class="last" href="../">Lucene TLP</a></li>
+</ul>
+
+
+    </div>
+    
+  
+<div id="slides">
+  <div class="slideshow" id="mantleSlides">
+    <div id="slide1">
+      <div class="callout">
+        Ultra-fast Search Library<br/>
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Apache Lucene sets the standard for search and indexing performance
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Apache Lucene" src="../images/mantle-lucene.png"/>
+      </div>
+    </div>
+    <div id="slide2" style="display:none">
+      <div class="callout">
+        Proven search capabilities<br/>
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Lucene is the de facto standard for search libraries
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Lucene Power" src="../images/mantle-power.png"/>
+      </div>
+    </div>
+    <div id="slide3" style="display:none">
+      <div class="callout">
+        Innovation and Maturity
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Lucene has proven stability as well as a track record of innovation
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Apache Lucene" src="../images/mantle-innovation.png"/>
+      </div>
+    </div>
+    <div id="slide4" style="display:none">
+      <div class="callout">
+        Apache 2.0 licensed
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Apache Lucene is distributed under a commercially friendly Apache Software license
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Apache Software Foundation" src="../images/mantle-asf.png"/>
+      </div>
+    </div>
+  </div>
+  <div class="controls">
+    <a class="next" id="next" title="Next" href="#">Next</a>
+    <a class="previous" id="previous" title="Previous" href="#">Previous</a>
+    <a class="start" id="start" title="Start" href="#" style="display: none; ">Start</a>
+    <a class="stop" id="stop" title="Stop" href="#">Stop</a>
+  </div>
+</div>
+<script type="text/javascript">
+  function StartSlides() {
+    new Slides('mantleSlides');
+  }
+  document.observe('dom:loaded', StartSlides);
+</script>
+
+
+  </div>
+  <div id="content-wrap" class="clearfix">
+    <div id="main">
+      <h1 class="title"></h1>
+
+      <div><p>You should be automatically redirected to the Apache Mirrors Site, if not please choose from the
+following:</p>
+<ul>
+<li>
+<p>Both binary and source releases for the latest version of Lucene are available from
+        <a href="http://www.apache.org/dyn/closer.cgi/lucene/java/">the Apache Mirrors</a>).</p>
+</li>
+<li>
+<p>Archives for all past versions of Lucene are available at <a href="http://archive.apache.org/dist/lucene/java/">the Apache archives</a>.</p>
+</li>
+</ul></div>
+      
+
+
+      
+    </div>
+    
+    
+<div id="sidebar">
+  <div class="button-wrapper">
+    <div class="button-green">
+      <a href="mirrors-core-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Lucene 3.6.1</div>
+    </div>
+    <div class="download-desc">Apache Lucene 3.6.1</div>
+  </div>
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>
+    </div>
+    <div class="download-desc">Apache Lucene 4.0-ALPHA</div>
+  </div>
+  <h1 id="resources">Resources</h1>
+<ul>
+<li><a href="developer.html">Developer</a></li>
+<li><a href="discussion.html">Discussion</a></li>
+<li><a href="features.html">Features</a></li>
+<li><a href="downloads.html">Releases</a></li>
+<li><a href="systemreqs.html">System Requirements</a></li>
+</ul>
+<h1 id="release-docs">Release Docs</h1>
+<ul>
+<li><a href="./4_0_0-ALPHA/index.html">4.0-ALPHA</a></li>
+<li><a href="./3_6_0/index.html">3.6</a></li>
+</ul>
+<h1 id="about">About</h1>
+<ul>
+<li><a href="../whoweare.html">Who We are</a></li>
+</ul>
+<h1 id="asf-links">ASF links</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+</ul>
+<h1 id="related-projects">Related Projects</h1>
+<ul>
+<li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
+<li><a href="http://incubator.apache.org/connectors/">Apache ManifoldCF</a></li>
+<li><a href="http://incubator.apache.org/lucene.net/">Apache Lucene.Net</a></li>
+<li><a href="http://incubator.apache.org/lucy/">Apache Lucy</a></li>
+<li><a href="http://mahout.apache.org">Apache Mahout</a></li>
+<li><a href="http://nutch.apache.org">Apache Nutch</a></li>
+<li><a href="http://incubator.apache.org/opennlp">Apache OpenNLP</a></li>
+<li><a href="http://tika.apache.org">Apache Tika</a></li>
+<li><a href="http://zookeeper.apache.org">Apache Zookeeper</a></li>
+</ul>
+  <div class="status">
+    
+    
+  </div>
+</div>
+
+
+
+  </div>
+  <div id="footer">
+  <div class="copyright">
+    <p>
+      Copyright &copy; 2011 The Apache Software Foundation, Licensed under
+      the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="../privacy.html">Privacy Policy</a>
+      <br/>
+      Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
+      respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="http://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
+      for more information.
+    </p>
+  </div>
+</div>
+</div>
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-94576-12']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+</body>

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 Sun Jul 22 11:45:00 2012
@@ -301,6 +301,14 @@ following:</p>
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-green">
+      <a href="mirrors-core-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Lucene 3.6.1</div>
+    </div>
+    <div class="download-desc">Apache Lucene 3.6.1</div>
+  </div>
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -299,6 +299,14 @@ following:</p>
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-green">
+      <a href="mirrors-core-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Lucene 3.6.1</div>
+    </div>
+    <div class="download-desc">Apache Lucene 3.6.1</div>
+  </div>
+  <div class="button-wrapper">
+    <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.0-ALPHA</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 Sun Jul 22 11:45:00 2012
@@ -222,6 +222,14 @@ in the documentation for that release.</
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-green">
+      <a href="mirrors-core-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Lucene 3.6.1</div>
+    </div>
+    <div class="download-desc">Apache Lucene 3.6.1</div>
+  </div>
+  <div class="button-wrapper">
+    <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.0-ALPHA</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 Sun Jul 22 11:45:00 2012
@@ -207,7 +207,14 @@
       <h1 class="title"></h1>
 
       <div><h1 id="system-requirements">System Requirements</h1>
-<p>Lucene version 3.x and above has the following minimum requirements (for later versions, see the corresponding per-release documentation):</p>
+<p>Lucene version 4.x and above has the following minimum requirements (for later versions, see the corresponding per-release documentation):</p>
+<ul>
+<li>Java 6 or greater.</li>
+<li>ANT 1.8.2 or greater.</li>
+<li>CPU, Disk and Memory requirements are based on the many choices made in implementing Lucene (document size, number of documents, and number of hits retrieved to name a few.)
+    The benchmarks page has some information related to performance on particular platforms.</li>
+</ul>
+<p>Lucene version 3.x has the following minimum requirements:</p>
 <ul>
 <li>Java 1.5.x or greater.</li>
 <li>ANT 1.7 or greater.</li>
@@ -234,6 +241,14 @@ Also, the <a href="http://svn.apache.org
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-green">
+      <a href="mirrors-core-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Lucene 3.6.1</div>
+    </div>
+    <div class="download-desc">Apache Lucene 3.6.1</div>
+  </div>
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/index.html (original)
+++ websites/staging/lucene/trunk/content/index.html Sun Jul 22 11:45:00 2012
@@ -200,6 +200,68 @@
 </ul></div>
       
 <div><h1 id="news">News</h1>
+<h2 id="22-july-2012-apache-lucene-361-and-apache-solr-361-available">22 July 2012 - Apache Lucene 3.6.1 and Apache Solr 3.6.1 available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 3.6.1 and Apache Solr 3.6.1.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-3x-redir.html?">http://lucene.apache.org/core/mirrors-core-3x-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-3x-redir.html?">http://lucene.apache.org/solr/mirrors-solr-3x-redir.html</a></p>
+<p>See the CHANGES.txt file included with the release for a full list of
+details.</p>
+<p>Lucene 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapIndexInput.clone() was improved, which caused
+  a performance regression in comparison to Lucene 3.5.0.</p>
+</li>
+<li>
+<p>MappingCharFilter was fixed to return correct final token positions.</p>
+</li>
+<li>
+<p>QueryParser now supports +/- operators with any amount of whitespace.</p>
+</li>
+<li>
+<p>DisjunctionMaxScorer now implements visitSubScorers().</p>
+</li>
+<li>
+<p>Changed the visibility of Scorer#visitSubScorers() to
+  public, otherwise it's impossible to implement Scorers outside
+  the Lucene package. This is a small backwards break, affecting a few
+  users who implemented custom Scorers.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed: BytesRef/CharsRef copy methods
+  with nonzero offsets and subSequence off-by-one, TieredMergePolicy
+  returned wrong-scaled floor segment setting.</p>
+</li>
+</ul>
+<p>Solr 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapDirectory was improved, which caused
+  a performance regression in comparison to Solr 3.5.0. This affected
+  users with 64bit platforms (Linux, Solaris, Windows) or those
+  explicitely using MMapDirectoryFactory.</p>
+</li>
+<li>
+<p>ReplicationHandler "maxNumberOfBackups" was fixed to work if backups are
+  triggered on commit.</p>
+</li>
+<li>
+<p>Charset problems were fixed with HttpSolrServer, caused by an upgrade to
+  a new Commons HttpClient version in 3.6.0.</p>
+</li>
+<li>
+<p>Grouping was fixed to return correct count when not all shards are
+  queried in the second pass. Solr no longer throws Exception when using
+  result grouping with main=true and using wt=javabin.</p>
+</li>
+<li>
+<p>Config file replication was made less error prone.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed.</p>
+</li>
+</ul>
 <h2 id="3-july-2012-lucene-core-40-alpha-and-solr-40-alpha-available">3 July 2012 - Lucene Core 4.0-ALPHA and Solr 4.0-ALPHA Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.0-ALPHA and Apache Solr 4.0-ALPHA</p>

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Sun Jul 22 11:45:00 2012
@@ -191,6 +191,68 @@
       <h1 class="title"></h1>
 
       <div><h1 id="news">News</h1>
+<h2 id="22-july-2012-apache-lucene-361-and-apache-solr-361-available">22 July 2012 - Apache Lucene 3.6.1 and Apache Solr 3.6.1 available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 3.6.1 and Apache Solr 3.6.1.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-3x-redir.html?">http://lucene.apache.org/core/mirrors-core-3x-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-3x-redir.html?">http://lucene.apache.org/solr/mirrors-solr-3x-redir.html</a></p>
+<p>See the CHANGES.txt file included with the release for a full list of
+details.</p>
+<p>Lucene 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapIndexInput.clone() was improved, which caused
+  a performance regression in comparison to Lucene 3.5.0.</p>
+</li>
+<li>
+<p>MappingCharFilter was fixed to return correct final token positions.</p>
+</li>
+<li>
+<p>QueryParser now supports +/- operators with any amount of whitespace.</p>
+</li>
+<li>
+<p>DisjunctionMaxScorer now implements visitSubScorers().</p>
+</li>
+<li>
+<p>Changed the visibility of Scorer#visitSubScorers() to
+  public, otherwise it's impossible to implement Scorers outside
+  the Lucene package. This is a small backwards break, affecting a few
+  users who implemented custom Scorers.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed: BytesRef/CharsRef copy methods
+  with nonzero offsets and subSequence off-by-one, TieredMergePolicy
+  returned wrong-scaled floor segment setting.</p>
+</li>
+</ul>
+<p>Solr 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapDirectory was improved, which caused
+  a performance regression in comparison to Solr 3.5.0. This affected
+  users with 64bit platforms (Linux, Solaris, Windows) or those
+  explicitely using MMapDirectoryFactory.</p>
+</li>
+<li>
+<p>ReplicationHandler "maxNumberOfBackups" was fixed to work if backups are
+  triggered on commit.</p>
+</li>
+<li>
+<p>Charset problems were fixed with HttpSolrServer, caused by an upgrade to
+  a new Commons HttpClient version in 3.6.0.</p>
+</li>
+<li>
+<p>Grouping was fixed to return correct count when not all shards are
+  queried in the second pass. Solr no longer throws Exception when using
+  result grouping with main=true and using wt=javabin.</p>
+</li>
+<li>
+<p>Config file replication was made less error prone.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed.</p>
+</li>
+</ul>
 <h2 id="3-july-2012-lucene-core-40-alpha-and-solr-40-alpha-available">3 July 2012 - Lucene Core 4.0-ALPHA and Solr 4.0-ALPHA Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.0-ALPHA and Apache Solr 4.0-ALPHA</p>

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 Sun Jul 22 11:45:00 2012
@@ -143,6 +143,68 @@ 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="news">News</h1>
+<h2 id="22-july-2012-apache-lucene-361-and-apache-solr-361-available">22 July 2012 - Apache Lucene 3.6.1 and Apache Solr 3.6.1 available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 3.6.1 and Apache Solr 3.6.1.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-3x-redir.html?">http://lucene.apache.org/core/mirrors-core-3x-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-3x-redir.html?">http://lucene.apache.org/solr/mirrors-solr-3x-redir.html</a></p>
+<p>See the CHANGES.txt file included with the release for a full list of
+details.</p>
+<p>Lucene 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapIndexInput.clone() was improved, which caused
+  a performance regression in comparison to Lucene 3.5.0.</p>
+</li>
+<li>
+<p>MappingCharFilter was fixed to return correct final token positions.</p>
+</li>
+<li>
+<p>QueryParser now supports +/- operators with any amount of whitespace.</p>
+</li>
+<li>
+<p>DisjunctionMaxScorer now implements visitSubScorers().</p>
+</li>
+<li>
+<p>Changed the visibility of Scorer#visitSubScorers() to
+  public, otherwise it's impossible to implement Scorers outside
+  the Lucene package. This is a small backwards break, affecting a few
+  users who implemented custom Scorers.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed: BytesRef/CharsRef copy methods
+  with nonzero offsets and subSequence off-by-one, TieredMergePolicy
+  returned wrong-scaled floor segment setting.</p>
+</li>
+</ul>
+<p>Solr 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapDirectory was improved, which caused
+  a performance regression in comparison to Solr 3.5.0. This affected
+  users with 64bit platforms (Linux, Solaris, Windows) or those
+  explicitely using MMapDirectoryFactory.</p>
+</li>
+<li>
+<p>ReplicationHandler "maxNumberOfBackups" was fixed to work if backups are
+  triggered on commit.</p>
+</li>
+<li>
+<p>Charset problems were fixed with HttpSolrServer, caused by an upgrade to
+  a new Commons HttpClient version in 3.6.0.</p>
+</li>
+<li>
+<p>Grouping was fixed to return correct count when not all shards are
+  queried in the second pass. Solr no longer throws Exception when using
+  result grouping with main=true and using wt=javabin.</p>
+</li>
+<li>
+<p>Config file replication was made less error prone.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed.</p>
+</li>
+</ul>
 <h2 id="3-july-2012-lucene-core-40-alpha-and-solr-40-alpha-available">3 July 2012 - Lucene Core 4.0-ALPHA and Solr 4.0-ALPHA Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.0-ALPHA and Apache Solr 4.0-ALPHA</p>

Modified: websites/staging/lucene/trunk/content/openrelevance/orpnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/orpnews.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/orpnews.html Sun Jul 22 11:45:00 2012
@@ -136,6 +136,68 @@
 <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="news">News</h1>
+<h2 id="22-july-2012-apache-lucene-361-and-apache-solr-361-available">22 July 2012 - Apache Lucene 3.6.1 and Apache Solr 3.6.1 available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 3.6.1 and Apache Solr 3.6.1.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-3x-redir.html?">http://lucene.apache.org/core/mirrors-core-3x-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-3x-redir.html?">http://lucene.apache.org/solr/mirrors-solr-3x-redir.html</a></p>
+<p>See the CHANGES.txt file included with the release for a full list of
+details.</p>
+<p>Lucene 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapIndexInput.clone() was improved, which caused
+  a performance regression in comparison to Lucene 3.5.0.</p>
+</li>
+<li>
+<p>MappingCharFilter was fixed to return correct final token positions.</p>
+</li>
+<li>
+<p>QueryParser now supports +/- operators with any amount of whitespace.</p>
+</li>
+<li>
+<p>DisjunctionMaxScorer now implements visitSubScorers().</p>
+</li>
+<li>
+<p>Changed the visibility of Scorer#visitSubScorers() to
+  public, otherwise it's impossible to implement Scorers outside
+  the Lucene package. This is a small backwards break, affecting a few
+  users who implemented custom Scorers.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed: BytesRef/CharsRef copy methods
+  with nonzero offsets and subSequence off-by-one, TieredMergePolicy
+  returned wrong-scaled floor segment setting.</p>
+</li>
+</ul>
+<p>Solr 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapDirectory was improved, which caused
+  a performance regression in comparison to Solr 3.5.0. This affected
+  users with 64bit platforms (Linux, Solaris, Windows) or those
+  explicitely using MMapDirectoryFactory.</p>
+</li>
+<li>
+<p>ReplicationHandler "maxNumberOfBackups" was fixed to work if backups are
+  triggered on commit.</p>
+</li>
+<li>
+<p>Charset problems were fixed with HttpSolrServer, caused by an upgrade to
+  a new Commons HttpClient version in 3.6.0.</p>
+</li>
+<li>
+<p>Grouping was fixed to return correct count when not all shards are
+  queried in the second pass. Solr no longer throws Exception when using
+  result grouping with main=true and using wt=javabin.</p>
+</li>
+<li>
+<p>Config file replication was made less error prone.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed.</p>
+</li>
+</ul>
 <h2 id="3-july-2012-lucene-core-40-alpha-and-solr-40-alpha-available">3 July 2012 - Lucene Core 4.0-ALPHA and Solr 4.0-ALPHA Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.0-ALPHA and Apache Solr 4.0-ALPHA</p>

Modified: websites/staging/lucene/trunk/content/pylucene/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/features.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/features.html Sun Jul 22 11:45:00 2012
@@ -351,6 +351,68 @@ in
 Action</em> <a href="http://svn.apache.org/viewcvs.cgi/lucene/pylucene/trunk/samples/LuceneInAction">samples</a>.</p></div>
       
         <div><h1 id="news">News</h1>
+<h2 id="22-july-2012-apache-lucene-361-and-apache-solr-361-available">22 July 2012 - Apache Lucene 3.6.1 and Apache Solr 3.6.1 available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 3.6.1 and Apache Solr 3.6.1.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-3x-redir.html?">http://lucene.apache.org/core/mirrors-core-3x-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-3x-redir.html?">http://lucene.apache.org/solr/mirrors-solr-3x-redir.html</a></p>
+<p>See the CHANGES.txt file included with the release for a full list of
+details.</p>
+<p>Lucene 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapIndexInput.clone() was improved, which caused
+  a performance regression in comparison to Lucene 3.5.0.</p>
+</li>
+<li>
+<p>MappingCharFilter was fixed to return correct final token positions.</p>
+</li>
+<li>
+<p>QueryParser now supports +/- operators with any amount of whitespace.</p>
+</li>
+<li>
+<p>DisjunctionMaxScorer now implements visitSubScorers().</p>
+</li>
+<li>
+<p>Changed the visibility of Scorer#visitSubScorers() to
+  public, otherwise it's impossible to implement Scorers outside
+  the Lucene package. This is a small backwards break, affecting a few
+  users who implemented custom Scorers.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed: BytesRef/CharsRef copy methods
+  with nonzero offsets and subSequence off-by-one, TieredMergePolicy
+  returned wrong-scaled floor segment setting.</p>
+</li>
+</ul>
+<p>Solr 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapDirectory was improved, which caused
+  a performance regression in comparison to Solr 3.5.0. This affected
+  users with 64bit platforms (Linux, Solaris, Windows) or those
+  explicitely using MMapDirectoryFactory.</p>
+</li>
+<li>
+<p>ReplicationHandler "maxNumberOfBackups" was fixed to work if backups are
+  triggered on commit.</p>
+</li>
+<li>
+<p>Charset problems were fixed with HttpSolrServer, caused by an upgrade to
+  a new Commons HttpClient version in 3.6.0.</p>
+</li>
+<li>
+<p>Grouping was fixed to return correct count when not all shards are
+  queried in the second pass. Solr no longer throws Exception when using
+  result grouping with main=true and using wt=javabin.</p>
+</li>
+<li>
+<p>Config file replication was made less error prone.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed.</p>
+</li>
+</ul>
 <h2 id="3-july-2012-lucene-core-40-alpha-and-solr-40-alpha-available">3 July 2012 - Lucene Core 4.0-ALPHA and Solr 4.0-ALPHA Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.0-ALPHA and Apache Solr 4.0-ALPHA</p>

Modified: websites/staging/lucene/trunk/content/pylucene/install.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/install.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/install.html Sun Jul 22 11:45:00 2012
@@ -197,6 +197,68 @@ $ CC=CC gmake
 </code></p></div>
       
         <div><h1 id="news">News</h1>
+<h2 id="22-july-2012-apache-lucene-361-and-apache-solr-361-available">22 July 2012 - Apache Lucene 3.6.1 and Apache Solr 3.6.1 available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 3.6.1 and Apache Solr 3.6.1.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-3x-redir.html?">http://lucene.apache.org/core/mirrors-core-3x-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-3x-redir.html?">http://lucene.apache.org/solr/mirrors-solr-3x-redir.html</a></p>
+<p>See the CHANGES.txt file included with the release for a full list of
+details.</p>
+<p>Lucene 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapIndexInput.clone() was improved, which caused
+  a performance regression in comparison to Lucene 3.5.0.</p>
+</li>
+<li>
+<p>MappingCharFilter was fixed to return correct final token positions.</p>
+</li>
+<li>
+<p>QueryParser now supports +/- operators with any amount of whitespace.</p>
+</li>
+<li>
+<p>DisjunctionMaxScorer now implements visitSubScorers().</p>
+</li>
+<li>
+<p>Changed the visibility of Scorer#visitSubScorers() to
+  public, otherwise it's impossible to implement Scorers outside
+  the Lucene package. This is a small backwards break, affecting a few
+  users who implemented custom Scorers.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed: BytesRef/CharsRef copy methods
+  with nonzero offsets and subSequence off-by-one, TieredMergePolicy
+  returned wrong-scaled floor segment setting.</p>
+</li>
+</ul>
+<p>Solr 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapDirectory was improved, which caused
+  a performance regression in comparison to Solr 3.5.0. This affected
+  users with 64bit platforms (Linux, Solaris, Windows) or those
+  explicitely using MMapDirectoryFactory.</p>
+</li>
+<li>
+<p>ReplicationHandler "maxNumberOfBackups" was fixed to work if backups are
+  triggered on commit.</p>
+</li>
+<li>
+<p>Charset problems were fixed with HttpSolrServer, caused by an upgrade to
+  a new Commons HttpClient version in 3.6.0.</p>
+</li>
+<li>
+<p>Grouping was fixed to return correct count when not all shards are
+  queried in the second pass. Solr no longer throws Exception when using
+  result grouping with main=true and using wt=javabin.</p>
+</li>
+<li>
+<p>Config file replication was made less error prone.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed.</p>
+</li>
+</ul>
 <h2 id="3-july-2012-lucene-core-40-alpha-and-solr-40-alpha-available">3 July 2012 - Lucene Core 4.0-ALPHA and Solr 4.0-ALPHA Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.0-ALPHA and Apache Solr 4.0-ALPHA</p>

Modified: websites/staging/lucene/trunk/content/pylucene/mailing-lists.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/mailing-lists.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/mailing-lists.html Sun Jul 22 11:45:00 2012
@@ -167,6 +167,68 @@ system</a> then subscribe to the PyLucen
 </ul></div>
       
         <div><h1 id="news">News</h1>
+<h2 id="22-july-2012-apache-lucene-361-and-apache-solr-361-available">22 July 2012 - Apache Lucene 3.6.1 and Apache Solr 3.6.1 available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 3.6.1 and Apache Solr 3.6.1.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-3x-redir.html?">http://lucene.apache.org/core/mirrors-core-3x-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-3x-redir.html?">http://lucene.apache.org/solr/mirrors-solr-3x-redir.html</a></p>
+<p>See the CHANGES.txt file included with the release for a full list of
+details.</p>
+<p>Lucene 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapIndexInput.clone() was improved, which caused
+  a performance regression in comparison to Lucene 3.5.0.</p>
+</li>
+<li>
+<p>MappingCharFilter was fixed to return correct final token positions.</p>
+</li>
+<li>
+<p>QueryParser now supports +/- operators with any amount of whitespace.</p>
+</li>
+<li>
+<p>DisjunctionMaxScorer now implements visitSubScorers().</p>
+</li>
+<li>
+<p>Changed the visibility of Scorer#visitSubScorers() to
+  public, otherwise it's impossible to implement Scorers outside
+  the Lucene package. This is a small backwards break, affecting a few
+  users who implemented custom Scorers.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed: BytesRef/CharsRef copy methods
+  with nonzero offsets and subSequence off-by-one, TieredMergePolicy
+  returned wrong-scaled floor segment setting.</p>
+</li>
+</ul>
+<p>Solr 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapDirectory was improved, which caused
+  a performance regression in comparison to Solr 3.5.0. This affected
+  users with 64bit platforms (Linux, Solaris, Windows) or those
+  explicitely using MMapDirectoryFactory.</p>
+</li>
+<li>
+<p>ReplicationHandler "maxNumberOfBackups" was fixed to work if backups are
+  triggered on commit.</p>
+</li>
+<li>
+<p>Charset problems were fixed with HttpSolrServer, caused by an upgrade to
+  a new Commons HttpClient version in 3.6.0.</p>
+</li>
+<li>
+<p>Grouping was fixed to return correct count when not all shards are
+  queried in the second pass. Solr no longer throws Exception when using
+  result grouping with main=true and using wt=javabin.</p>
+</li>
+<li>
+<p>Config file replication was made less error prone.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed.</p>
+</li>
+</ul>
 <h2 id="3-july-2012-lucene-core-40-alpha-and-solr-40-alpha-available">3 July 2012 - Lucene Core 4.0-ALPHA and Solr 4.0-ALPHA Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.0-ALPHA and Apache Solr 4.0-ALPHA</p>

Modified: websites/staging/lucene/trunk/content/pylucene/pynews.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/pynews.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/pynews.html Sun Jul 22 11:45:00 2012
@@ -192,6 +192,68 @@ subproject. PyLucene was previously host
 Foundation since its inception in early 2004.</p></div>
       
         <div><h1 id="news">News</h1>
+<h2 id="22-july-2012-apache-lucene-361-and-apache-solr-361-available">22 July 2012 - Apache Lucene 3.6.1 and Apache Solr 3.6.1 available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 3.6.1 and Apache Solr 3.6.1.</p>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-3x-redir.html?">http://lucene.apache.org/core/mirrors-core-3x-redir.html</a>
+and Solr can be downloaded from <a href="http://lucene.apache.org/solr/mirrors-solr-3x-redir.html?">http://lucene.apache.org/solr/mirrors-solr-3x-redir.html</a></p>
+<p>See the CHANGES.txt file included with the release for a full list of
+details.</p>
+<p>Lucene 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapIndexInput.clone() was improved, which caused
+  a performance regression in comparison to Lucene 3.5.0.</p>
+</li>
+<li>
+<p>MappingCharFilter was fixed to return correct final token positions.</p>
+</li>
+<li>
+<p>QueryParser now supports +/- operators with any amount of whitespace.</p>
+</li>
+<li>
+<p>DisjunctionMaxScorer now implements visitSubScorers().</p>
+</li>
+<li>
+<p>Changed the visibility of Scorer#visitSubScorers() to
+  public, otherwise it's impossible to implement Scorers outside
+  the Lucene package. This is a small backwards break, affecting a few
+  users who implemented custom Scorers.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed: BytesRef/CharsRef copy methods
+  with nonzero offsets and subSequence off-by-one, TieredMergePolicy
+  returned wrong-scaled floor segment setting.</p>
+</li>
+</ul>
+<p>Solr 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapDirectory was improved, which caused
+  a performance regression in comparison to Solr 3.5.0. This affected
+  users with 64bit platforms (Linux, Solaris, Windows) or those
+  explicitely using MMapDirectoryFactory.</p>
+</li>
+<li>
+<p>ReplicationHandler "maxNumberOfBackups" was fixed to work if backups are
+  triggered on commit.</p>
+</li>
+<li>
+<p>Charset problems were fixed with HttpSolrServer, caused by an upgrade to
+  a new Commons HttpClient version in 3.6.0.</p>
+</li>
+<li>
+<p>Grouping was fixed to return correct count when not all shards are
+  queried in the second pass. Solr no longer throws Exception when using
+  result grouping with main=true and using wt=javabin.</p>
+</li>
+<li>
+<p>Config file replication was made less error prone.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed.</p>
+</li>
+</ul>
 <h2 id="3-july-2012-lucene-core-40-alpha-and-solr-40-alpha-available">3 July 2012 - Lucene Core 4.0-ALPHA and Solr 4.0-ALPHA Available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.0-ALPHA and Apache Solr 4.0-ALPHA</p>

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 Sun Jul 22 11:45:00 2012
@@ -281,6 +281,14 @@ David Smiley and Eric Pugh are proud to 
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-orange">
+     <a href="mirrors-solr-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Solr 3.6.1</div>
+      <div class="download-desc">Apache Solr 3.6.1</div>
+    </div>
+  </div>  
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -285,6 +285,14 @@ No endorsement is implied by the listing
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-orange">
+     <a href="mirrors-solr-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Solr 3.6.1</div>
+      <div class="download-desc">Apache Solr 3.6.1</div>
+    </div>
+  </div>  
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -245,6 +245,14 @@
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-orange">
+     <a href="mirrors-solr-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Solr 3.6.1</div>
+      <div class="download-desc">Apache Solr 3.6.1</div>
+    </div>
+  </div>  
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -247,6 +247,14 @@
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-orange">
+     <a href="mirrors-solr-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Solr 3.6.1</div>
+      <div class="download-desc">Apache Solr 3.6.1</div>
+    </div>
+  </div>  
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -348,6 +348,14 @@ numeric fields or query relevancy scores
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-orange">
+     <a href="mirrors-solr-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Solr 3.6.1</div>
+      <div class="download-desc">Apache Solr 3.6.1</div>
+    </div>
+  </div>  
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -355,6 +355,14 @@ numeric fields or query relevancy scores
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-orange">
+     <a href="mirrors-solr-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Solr 3.6.1</div>
+      <div class="download-desc">Apache Solr 3.6.1</div>
+    </div>
+  </div>  
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>
@@ -400,32 +408,32 @@ numeric fields or query relevancy scores
         <div class="status-item">
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1357707;view=revision">r1357707</a>
-            sorry, typo (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1364107;view=revision">r1364107</a>
+            explain that app should not change returned BytesRef payload (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1357703;view=revision">r1357703</a>
-            Disable clover analysis in this test. (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1364106;view=revision">r1364106</a>
+            also test extremes (1, MAX_VALUE) for DirectPF's configs (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1357636;view=revision">r1357636</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-4194">LUCENE-4194</a>: more encoding fixes. (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#dweiss">dweiss</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1364070;view=revision">r1364070</a>
+            fix bugs in DirectPF's lowFreq d-and-p-enum, set payload.bytes/offset/length in getPayload, also skip payload pointer correctly when scanning over deleted docs... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1357611;view=revision">r1357611</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-4195">LUCENE-4195</a>: codec package documentation (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1364064;view=revision">r1364064</a>
+            add toString for debugging (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1357595;view=revision">r1357595</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-4194">LUCENE-4194</a>: fix test (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1364031;view=revision">r1364031</a>
+            TestNRTThreads wants a MockDirectoryWrapper always (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
           </div>
           
@@ -438,15 +446,15 @@ numeric fields or query relevancy scores
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/gengstrand/statuses/220942999897653249">@</a><a href="http://twitter.com/search?q=%23lucene">#lucene</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> 4 has gone alpha: <a href="http://t.co/YTzAhPvb">http://t.co/YTzAhPvb</a>
+             <a href="http://twitter.com/cazacugmihai/statuses/226844936165793794">@</a>RT <a href="http://twitter.com/vFabric">@vFabric</a>: Simplified access to <a href="http://twitter.com/search?q=%23apache">#apache</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> on top of <a href="http://twitter.com/search?q=%23springframework">#springframework</a>  <a href="http://t.co/3PnRWHIr">http://t.co/3PnRWHIr</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/echristensen42/statuses/220941264848297984">@</a>RT <a href="http://twitter.com/renekrie">@renekrie</a>: Next London Open Source Search Social on 19 July <a href="http://t.co/FUzk4v2Q">http://t.co/FUzk4v2Q</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23lucene">#lucene</a> <a href="http://twitter.com/search?q=%23elasticsearch">#elasticsearch</a> <a href="http://twitter.com/search?q=%23xapian">#xapian</a> <a href="http://twitter.com/search?q=%23opensource">#opensource</a> <a href="http://twitter.com/search?q=%23search">#search</a>
+             <a href="http://twitter.com/vFabric/statuses/226844286497456128">@</a>Simplified access to <a href="http://twitter.com/search?q=%23apache">#apache</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> on top of <a href="http://twitter.com/search?q=%23springframework">#springframework</a>  <a href="http://t.co/3PnRWHIr">http://t.co/3PnRWHIr</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/martin_grotzke/statuses/220936839534624768">@</a>RT <a href="http://twitter.com/renekrie">@renekrie</a>: Next London Open Source Search Social on 19 July <a href="http://t.co/FUzk4v2Q">http://t.co/FUzk4v2Q</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23lucene">#lucene</a> <a href="http://twitter.com/search?q=%23elasticsearch">#elasticsearch</a> <a href="http://twitter.com/search?q=%23xapian">#xapian</a> <a href="http://twitter.com/search?q=%23opensource">#opensource</a> <a href="http://twitter.com/search?q=%23search">#search</a>
+             <a href="http://twitter.com/hubBOG/statuses/226714415381221376">@</a>Aprende Apache Solr! La plataforma <a href="http://twitter.com/search?q=%23NoSQL">#NoSQL</a> y motor de búsqueda que podrías necesitar Agosto 1 y 2 Inscríbete <a href="http://t.co/pQXW5AFm">http://t.co/pQXW5AFm</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a>
           </div>
           
         </div>

Added: websites/staging/lucene/trunk/content/solr/mirrors-solr-3x-redir.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/mirrors-solr-3x-redir.html (added)
+++ websites/staging/lucene/trunk/content/solr/mirrors-solr-3x-redir.html Sun Jul 22 11:45:00 2012
@@ -0,0 +1,343 @@
+<!-- solr-simple.html -->
+
+<head>
+  <!--
+      Licensed to the Apache Software Foundation (ASF) under one or more
+      contributor license agreements.  See the NOTICE file distributed with
+      this work for additional information regarding copyright ownership.
+      The ASF licenses this file to You under the Apache License, Version 2.0
+      (the "License"); you may not use this file except in compliance with
+      the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE- 2.0
+
+      Unless required by applicable law or agreed to in writing, software
+      distributed under the License is distributed on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+      See the License for the specific language governing permissions and
+      limitations under the License.
+  -->
+
+  
+    <link href="../css/global.css" rel="stylesheet" type="text/css">
+    <link href="../css/solr.css" rel="stylesheet" type="text/css">
+
+  <title>Apache Lucene - </title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
+  <meta name="Distribution" content="Global"/>
+  <meta name="Robots" content="index,follow"/>
+  <meta name="keywords"
+        content="apache, apache lucene, apache solr, solr, lucene
+        search, information retrieval, spell checking, faceting, inverted index, open source"/>
+
+  <link rel="shortcut icon" type="image/x-icon" href="images/lucene-favicon.ico"/>
+  
+<script type="text/javascript" src="../scripts/prototype.js"></script>
+<script type="text/javascript" src="../scripts/effects.js"></script>
+<script type="text/javascript" src="../scripts/search.js"></script>
+<script type="text/javascript" src="../scripts/slides.js"></script>
+
+<!--<script type="text/javascript" src="scripts/jquery.js"></script>-->
+</head>
+
+
+<body id="home">
+<div id="wrap">
+  <div id="header">
+    <div id="logo">
+      
+  <a href="index.html"><img border="0" width="250" height="137" src="../images/solr.png"
+                                              alt="Solr Logo"/></a>
+
+    </div>
+    <div id="search">
+  <script type="text/javascript">
+    function getBlank(input, stdValue) {
+      if (input.value == stdValue) {
+        input.value = '';
+      }
+      return true;
+    }
+
+    function selectProvider(form) {
+      provider = form.elements['searchProvider'].value;
+      if (provider == "any") {
+        if (Math.random() > 0.5) {
+          provider = "lucid";
+        } else {
+          provider = "sl";
+        }
+      }
+
+      if (provider == "lucid") {
+        form.action = "http://search.lucidimagination.com/p:lucene";
+      } else if (provider == "sl") {
+        form.action = "http://search-lucene.com/lucene";
+      }
+
+      days = 90; // cookie will be valid for 90 days
+      date = new Date();
+      date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
+      expires = "; expires=" + date.toGMTString();
+      document.cookie = "searchProvider=" + provider + expires + "; path=/";
+      return true;
+    }
+  </script>
+  <form id="quick-search" method="GET" onsubmit="return selectProvider(this)"
+        action="http://search-lucene.com/lucene"
+        name="searchform">
+    <fieldset>
+      <input type="search" name="q" value="Search with Apache Solr..." class="class1 class2 hint" accesskey="q"
+             onfocus="getBlank(this, 'Search with Apache Solr...')">
+      <span style="color:white">@</span>
+      <select name="searchProvider" id="searchProvider">
+        <option value="any">select provider</option>
+        <option value="lucid">Lucid Find</option>
+        <option value="sl">Search-Lucene</option>
+      </select>
+    </fieldset>
+    <script type="text/javascript">
+      if (document.cookie.length > 0) {
+        cStart = document.cookie.indexOf("searchProvider=");
+        if (cStart != -1) {
+          cStart = cStart + "searchProvider=".length;
+          cEnd = document.cookie.indexOf(";", cStart);
+          if (cEnd == -1) {
+            cEnd = document.cookie.length;
+          }
+          provider = unescape(document.cookie.substring(cStart, cEnd));
+          document.forms['searchform'].elements['searchProvider'].value = provider;
+        }
+      }
+    </script>
+  </form>
+</div>
+    <div id="nav">
+      
+  <ul>
+  <li><a href="index.html">Solr</a></li>
+  <li><a href="solrnews.html">News</a></li>
+  <li><a href="wiki.html">Wiki</a></li>
+  <li><a href="downloads.html">Download</a></li>
+  <li><a href="tutorial.html">Tutorial</a></li>
+  <li><a href="https://issues.apache.org/jira/browse/SOLR">Issue Tracker</a></li>
+  <li><a href="discussion.html">Discussion</a></li>
+  <li><a class="last" href="../">Lucene TLP</a></li>
+</ul>
+
+
+    </div>
+    
+  
+<div id="slides">
+  <div class="slideshow" id="mantleSlides">
+    <div id="slide1">
+      <div class="callout">
+        Ultra-fast Lucene-based Search Server<br/>
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Apache Solr offers Lucene's capabilities in an easy to use,
+          fast search server with additional features like faceting, scalability and much more
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Apache Solr" src="../images/mantle-solr.png"/>
+      </div>
+    </div>
+    <div id="slide2" style="display:none">
+      <div class="callout">
+        Proven search capabilities<br/>
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          The Solr search server powers a wide range of applications such as Netflix, AOL, CNET, Zappos and many more
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Solr Power" src="../images/mantle-power.png"/>
+      </div>
+    </div>
+    <div id="slide3" style="display:none">
+      <div class="callout">
+        Scalable
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Apache Solr has been deployed successfully in both high query volume
+          situations and
+          large collection sizes
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Apache Solr community" src="../images/mantle-scale.png"/>
+      </div>
+    </div>
+    <div id="slide4" style="display:none">
+      <div class="callout">
+        Apache 2.0 licensed
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Apache Solr is distributed under a commercially friendly Apache Software license
+        </div>
+      </div>
+      <div class="mantle">
+        <img alt="Apache Software Foundation" src="../images/mantle-asf.png"/>
+      </div>
+    </div>
+    <div id="slide5" style="display:none">
+      <div class="callout">
+        Published
+      </div>
+      <div class="descwrapper">
+        <div class="description">
+          Two books have been written about Apache Solr
+        </div>
+      </div>
+      <div class="mantle">
+        <a href="http://link.packtpub.com/2LjDxE">
+        <img alt="Apache Solr 3 Enterprise Search Server" src="../images/book_as3ess.jpg" style="width: 150px;height: 180px;"/>
+        </a>
+        <a href="http://www.packtpub.com/solr-3-1-enterprise-search-server-cookbook/book">
+        <img alt="Solr 3.1 Cookbook" src="../images/book_s3c.jpg" style="width: 150px;height: 180px;"/>
+        </a>
+      </div>
+    </div>
+  </div>
+  <div class="controls">
+    <a class="next" id="next" title="Next" href="#">Next</a>
+    <a class="previous" id="previous" title="Previous" href="#">Previous</a>
+    <a class="start" id="start" title="Start" href="#" style="display: none; ">Start</a>
+    <a class="stop" id="stop" title="Stop" href="#">Stop</a>
+  </div>
+</div>
+<script type="text/javascript">
+  function StartSlides() {
+    new Slides('mantleSlides');
+  }
+  document.observe('dom:loaded', StartSlides);
+</script>
+
+
+  </div>
+  <div id="content-wrap" class="clearfix">
+    <div id="main">
+      <h1 class="title"></h1>
+
+      <div><p>You should be automatically redirected to the Apache Mirrors Site, if not please choose from the
+following:</p>
+<ul>
+<li>
+<p>Both binary and source releases for the latest version of Solr are available from
+        <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/">the Apache Mirrors</a>).</p>
+</li>
+<li>
+<p>Archives for all past versions of Solr are available at <a href="http://archive.apache.org/dist/lucene/solr/">the Apache archives</a>.</p>
+</li>
+</ul></div>
+      
+
+
+      
+    </div>
+    
+    
+<div id="sidebar">
+  <div class="button-wrapper">
+    <div class="button-orange">
+     <a href="mirrors-solr-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Solr 3.6.1</div>
+      <div class="download-desc">Apache Solr 3.6.1</div>
+    </div>
+  </div>  
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>
+      <div class="download-desc">Apache Solr 4.0-ALPHA</div>
+    </div>
+  </div>  
+  <span class="sidenav"><h1 id="resources">Resources</h1>
+<ul>
+<li><a href="./features.html">Features</a></li>
+<li><a href="./tutorial.html">Tutorial</a></li>
+<li><a href="./documentation.html">Javadocs</a></li>
+<li><a href="./versioncontrol.html">Version Control</a></li>
+<li><a href="./books.html">Books</a></li>
+</ul>
+<h1 id="about">About</h1>
+<ul>
+<li><a href="../whoweare.html">Who We are</a></li>
+</ul>
+<h1 id="asf-links">ASF links</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+</ul>
+<h1 id="related-projects">Related Projects</h1>
+<ul>
+<li><a href="http://hadoop.apache.org">Apache Hadoop</a></li>
+<li><a href="http://incubator.apache.org/connectors/">Apache ManifoldCF</a></li>
+<li><a href="http://incubator.apache.org/lucene.net/">Apache Lucene.Net</a></li>
+<li><a href="http://incubator.apache.org/lucy/">Apache Lucy</a></li>
+<li><a href="http://mahout.apache.org">Apache Mahout</a></li>
+<li><a href="http://nutch.apache.org">Apache Nutch</a></li>
+<li><a href="http://incubator.apache.org/opennlp">Apache OpenNLP</a></li>
+<li><a href="http://tika.apache.org">Apache Tika</a></li>
+<li><a href="http://zookeeper.apache.org">Apache Zookeeper</a></li>
+</ul>
+    <div class="status">
+      <div id="svn">
+        <h1>Latest SVN</h1>
+
+        
+          <div class="status-item">Not Available</div>
+        
+      </div>
+
+      <div id="solr-twitter">
+        <h1>#solr</h1>
+        
+          <div class="status-item">Not Available</div>
+        
+      </div>
+    </div>
+  </span>
+</div>
+
+
+  </div>
+  <div id="footer">
+  <div class="copyright">
+    <p>
+      Copyright &copy; 2011 The Apache Software Foundation, Licensed under
+      the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.  <a href="../privacy.html">Privacy Policy</a>
+      <br/>
+      Apache and the Apache feather logo are trademarks of The Apache Software Foundation.  Apache Lucene, Apache Solr and their
+      respective logos are trademarks of the Apache Software Foundation.  Please see the <a href="http://www.apache.org/foundation/marks/">Apache Trademark Policy</a>
+      for more information.
+    </p>
+  </div>
+</div>
+</div>
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-94576-12']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+</body>
+

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 Sun Jul 22 11:45:00 2012
@@ -406,6 +406,14 @@ numeric fields or query relevancy scores
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-orange">
+     <a href="mirrors-solr-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Solr 3.6.1</div>
+      <div class="download-desc">Apache Solr 3.6.1</div>
+    </div>
+  </div>  
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -405,6 +405,14 @@ numeric fields or query relevancy scores
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-orange">
+     <a href="mirrors-solr-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Solr 3.6.1</div>
+      <div class="download-desc">Apache Solr 3.6.1</div>
+    </div>
+  </div>  
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -237,6 +237,14 @@
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-orange">
+     <a href="mirrors-solr-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Solr 3.6.1</div>
+      <div class="download-desc">Apache Solr 3.6.1</div>
+    </div>
+  </div>  
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -227,6 +227,50 @@
       <h1 class="title"></h1>
 
       <div><h1 id="solr-news">Solr News</h1>
+<h2 id="22-july-2012-apache-solr-361-available">22 July 2012 - Apache Solr 3.6.1 available</h2>
+<p>The Lucene PMC is pleased to announce the release of Apache Solr 3.6.1.</p>
+<p>Solr is the popular, blazing fast open source enterprise 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 distributed search and index replication,
+and it powers the search and navigation features of many of the world's
+largest internet sites.</p>
+<p>This release is a bug fix release for version 3.6.0, released on April 12,
+2012. It 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/solr/mirrors-solr-3x-redir.html?">http://lucene.apache.org/solr/mirrors-solr-3x-redir.html</a></p>
+<p>See the CHANGES.txt file included with the release for a full list of
+details.</p>
+<p>Solr 3.6.1 Release Highlights:</p>
+<ul>
+<li>
+<p>The concurrency of MMapDirectory was improved, which caused
+  a performance regression in comparison to Solr 3.5.0. This affected
+  users with 64bit platforms (Linux, Solaris, Windows) or those
+  explicitely using MMapDirectoryFactory.</p>
+</li>
+<li>
+<p>ReplicationHandler "maxNumberOfBackups" was fixed to work if backups are
+  triggered on commit.</p>
+</li>
+<li>
+<p>Charset problems were fixed with HttpSolrServer, caused by an upgrade to
+  a new Commons HttpClient version in 3.6.0.</p>
+</li>
+<li>
+<p>Grouping was fixed to return correct count when not all shards are
+  queried in the second pass. Solr no longer throws Exception when using
+  result grouping with main=true and using wt=javabin.</p>
+</li>
+<li>
+<p>Config file replication was made less error prone.</p>
+</li>
+<li>
+<p>Various minor bugs were fixed.</p>
+</li>
+</ul>
 <h2 id="3-july-2012-apache-solr-40-alpha-available">3 July 2012 - Apache Solr 4.0-ALPHA available</h2>
 <p>The Lucene PMC is pleased to announce the release of Apache Solr 4.0-alpha.</p>
 <p>Solr is the popular, blazing fast, open source NoSQL search platform from 
@@ -315,6 +359,14 @@ is a critical bug (e.g. that would cause
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-orange">
+     <a href="mirrors-solr-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Solr 3.6.1</div>
+      <div class="download-desc">Apache Solr 3.6.1</div>
+    </div>
+  </div>  
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>

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 Sun Jul 22 11:45:00 2012
@@ -248,6 +248,14 @@ major branch can also be found online:</
 <div id="sidebar">
   <div class="button-wrapper">
     <div class="button-orange">
+     <a href="mirrors-solr-3x-redir.html?">Download</a>
+      <div class="flap top">Click to begin</div>
+      <div class="flap bottom">of Apache Solr 3.6.1</div>
+      <div class="download-desc">Apache Solr 3.6.1</div>
+    </div>
+  </div>  
+  <div class="button-wrapper">
+    <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.0-ALPHA</div>