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/18 12:15:11 UTC

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

Author: buildbot
Date: Sat Feb 18 11:15:09 2012
New Revision: 805260

Log:
Production 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

Modified: websites/production/lucene/content/core/index.html
==============================================================================
--- websites/production/lucene/content/core/index.html (original)
+++ websites/production/lucene/content/core/index.html Sat Feb 18 11:15:09 2012
@@ -514,33 +514,32 @@ once a segment is finished.</li>
       <div class="status-item">
       
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1245897;view=revision">r1245897</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-3736">LUCENE-3736</a>: Cleanup code a little bit, dont do the same check all the time. (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1245903;view=revision">r1245903</a>
+        import missing (<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=1245836;view=revision">r1245836</a>
-        <a href="https://issues.apache.org/jira/browse/SOLR-3126">SOLR-3126</a>: hardening around peer sync and tests (<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=1245902;view=revision">r1245902</a>
+        Stop cruelty to monkeys and other animals (<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=1245835;view=revision">r1245835</a>
-        fail if we don't see recovering shard flip to active and correct doc count checks (distrib=false) (<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=1245899;view=revision">r1245899</a>
+        Fix javadoc warnings (<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=1245770;view=revision">r1245770</a>
-        Fix test failure, the wrapping really found a bug. It's the same like in SlowCompositeReaderWrapper:
-ant test -Dtestcase=TestReaderClosed -Dtestmethod=test -Dtests.seed=-7c9f33395d707a4a:9a8a104377eade3:-6839e18852fad654... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1245897;view=revision">r1245897</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3736">LUCENE-3736</a>: Cleanup code a little bit, dont do the same check all the time. (<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=1245744;view=revision">r1245744</a>
-        pass numshards on each start call to avoid races (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1245836;view=revision">r1245836</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-3126">SOLR-3126</a>: hardening around peer sync and tests (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
       </div>
     </div></div>
@@ -549,6 +548,11 @@ ant test -Dtestcase=TestReaderClosed -Dt
     <div id="jira">
       <h1>Latest JIRA</h1>
       <div class="status-item">
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3798">[LUCENE-3798] Potential IndexReader leak in SearcherManager and NRTManager</a><br/>
+       <div class="section-content">
+        <p>SearcherManager and NRTManager ctors init a new IndexReader and call searcherFactory.newSearcher. The latter can throw IOE,in which case we fail...</p>
+       </div>
+    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3736">[LUCENE-3736] ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a><br/>
        <div class="section-content">
         <p>The plan is:</p>
@@ -557,11 +561,6 @@ ant test -Dtestcase=TestReaderClosed -Dt
 	<li>Rename ParallelReader to ParallelAtomicReader...</li></ul>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3798">[LUCENE-3798] Potential IndexReader leak in SearcherManager and NRTManager</a><br/>
-       <div class="section-content">
-        <p>SearcherManager and NRTManager ctors init a new IndexReader and call searcherFactory.newSearcher. The latter can throw IOE,in which case we fail...</p>
-       </div>
-    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3795">[LUCENE-3795] Replace spatial contrib module with LSP&apos;s spatial-lucene module</a><br/>
        <div class="section-content">
         <p>I propose that Lucene&apos;s spatial contrib module be replaced with the spatial-lucene module within Lucene Spatial Playground (LSP).  LSP has...</p>
@@ -586,27 +585,24 @@ ant test -Dtestcase=TestReaderClosed -Dt
     <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/%3c1021111999.2721329552747199.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12444 - Still Failing</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1398300714.2761329559907421.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12445 - Still Failing</a></h4>
         <div class="section-content">
-        Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12444/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12444/</a><br />&nbsp;<br />1 tests failed.
-REGRESSION:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch<br />&nbsp;<br />Error Message:
-shard6 is not consistent, expected:62 and got:63<br />&nbsp;<br />Stack...
+        Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12445/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12445/</a><br />&nbsp;<br />1 tests failed.
+FAILED:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch<br />&nbsp;<br />Error Message:
+shard3 is not consistent, expected:47 and got:49<br />&nbsp;<br />Stack...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1569566987.53609.1329544559438.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3798) Potential IndexReader leak in SearcherManager and NRTManager</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1943172492.53878.1329559139583.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3736) ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a></h4>
         <div class="section-content">
-        Potential IndexReader leak in SearcherManager and NRTManager
-------------------------------------------------------------<br />&nbsp;<br />                 Key: LUCENE-3798
-                 URL: <a href="https://issues.apache.org/jira/browse/LUCENE-3798">https://issues.apache.org/jira/browse/LUCENE-3798</a>
-             Project: Lucene - Java
-          Issue Type: Bug...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210890#comment-13210890">https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210890#comment-13210890</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3736:
+---------------------------------------<br />&nbsp;<br />I committed some minor code cleanups in revision: 1245897...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1314355209.53566.1329543719575.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (SOLR-3096) Add book information to the new website</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1674842150.2751329558731671.JavaMail.hudson@aegis%3e">[JENKINS] Solr-trunk - Build # 1766 - Still Failing</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/SOLR-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />David Smiley resolved SOLR-3096.
---------------------------------<br />&nbsp;<br />    Resolution: Fixed<br />&nbsp;<br />Published; closed issue.<br />&nbsp;<br />> Add book...
+        Build: <a href="https://builds.apache.org/job/Solr-trunk/1766/">https://builds.apache.org/job/Solr-trunk/1766/</a><br />&nbsp;<br />All tests passed<br />&nbsp;<br />Build Log (for compile errors):
+[...truncated 27585 lines...]<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 Sat Feb 18 11:15:09 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/%3c1021111999.2721329552747199.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12444 - Still Failing</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1398300714.2761329559907421.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12445 - Still Failing</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1569566987.53609.1329544559438.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3798) Potential IndexReader leak in SearcherManager and NRTManager</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1943172492.53878.1329559139583.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3736) ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1314355209.53566.1329543719575.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (SOLR-3096) Add book information to the new website</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1674842150.2751329558731671.JavaMail.hudson@aegis%3e">[JENKINS] Solr-trunk - Build # 1766 - Still Failing</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 Sat Feb 18 11:15:09 2012
@@ -482,33 +482,32 @@ 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=1245897;view=revision">r1245897</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-3736">LUCENE-3736</a>: Cleanup code a little bit, dont do the same check all the time. (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1245903;view=revision">r1245903</a>
+            import missing (<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=1245836;view=revision">r1245836</a>
-            <a href="https://issues.apache.org/jira/browse/SOLR-3126">SOLR-3126</a>: hardening around peer sync and tests (<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=1245902;view=revision">r1245902</a>
+            Stop cruelty to monkeys and other animals (<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=1245835;view=revision">r1245835</a>
-            fail if we don't see recovering shard flip to active and correct doc count checks (distrib=false) (<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=1245899;view=revision">r1245899</a>
+            Fix javadoc warnings (<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=1245770;view=revision">r1245770</a>
-            Fix test failure, the wrapping really found a bug. It's the same like in SlowCompositeReaderWrapper:
-ant test -Dtestcase=TestReaderClosed -Dtestmethod=test -Dtests.seed=-7c9f33395d707a4a:9a8a104377eade3:-6839e18852fad654... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1245897;view=revision">r1245897</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3736">LUCENE-3736</a>: Cleanup code a little bit, dont do the same check all the time. (<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=1245744;view=revision">r1245744</a>
-            pass numshards on each start call to avoid races (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1245836;view=revision">r1245836</a>
+            <a href="https://issues.apache.org/jira/browse/SOLR-3126">SOLR-3126</a>: hardening around peer sync and tests (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
           </div>
           
@@ -520,33 +519,33 @@ ant test -Dtestcase=TestReaderClosed -Dt
 
         
         <div class="status-item">
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3096">[SOLR-3096] Add book information to the new website</a><br/>
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-2202">[SOLR-2202] Money FieldType</a><br/>
           <div class="section-content">
-                         <p>The attached patch modifies the new website design to incorporate the book information.  It ads a header "mantle" slideshow entry...</p>
+                         <p>Provides support for monetary values to Solr/Lucene with query-time currency conversion. The following features are supported:</p>
+
+<ul class="alternate" type="square">
+	<li>Point queries</li>
+	<li>Range quries...</li></ul>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-2907">[SOLR-2907] java.lang.IllegalArgumentException: deltaQuery has no column to resolve to declared primary key pk=&apos;ITEM_ID, CATEGORY_ID&apos;</a><br/>
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3140">[SOLR-3140] Make omitNorms default for all numeric field types</a><br/>
           <div class="section-content">
-                         <p>We are using solr for our site and ran into this error in our own schema and I was able...</p>
+                         <p>Today norms are enabled for all Solr field types by default, while in Lucene norms are omitted for the numeric...</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3122">[SOLR-3122] RecoveryStrat can not use interrupt due to the use of Channels.</a><br/>
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3096">[SOLR-3096] Add book information to the new website</a><br/>
           <div class="section-content">
-                         <p>along the lines of <a href="https://issues.apache.org/jira/browse/LUCENE-2239" title="Revise NIOFSDirectory and its usage due to NIO limitations on Thread.interrupt"><del>LUCENE-2239</del></a>, we cannot use interrupt unfortunetly.</p>
+                         <p>The attached patch modifies the new website design to incorporate the book information.  It ads a header "mantle" slideshow entry...</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3125">[SOLR-3125] When a SolrCore registers in zk there may be stale leader state in the clusterstate.json.</a><br/>
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-2907">[SOLR-2907] java.lang.IllegalArgumentException: deltaQuery has no column to resolve to declared primary key pk=&apos;ITEM_ID, CATEGORY_ID&apos;</a><br/>
           <div class="section-content">
-                         <p>This can be a problem when stop the whole cluster and then start it - a leader that has not...</p>
+                         <p>We are using solr for our site and ran into this error in our own schema and I was able...</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-2202">[SOLR-2202] Money FieldType</a><br/>
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3122">[SOLR-3122] RecoveryStrat can not use interrupt due to the use of Channels.</a><br/>
           <div class="section-content">
-                         <p>Provides support for monetary values to Solr/Lucene with query-time currency conversion. The following features are supported:</p>
-
-<ul class="alternate" type="square">
-	<li>Point queries</li>
-	<li>Range quries...</li></ul>
+                         <p>along the lines of <a href="https://issues.apache.org/jira/browse/LUCENE-2239" title="Revise NIOFSDirectory and its usage due to NIO limitations on Thread.interrupt"><del>LUCENE-2239</del></a>, we cannot use interrupt unfortunetly.</p>
           </div>
           
         </div>
@@ -557,27 +556,24 @@ ant test -Dtestcase=TestReaderClosed -Dt
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1021111999.2721329552747199.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12444 - Still Failing</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1398300714.2761329559907421.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12445 - Still Failing</a></h4>
           <div class="section-content">
-          Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12444/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12444/</a><br />&nbsp;<br />1 tests failed.
-REGRESSION:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch<br />&nbsp;<br />Error Message:
-shard6 is not consistent, expected:62 and got:63<br />&nbsp;<br />Stack...
+          Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12445/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12445/</a><br />&nbsp;<br />1 tests failed.
+FAILED:  org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch<br />&nbsp;<br />Error Message:
+shard3 is not consistent, expected:47 and got:49<br />&nbsp;<br />Stack...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1569566987.53609.1329544559438.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3798) Potential IndexReader leak in SearcherManager and NRTManager</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1943172492.53878.1329559139583.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3736) ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a></h4>
           <div class="section-content">
-          Potential IndexReader leak in SearcherManager and NRTManager
-------------------------------------------------------------<br />&nbsp;<br />                 Key: LUCENE-3798
-                 URL: <a href="https://issues.apache.org/jira/browse/LUCENE-3798">https://issues.apache.org/jira/browse/LUCENE-3798</a>
-             Project: Lucene - Java
-          Issue Type: Bug...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210890#comment-13210890">https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210890#comment-13210890</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3736:
+---------------------------------------<br />&nbsp;<br />I committed some minor code cleanups in revision: 1245897...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1314355209.53566.1329543719575.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (SOLR-3096) Add book information to the new website</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1674842150.2751329558731671.JavaMail.hudson@aegis%3e">[JENKINS] Solr-trunk - Build # 1766 - Still Failing</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/SOLR-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />David Smiley resolved SOLR-3096.
---------------------------------<br />&nbsp;<br />    Resolution: Fixed<br />&nbsp;<br />Published; closed issue.<br />&nbsp;<br />> Add book...
+          Build: <a href="https://builds.apache.org/job/Solr-trunk/1766/">https://builds.apache.org/job/Solr-trunk/1766/</a><br />&nbsp;<br />All tests passed<br />&nbsp;<br />Build Log (for compile errors):
+[...truncated 27585 lines...]<br />&nbsp;<br />
             </div>
           
         </div>
@@ -616,15 +612,15 @@ for indexing the contents...
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/wilfredo_perez/statuses/170783940943163393">@</a>RT <a href="http://twitter.com/SearchWorkings">@SearchWorkings</a>: Suggestive <a href="http://twitter.com/search?q=%23search">#search</a> with <a href="http://twitter.com/search?q=%23Solr?">#Solr?</a> Read more in our latest blog entry <a href="http://t.co/l0YYJJM7">http://t.co/l0YYJJM7</a>
+             <a href="http://twitter.com/ciuster/statuses/170813863485386752">@</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=%23tika">#tika</a> + <a href="http://twitter.com/search?q=%23mysql">#mysql</a> +  minimal xml = everything you need for a consistent search engine without writing useless code. GREAT!!
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/otisg/statuses/170712754993369089">@</a><a href="http://twitter.com/tintarabin">@tintarabin</a> we didn't do <a href="http://twitter.com/search?q=%23solr">#solr</a> vs <a href="http://twitter.com/search?q=%23elasticsearch">#elasticsearch</a> test here.
+             <a href="http://twitter.com/wilfredo_perez/statuses/170783940943163393">@</a>RT <a href="http://twitter.com/SearchWorkings">@SearchWorkings</a>: Suggestive <a href="http://twitter.com/search?q=%23search">#search</a> with <a href="http://twitter.com/search?q=%23Solr?">#Solr?</a> Read more in our latest blog entry <a href="http://t.co/l0YYJJM7">http://t.co/l0YYJJM7</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/netcoop/statuses/170634967599165440">@</a>Installing <a href="http://twitter.com/search?q=%23TYPO3">#TYPO3</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> on a Debian6 machine: <a href="http://t.co/lx4mItRu">http://t.co/lx4mItRu</a> (howto & script)
+             <a href="http://twitter.com/otisg/statuses/170712754993369089">@</a><a href="http://twitter.com/tintarabin">@tintarabin</a> we didn't do <a href="http://twitter.com/search?q=%23solr">#solr</a> vs <a href="http://twitter.com/search?q=%23elasticsearch">#elasticsearch</a> test here.
           </div>
           
         </div>