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

svn commit: r921170 - in /websites: production/lucene/content/ production/lucene/content/core/ production/lucene/content/solr/ staging/lucene/trunk/content/ staging/lucene/trunk/content/core/ staging/lucene/trunk/content/solr/

Author: buildbot
Date: Wed Sep  3 20:21:04 2014
New Revision: 921170

Log:
Dynamic update by buildbot for lucene

Modified:
    websites/production/lucene/content/core/index.html
    websites/production/lucene/content/index.html
    websites/production/lucene/content/solr/index.html
    websites/staging/lucene/trunk/content/core/index.html
    websites/staging/lucene/trunk/content/index.html
    websites/staging/lucene/trunk/content/solr/index.html

Modified: websites/production/lucene/content/core/index.html
==============================================================================
--- websites/production/lucene/content/core/index.html (original)
+++ websites/production/lucene/content/core/index.html Wed Sep  3 20:21:04 2014
@@ -258,9 +258,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.9.0</div>
+      <div class="flap bottom">of Apache Lucene 4.10.0</div>
     </div>
-    <div class="download-desc">Apache Lucene 4.9.0</div>
+    <div class="download-desc">Apache Lucene 4.10.0</div>
   </div>
   <h1 id="resources">Resources</h1>
 <ul>
@@ -272,7 +272,7 @@
 </ul>
 <h1 id="release-docs">Release Docs</h1>
 <ul>
-<li><a href="./4_9_0/index.html">4.9.0</a></li>
+<li><a href="./4_10_0/index.html">4.10.0</a></li>
 </ul>
 <h1 id="about">About</h1>
 <ul>
