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/02/14 05:15:12 UTC

svn commit: r804736 - in /websites/production/lucene/content: core/index.html index.html solr/index.html

Author: buildbot
Date: Tue Feb 14 04:15:12 2012
New Revision: 804736

Log:
Production update by buildbot

Modified:
    websites/production/lucene/content/core/index.html
    websites/production/lucene/content/index.html
    websites/production/lucene/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 Tue Feb 14 04:15:12 2012
@@ -514,6 +514,12 @@ once a segment is finished.</li>
       <div class="status-item">
       
       <div class="section-content">
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1243777;view=revision">r1243777</a>
+        Exclude the Jetty working directory under solr/example from license checks (Thanks Robert!) (<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=1243774;view=revision">r1243774</a>
         Fix for <a href="https://issues.apache.org/jira/browse/SOLR-3132">SOLR-3132</a> (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#erick">erick</a>
@@ -536,18 +542,19 @@ once a segment is finished.</li>
         IntelliJ IDEA configuration: include lucene/lib/ in the non-test classpath (in addition to the test classpath) for the IntelliJ (uber-)Lucene module,... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</a>
       </div>
-    
-      <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1243725;view=revision">r1243725</a>
-        dead code (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
-      </div>
     </div></div>
     
     
     <div id="jira">
       <h1>Latest JIRA</h1>
       <div class="status-item">
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3777">[LUCENE-3777] trapping overloaded ctors/setters in Field/NumericField/DocValuesField</a><br/>
+       <div class="section-content">
+        <p>In trunk, these apis let you easily create a field, but my concern is this:</p>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java"><span class="code-keyword">public</span> NumericField(<span class="code-object">String</span> name, <span class="code-object">int...</span></pre></div></div>
+       </div>
+    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-2632">[LUCENE-2632] FilteringCodec, TeeCodec, TeeDirectory</a><br/>
        <div class="section-content">
         <p>This issue adds two new Codec implementations:</p>
@@ -577,39 +584,31 @@ to ctor, passed to maybeReopen, passed t
 
 <p>I...</p>
        </div>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3768">[LUCENE-3768] Typo in some of the .alg files: ForcMerge instead of ForceMerge</a><br/>
-       <div class="section-content">
-        <p>Some of the alg files have a typo and have ForcMerge when they should have ForceMerge. This causes following exception...</p>
-       </div>
     </div></div>
     
     
     <div id="dev-mail">
       <h1>Latest Dev</h1>
       <div class="status-item">
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c714544815.34944.1329183900066.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2593) A new core admin action &#39;split&#39; for splitting index</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2051399096.35107.1329189064020.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (SOLR-3132) Reorganize LukeRequestHandler</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/SOLR-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13207452#comment-13207452">https://issues.apache.org/jira/browse/SOLR-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13207452#comment-13207452</a>
-] <br />&nbsp;<br />Andrzej Bialecki  commented on SOLR-2593:
------------------------------------------<br />&nbsp;<br />Jason, see LUCENE-2632 for a possible way to implement...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Erick Erickson resolved SOLR-3132.
+----------------------------------<br />&nbsp;<br />       Resolution: Fixed
+    Fix Version/s: 4.0<br />&nbsp;<br />Fixed r: 1243774<br />&nbsp;...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c393423292.34926.1329183779588.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-2632) FilteringCodec, TeeCodec, TeeDirectory</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c748031737.2081329189059990.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-trunk - Build # 1828 - Failure</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Andrzej Bialecki  updated LUCENE-2632:
---------------------------------------<br />&nbsp;<br />    Attachment: LUCENE-2632.patch<br />&nbsp;<br />> FilteringCodec, TeeCodec, TeeDirectory
-> --------------------------------------
->...
+        Build: <a href="https://builds.apache.org/job/Lucene-trunk/1828/">https://builds.apache.org/job/Lucene-trunk/1828/</a><br />&nbsp;<br />No tests ran.<br />&nbsp;<br />Build Log (for compile errors):
+[...truncated 10057 lines...]<br />&nbsp;<br />
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1166193757.34920.1329183659642.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-2632) FilteringCodec, TeeCodec, TeeDirectory</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c154603814.35086.1329188585555.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-3132) Reorganize LukeRequestHandler</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Andrzej Bialecki  updated LUCENE-2632:
---------------------------------------<br />&nbsp;<br />    Description: 
-This issue adds two new Codec implementations:<br />&nbsp;<br />*...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Erick Erickson updated SOLR-3132:
+---------------------------------<br />&nbsp;<br />    Attachment: SOLR-3132.patch<br />&nbsp;<br />Clears up SOLR-3121 crossed wires.<br />&nbsp;<br />>...
         </div>
       </div>
     </div>

