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/02/06 17:21:02 UTC

svn commit: r939260 - 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: Fri Feb  6 16:21:02 2015
New Revision: 939260

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 Fri Feb  6 16:21:02 2015
@@ -305,35 +305,36 @@
       <div class="status-item">
       
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657849;view=revision">r1657849</a>
-        add missing javadoc (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657880;view=revision">r1657880</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-4524">LUCENE-4524</a>: Fix javadocs (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#romseygeek">romseygeek</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657805;view=revision">r1657805</a>
-        fix missing javadocs checker to work with Java 1.8 generated javadocs too (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657878;view=revision">r1657878</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-6220">LUCENE-6220</a>: Remove unnecessary cast.
+ (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#jpountz">jpountz</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657801;view=revision">r1657801</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-4524">LUCENE-4524</a>: Revert some bogus text changes (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#romseygeek">romseygeek</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657876;view=revision">r1657876</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-6220">LUCENE-6220</a>: Remove needsScores from FilterStrategy.
+ (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#jpountz">jpountz</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657800;view=revision">r1657800</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-4524">LUCENE-4524</a>: Replace DocsEnum and DocsAndPositionsEnum with PostingsEnum (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#romseygeek">romseygeek</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657874;view=revision">r1657874</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-6220">LUCENE-6220</a>: Move needsScores to Query.createWeight.
+ (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#jpountz">jpountz</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657781;view=revision">r1657781</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-7083">SOLR-7083</a>:Support managing all named components in solrconfig such as
-  requestHandler, queryParser, queryResponseWriter, valueSourceParser, 
-  transformer, queryConverter (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#noble">noble</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657864;view=revision">r1657864</a>
+        Fix illegal Javadoc @see (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#janhoy">janhoy</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 Fri Feb  6 16:21:02 2015
@@ -305,35 +305,36 @@
       <div class="status-item">
       
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657849;view=revision">r1657849</a>
-        add missing javadoc (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657880;view=revision">r1657880</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-4524">LUCENE-4524</a>: Fix javadocs (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#romseygeek">romseygeek</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657805;view=revision">r1657805</a>
-        fix missing javadocs checker to work with Java 1.8 generated javadocs too (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657878;view=revision">r1657878</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-6220">LUCENE-6220</a>: Remove unnecessary cast.
+ (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#jpountz">jpountz</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657801;view=revision">r1657801</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-4524">LUCENE-4524</a>: Revert some bogus text changes (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#romseygeek">romseygeek</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657876;view=revision">r1657876</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-6220">LUCENE-6220</a>: Remove needsScores from FilterStrategy.
+ (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#jpountz">jpountz</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657800;view=revision">r1657800</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-4524">LUCENE-4524</a>: Replace DocsEnum and DocsAndPositionsEnum with PostingsEnum (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#romseygeek">romseygeek</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657874;view=revision">r1657874</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-6220">LUCENE-6220</a>: Move needsScores to Query.createWeight.
+ (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#jpountz">jpountz</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657781;view=revision">r1657781</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-7083">SOLR-7083</a>:Support managing all named components in solrconfig such as
-  requestHandler, queryParser, queryResponseWriter, valueSourceParser, 
-  transformer, queryConverter (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#noble">noble</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1657864;view=revision">r1657864</a>
+        Fix illegal Javadoc @see (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#janhoy">janhoy</a>
       </div>
     </div></div>
     

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

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