@@ -305,6 +305,12 @@
       <div class="status-item">
       
       <div class="section-content">
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1622339;view=revision">r1622339</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-4580">SOLR-4580</a>: fix a second problem with stripChroot call (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#erick">erick</a>
+      </div>
+    
+      <div class="section-content">
         <a class="svn" href="http://svn.apache.org/viewvc?revision=1622321;view=revision">r1622321</a>
         <a href="https://issues.apache.org/jira/browse/SOLR-4406">SOLR-4406</a>: Fix RawResponseWriter to respect 'base' writer (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#hossman">hossman</a>
@@ -327,12 +333,6 @@
         <a href="https://issues.apache.org/jira/browse/SOLR-6365">SOLR-6365</a> NPE bug (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#noble">noble</a>
       </div>
-    
-      <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1622156;view=revision">r1622156</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-6365">SOLR-6365</a> multiparamset bug (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#noble">noble</a>
-      </div>
     </div></div>
     
     

Modified: websites/production/lucene/content/index.html
==============================================================================
--- websites/production/lucene/content/index.html (original)
+++ websites/production/lucene/content/index.html Wed Sep  3 20:21:04 2014
@@ -202,6 +202,53 @@
 <li><a href="./pylucene/index.html">PyLucene</a> is a Python port of the Core project.</li>
 </ul>
 <div><h1 id="lucenewzxhzdk0tmwzxhzdk1-news">Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News</h1>
+<h2 id="03-september-2014-apache-lucene-4100-and-apache-solr-4100-available">03 September 2014 - Apache Lucene 4.10.0 and Apache Solr 4.10.0 Available</h2>
+<p>The Lucene PMC is pleased to announce the availability
+of Apache Lucene 4.10.0 and Apache Solr 4.10.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_10_0/changes/Changes.html">Lucene CHANGES.txt</a> and
+<a href="/solr/4_10_0/changes/Changes.html">Solr CHANGES.txt</a> files included
+with the release for a full list of details.</p>
+<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene release include:</h3>
+<ul>
+<li>
+<p>New TermAutomatonQuery using an automaton for proximity queries.
+  http://blog.mikemccandless.com/2014/08/a-new-proximity-query-for-lucene-using.html</p>
+</li>
+<li>
+<p>New OrdsBlockTree terms dictionary supporting ord lookup.</p>
+</li>
+<li>
+<p>Simplified matchVersion handling for Analyzers with new setVersion method, as well as Analyzer constructors not requiring Version.</p>
+</li>
+<li>
+<p>Fixed possible corruption when opening a 3.x index with NRT reader.</p>
+</li>
+<li>
+<p>Fixed edge case in StandardTokenizer that caused extremely slow parsing times with long text which partially matched grammar rules.</p>
+</li>
+</ul>
+<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<ul>
+<li>
+<p>This release upgrades Solr Cell's (contrib/extraction) dependency
+  on Apache POI to mitigate 2 security vulnerabilities:
+    http://s.apache.org/solr-cell-security-notice</p>
+</li>
+<li>
+<p>Scripts for starting, stopping, and running Solr examples</p>
+</li>
+<li>
+<p>Distributed query support for facet.pivot</p>
+</li>
+<li>
+<p>Interval Faceting for Doc Values fields</p>
+</li>
+<li>
+<p>New "terms" QParser for efficiently filtering documents by a list of values</p>
+</li>
+</ul>
 <h2 id="18-august-2014-recommendation-to-update-apache-poi-in-apache-solr-480-481-and-490-installations">18 August 2014 - Recommendation to update Apache POI in Apache Solr 4.8.0, 4.8.1, and 4.9.0 installations</h2>
 <p>Apache Solr versions 4.8.0, 4.8.1, 4.9.0 bundle Apache POI 3.10-beta2 with its binary release tarball.
 This version (and all previous ones) of Apache POI are vulnerable to the following issues:
@@ -223,7 +270,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_9_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_9_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include">Highlights of the Lucene release include:</h3>
+<h3 id="highlights-of-the-lucene-release-include_1">Highlights of the Lucene release include:</h3>
 <ul>
 <li>
 <p>New Terms.getMin/Max methods to retrieve the lowest and highest
@@ -266,7 +313,7 @@ with the release for a full list of deta
   a new map.</p>
 </li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_1">Highlights of the Solr release include:</h3>
 <ul>
 <li>
 <p>Numerous optimizations for doc values search-time performance</p>
@@ -313,7 +360,7 @@ both are fully compatible with Java 8.</
 <p>See the <a href="/core/4_8_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_8_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include_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>All index files now store end-to-end checksums, which are
@@ -366,7 +413,7 @@ with the release for a full list of deta
   even when the lock is not held.</p>
 </li>
 </ul>
-<h3 id="highlights-of-the-solr-release-include_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><code class="inline">&lt;fields&gt;</code> and <code class="inline">&lt;types&gt;</code> tags have been deprecated from schema.xml.
@@ -496,7 +543,7 @@ and Solr can be downloaded from <a href=
 <p>See the <a href="/core/4_5_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_5_0/changes/Changes.html">Solr CHANGES.txt</a> files included
 with the release for a full list of details.</p>
-<h3 id="highlights-of-the-lucene-release-include_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>Added support for missing values to DocValues fields through
@@ -522,7 +569,7 @@ with the release for a full list of deta
 </li>
 </ul>
 <p>Lucene 4.5 also includes numerous optimizations and bugfixes.</p>
-<h3 id="highlights-of-the-solr-release-include_2">Highlights of the Solr release include:</h3>
+<h3 id="highlights-of-the-solr-release-include_3">Highlights of the Solr release include:</h3>
 <ul>
 <li>
 <p>Custom sharding support, including the ability to shard by field.</p>
@@ -557,15 +604,15 @@ with the release for a full list of deta
       <p><div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 4.9.0</div>
+    <div class="flap bottom">of Apache Lucene 4.10.0</div>
   </div>
-  <div class="download-desc">Apache Lucene 4.9.0</div>
+  <div class="download-desc">Apache Lucene 4.10.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.9.0</div>
+    <div class="flap bottom">of Apache Solr 4.10.0</div>
   </div>
-  <div class="download-desc">Apache Solr 4.9.0</div></p>
+  <div class="download-desc">Apache Solr 4.10.0</div></p>
 <h1 id="projects">Projects</h1>
 <ul>
 <li><a href="./core/">Lucene Core (Java)</a></li>

Modified: websites/production/lucene/content/solr/index.html
==============================================================================
--- websites/production/lucene/content/solr/index.html (original)
+++ websites/production/lucene/content/solr/index.html Wed Sep  3 20:21:04 2014
@@ -374,8 +374,8 @@ numeric fields or query relevancy scores
     <div class="button-orange">
      <a href="mirrors-solr-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Solr 4.9.0 </div>
-      <div class="download-desc">Apache Solr 4.9.0</div>
+      <div class="flap bottom">of Apache Solr 4.10.0 </div>
+      <div class="download-desc">Apache Solr 4.10.0</div>
     </div>
   </div>
   <span class="sidenav"><h1 id="resources">Resources</h1>
@@ -419,6 +419,12 @@ numeric fields or query relevancy scores
         <div class="status-item">
           
           <div class="section-content">
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1622339;view=revision">r1622339</a>
+            <a href="https://issues.apache.org/jira/browse/SOLR-4580">SOLR-4580</a>: fix a second problem with stripChroot call (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#erick">erick</a>
+          </div>
+          
+          <div class="section-content">
             <a class="svn" href="http://svn.apache.org/viewvc?revision=1622321;view=revision">r1622321</a>
             <a href="https://issues.apache.org/jira/browse/SOLR-4406">SOLR-4406</a>: Fix RawResponseWriter to respect 'base' writer (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#hossman">hossman</a>
@@ -442,12 +448,6 @@ numeric fields or query relevancy scores
             <a href="http://people.apache.org/committer-index.html#noble">noble</a>
           </div>
           
-          <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1622156;view=revision">r1622156</a>
-            <a href="https://issues.apache.org/jira/browse/SOLR-6365">SOLR-6365</a> multiparamset bug (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#noble">noble</a>
-          </div>
-          
         </div>
         
       </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 Wed Sep  3 20:21:04 2014
@@ -305,6 +305,12 @@
       <div class="status-item">
       
       <div class="section-content">
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1622339;view=revision">r1622339</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-4580">SOLR-4580</a>: fix a second problem with stripChroot call (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#erick">erick</a>
+      </div>
+    
+      <div class="section-content">
         <a class="svn" href="http://svn.apache.org/viewvc?revision=1622321;view=revision">r1622321</a>
         <a href="https://issues.apache.org/jira/browse/SOLR-4406">SOLR-4406</a>: Fix RawResponseWriter to respect 'base' writer (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#hossman">hossman</a>
@@ -327,12 +333,6 @@
         <a href="https://issues.apache.org/jira/browse/SOLR-6365">SOLR-6365</a> NPE bug (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#noble">noble</a>
       </div>
-    
-      <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1622156;view=revision">r1622156</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-6365">SOLR-6365</a> multiparamset bug (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#noble">noble</a>
-      </div>
     </div></div>
     
     

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
    (empty)

Modified: websites/staging/lucene/trunk/content/solr/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/index.html (original)
+++ websites/staging/lucene/trunk/content/solr/index.html Wed Sep  3 20:21:04 2014
@@ -419,6 +419,12 @@ numeric fields or query relevancy scores
         <div class="status-item">
           
           <div class="section-content">
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1622339;view=revision">r1622339</a>
+            <a href="https://issues.apache.org/jira/browse/SOLR-4580">SOLR-4580</a>: fix a second problem with stripChroot call (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#erick">erick</a>
+          </div>
+          
+          <div class="section-content">
             <a class="svn" href="http://svn.apache.org/viewvc?revision=1622321;view=revision">r1622321</a>
             <a href="https://issues.apache.org/jira/browse/SOLR-4406">SOLR-4406</a>: Fix RawResponseWriter to respect 'base' writer (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#hossman">hossman</a>
@@ -442,12 +448,6 @@ numeric fields or query relevancy scores
             <a href="http://people.apache.org/committer-index.html#noble">noble</a>
           </div>
           
-          <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1622156;view=revision">r1622156</a>
-            <a href="https://issues.apache.org/jira/browse/SOLR-6365">SOLR-6365</a> multiparamset bug (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#noble">noble</a>
-          </div>
-          
         </div>
         
       </div>