Modified: websites/production/lucene/content/index.html
==============================================================================
--- websites/production/lucene/content/index.html (original)
+++ websites/production/lucene/content/index.html Tue Feb 14 04:15:12 2012
@@ -631,11 +631,11 @@ as well as new analysis capabilities.</l
         <div id="dev-mail">
           <h1>Latest Dev</h1>
           <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c714544815.34944.1329183900066.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2593) A new core admin action &#39;split&#39; for splitting index</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2051399096.35107.1329189064020.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (SOLR-3132) Reorganize LukeRequestHandler</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c393423292.34926.1329183779588.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-2632) FilteringCodec, TeeCodec, TeeDirectory</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c748031737.2081329189059990.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-trunk - Build # 1828 - Failure</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1166193757.34920.1329183659642.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-2632) FilteringCodec, TeeCodec, TeeDirectory</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c154603814.35086.1329188585555.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-3132) Reorganize LukeRequestHandler</a></h4>
           </div>
         </div>
         <div id="core-user-mail">

Modified: websites/production/lucene/content/solr/index.html
==============================================================================
--- websites/production/lucene/content/solr/index.html (original)
+++ websites/production/lucene/content/solr/index.html Tue Feb 14 04:15:12 2012
@@ -463,6 +463,12 @@ as well as new analysis capabilities.</l
         <div class="status-item">
           
           <div class="section-content">
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1243777;view=revision">r1243777</a>
+            Exclude the Jetty working directory under solr/example from license checks (Thanks Robert!) (<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=1243774;view=revision">r1243774</a>
             Fix for <a href="https://issues.apache.org/jira/browse/SOLR-3132">SOLR-3132</a> (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#erick">erick</a>
@@ -486,12 +492,6 @@ as well as new analysis capabilities.</l
             <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</a>
           </div>
           
-          <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1243725;view=revision">r1243725</a>
-            dead code (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
-          </div>
-          
         </div>
         
       </div>
@@ -500,6 +500,11 @@ as well as new analysis capabilities.</l
 
         
         <div class="status-item">
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3133">[SOLR-3133] make realtime-get distributed</a><br/>
+          <div class="section-content">
+                         <p>the realtime-get handler should work in distributed mode</p>
+          </div>
+          
           <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3132">[SOLR-3132] Reorganize LukeRequestHandler</a><br/>
           <div class="section-content">
                          <p>The LukeRequestHandler could made much easier to follow, and the overloading of numTerms is confusing. This was made possible by...</p>
@@ -521,13 +526,6 @@ This core...</p>
                          <p>i expect that query always return Content-Type, but after <a href="https://issues.apache.org/jira/browse/SOLR-1123" title="Change the JSONResponseWriter content type"><del>SOLR-1123</del></a> had committed, it got chance to return nothing if you...</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3131">[SOLR-3131] &quot;details&quot; command fails while a replication is forced with a &quot;fetchIndex&quot; command on a non-slave server</a><br/>
-          <div class="section-content">
-                         <p>Steps to reproduce the problem:<br/>
-1) Start a master Solr instance (called A)<br/>
-2) Start a Solr instance with replication...</p>
-          </div>
-          
         </div>
         
       </div>
@@ -536,28 +534,25 @@ This core...</p>
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c714544815.34944.1329183900066.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2593) A new core admin action 'split' for splitting index</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2051399096.35107.1329189064020.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (SOLR-3132) Reorganize LukeRequestHandler</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/SOLR-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13207452#comment-13207452">https://issues.apache.org/jira/browse/SOLR-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13207452#comment-13207452</a>
-] <br />&nbsp;<br />Andrzej Bialecki  commented on SOLR-2593:
------------------------------------------<br />&nbsp;<br />Jason, see LUCENE-2632 for a possible way to implement...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Erick Erickson resolved SOLR-3132.
+----------------------------------<br />&nbsp;<br />       Resolution: Fixed
+    Fix Version/s: 4.0<br />&nbsp;<br />Fixed r: 1243774<br />&nbsp;...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c393423292.34926.1329183779588.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-2632) FilteringCodec, TeeCodec, TeeDirectory</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c748031737.2081329189059990.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-trunk - Build # 1828 - Failure</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Andrzej Bialecki  updated LUCENE-2632:
---------------------------------------<br />&nbsp;<br />    Attachment: LUCENE-2632.patch<br />&nbsp;<br />> FilteringCodec, TeeCodec, TeeDirectory
-> --------------------------------------
->...
+          Build: <a href="https://builds.apache.org/job/Lucene-trunk/1828/">https://builds.apache.org/job/Lucene-trunk/1828/</a><br />&nbsp;<br />No tests ran.<br />&nbsp;<br />Build Log (for compile errors):
+[...truncated 10057 lines...]<br />&nbsp;<br />
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1166193757.34920.1329183659642.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-2632) FilteringCodec, TeeCodec, TeeDirectory</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c154603814.35086.1329188585555.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-3132) Reorganize LukeRequestHandler</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Andrzej Bialecki  updated LUCENE-2632:
---------------------------------------<br />&nbsp;<br />    Description: 
-This issue adds two new Codec implementations:<br />&nbsp;<br />*...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Erick Erickson updated SOLR-3132:
+---------------------------------<br />&nbsp;<br />    Attachment: SOLR-3132.patch<br />&nbsp;<br />Clears up SOLR-3121 crossed wires.<br />&nbsp;<br />>...
             </div>
           
         </div>
