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 2015/08/11 00:21:03 UTC

svn commit: r961414 - 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: Mon Aug 10 22:21:02 2015
New Revision: 961414

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 Mon Aug 10 22:21:02 2015
@@ -349,33 +349,33 @@ h2:hover > .headerlink, h3:hover > .head
       <div class="status-item">
       
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695133;view=revision">r1695133</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-7219">SOLR-7219</a>: use SolrConstantScoreQuery to fix 5x filter() break (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#yonik">yonik</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695175;view=revision">r1695175</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-7859">SOLR-7859</a>: Revert r1694888 to add SolrJ to the path for bin/post, should not be needed any longer (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#andyetitmoves">andyetitmoves</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695116;view=revision">r1695116</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-7900">SOLR-7900</a>: example/files improvements - added language detection and faceting, added title field, relocated .js files (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#ehatcher">ehatcher</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695173;view=revision">r1695173</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-7859">SOLR-7859</a>: Add RTimer classes to post.jar (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#andyetitmoves">andyetitmoves</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695075;view=revision">r1695075</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-7757">SOLR-7757</a>: Don't use pair from jfxrt.jar - this library is optional in some OS's. (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695169;view=revision">r1695169</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-6729">LUCENE-6729</a>: Upgrade ASM used in expressions module to version 5.0.4 (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695069;view=revision">r1695069</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-7908">SOLR-7908</a>: SegmentsInfoRequestHandler gets a ref counted IndexWriter and does not properly release it (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#shalin">shalin</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695133;view=revision">r1695133</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-7219">SOLR-7219</a>: use SolrConstantScoreQuery to fix 5x filter() break (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#yonik">yonik</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695034;view=revision">r1695034</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-6731">LUCENE-6731</a> - added Similarity parameter to kNN (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#tommaso">tommaso</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695116;view=revision">r1695116</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-7900">SOLR-7900</a>: example/files improvements - added language detection and faceting, added title field, relocated .js files (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#ehatcher">ehatcher</a>
       </div>
     </div></div>
     

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

Modified: websites/production/lucene/content/solr/index.html
==============================================================================
    (empty)

Modified: websites/staging/lucene/trunk/content/core/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/index.html (original)
+++ websites/staging/lucene/trunk/content/core/index.html Mon Aug 10 22:21:02 2015
@@ -349,33 +349,33 @@ h2:hover > .headerlink, h3:hover > .head
       <div class="status-item">
       
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695133;view=revision">r1695133</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-7219">SOLR-7219</a>: use SolrConstantScoreQuery to fix 5x filter() break (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#yonik">yonik</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695175;view=revision">r1695175</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-7859">SOLR-7859</a>: Revert r1694888 to add SolrJ to the path for bin/post, should not be needed any longer (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#andyetitmoves">andyetitmoves</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695116;view=revision">r1695116</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-7900">SOLR-7900</a>: example/files improvements - added language detection and faceting, added title field, relocated .js files (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#ehatcher">ehatcher</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695173;view=revision">r1695173</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-7859">SOLR-7859</a>: Add RTimer classes to post.jar (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#andyetitmoves">andyetitmoves</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695075;view=revision">r1695075</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-7757">SOLR-7757</a>: Don't use pair from jfxrt.jar - this library is optional in some OS's. (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695169;view=revision">r1695169</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-6729">LUCENE-6729</a>: Upgrade ASM used in expressions module to version 5.0.4 (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695069;view=revision">r1695069</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-7908">SOLR-7908</a>: SegmentsInfoRequestHandler gets a ref counted IndexWriter and does not properly release it (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#shalin">shalin</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695133;view=revision">r1695133</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-7219">SOLR-7219</a>: use SolrConstantScoreQuery to fix 5x filter() break (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#yonik">yonik</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695034;view=revision">r1695034</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-6731">LUCENE-6731</a> - added Similarity parameter to kNN (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#tommaso">tommaso</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1695116;view=revision">r1695116</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-7900">SOLR-7900</a>: example/files improvements - added language detection and faceting, added title field, relocated .js files (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#ehatcher">ehatcher</a>
       </div>
     </div></div>
     

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

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