@@ -595,15 +590,15 @@ function to look something like the...
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/jeromatron/statuses/169253079391289345">@</a>RT <a href="http://twitter.com/dep4b">@dep4b</a>: Identifying Anomalous Driving Patterns Using Hadoop and Cassandra <a href="http://t.co/bN0Y0Uih">http://t.co/bN0Y0Uih</a> <a href="http://twitter.com/search?q=%23solr">#solr</a>
+             <a href="http://twitter.com/_abhij33t/statuses/169263502047981570">@</a>RT <a href="http://twitter.com/sematext">@sematext</a>: Poll: What Should Index Monitoring Show?  Avg, Min, or Max # of docs?  <a href="http://t.co/aYbjqjmK">http://t.co/aYbjqjmK</a>  <a href="http://twitter.com/search?q=%23lucene">#lucene</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23elasticsearch">#elasticsearch</a> <a href="http://twitter.com/search?q=%23sensei">#sensei</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/CassandraHadoop/statuses/169252934280937472">@</a>RT <a href="http://twitter.com/dep4b">@dep4b</a>: Identifying Anomalous Driving Patterns Using Hadoop and Cassandra <a href="http://t.co/bN0Y0Uih">http://t.co/bN0Y0Uih</a> <a href="http://twitter.com/search?q=%23solr">#solr</a>
+             <a href="http://twitter.com/sematext/statuses/169262218242818048">@</a><a href="http://twitter.com/Poll">Poll</a>: What Should Index Monitoring Show?  Avg, Min, or Max # of docs?  <a href="http://t.co/aYbjqjmK">http://t.co/aYbjqjmK</a>  <a href="http://twitter.com/search?q=%23lucene">#lucene</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23elasticsearch">#elasticsearch</a> <a href="http://twitter.com/search?q=%23sensei">#sensei</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/mrweber/statuses/169240164747575296">@</a>RT <a href="http://twitter.com/TNRGlobal">@TNRGlobal</a> FAST ESP to <a href="http://twitter.com/search?q=%23solr.">#solr.</a> Choosing a Document Processing Pipeline <a href="http://t.co/xvENHqP0">http://t.co/xvENHqP0</a> <a href="http://twitter.com/search?q=%23pypes">#pypes</a> works with <a href="http://twitter.com/search?q=%23elasticsearch">#elasticsearch</a> as well!
+             <a href="http://twitter.com/jeromatron/statuses/169253079391289345">@</a>RT <a href="http://twitter.com/dep4b">@dep4b</a>: Identifying Anomalous Driving Patterns Using Hadoop and Cassandra <a href="http://t.co/bN0Y0Uih">http://t.co/bN0Y0Uih</a> <a href="http://twitter.com/search?q=%23solr">#solr</a>
           </div>
           
         </div>