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

svn commit: r805781 - 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 Feb 22 14:15:10 2012
New Revision: 805781

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 Feb 22 14:15:10 2012
@@ -303,33 +303,33 @@
       <div class="status-item">
       
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292268;view=revision">r1292268</a>
-        improve assert (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292293;view=revision">r1292293</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3800">LUCENE-3800</a>: &quot;Soft-close&quot; IndexReader (make it unuseable) once a child-reader (subreader, filter delegate, or parallel reader) is closed. (<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=1292243;view=revision">r1292243</a>
-        print zk contents when failing to get leader url (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#siren">siren</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292282;view=revision">r1292282</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3816">LUCENE-3816</a>: Fixed problem in FilteredDocIdSet, if null was returned from the delegate DocIdSet.iterator(), which is allowed to return null... (<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=1292238;view=revision">r1292238</a>
-        fix CoreAdminRequest so that it uses correct key for shard id, use same key for shard id in CoreAdminParams and... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#siren">siren</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292278;view=revision">r1292278</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-2607">SOLR-2607</a>: remove client/ directory (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#ehatcher">ehatcher</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292237;view=revision">r1292237</a>
-        don't wrap if fields is null (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292268;view=revision">r1292268</a>
+        improve assert (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292231;view=revision">r1292231</a>
-        enable tests (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292243;view=revision">r1292243</a>
+        print zk contents when failing to get leader url (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#siren">siren</a>
       </div>
     </div></div>
     
@@ -337,32 +337,35 @@
     <div id="jira">
       <h1>Latest JIRA</h1>
       <div class="status-item">
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3816">[LUCENE-3816] FilteredDocIdSet does not handle a case where the inner set iterator is null</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3800">[LUCENE-3800] Readers wrapping other readers don&apos;t prevent usage if any of their subreaders was closed</a><br/>
        <div class="section-content">
-        <p>DocIdSet#iterator is allowed to return null, when used in FilteredDocIdSet, if null is returned from the inner set, the FilteredDocIdSetIterator...</p>
+        <p>On recent trunk test we got this problem:<br/>
+org.apache.lucene.index.TestReaderClosed.test<br/>
+fails because the inner reader is closed but the wrapped outer...</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3688">[LUCENE-3688] Bucketing of association value of a certain category</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3817">[LUCENE-3817] TestThreadedForceMerge failure</a><br/>
        <div class="section-content">
-        <p>Add facet requests which collect associations of a certain category into buckets, and returns each bucket as a facet result...</p>
+        <p>leaks a file handle....</p>
+
+<p>was running tests a lot to keep my computer busy while debugging something else.</p>
+<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
+<pre>    [junit] Testsuite:...</pre></div></div>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3807">[LUCENE-3807] Cleanup suggester API</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3816">[LUCENE-3816] FilteredDocIdSet does not handle a case where the inner set iterator is null</a><br/>
        <div class="section-content">
-        <p>Currently the suggester api and especially TermFreqIterator don&apos;t play that nice with BytesRef and other paradigms we use in lucene,...</p>
+        <p>DocIdSet#iterator is allowed to return null, when used in FilteredDocIdSet, if null is returned from the inner set, the FilteredDocIdSetIterator...</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/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3688">[LUCENE-3688] Bucketing of association value of a certain category</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>
+        <p>Add facet requests which collect associations of a certain category into buckets, and returns each bucket as a facet result...</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3815">[LUCENE-3815] Correct copy-paste victim Comment</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3807">[LUCENE-3807] Cleanup suggester API</a><br/>
        <div class="section-content">
-        <p>Correct the doc-comment of FieldsProducer (being a copy-paste victim of FieldsConsumer).<br/>
-"consumes" replaced with "produces".</p>
-
-<p>One word change to avoid...</p>
+        <p>Currently the suggester api and especially TermFreqIterator don&apos;t play that nice with BytesRef and other paradigms we use in lucene,...</p>
        </div>
     </div></div>
     
@@ -370,27 +373,26 @@
     <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/%3c1820823634.1591329913241206.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12494 - Still Failing</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1336284104.4138.1329917268963.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
         <div class="section-content">
-        Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12494/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12494/</a><br />&nbsp;<br />2 tests failed.
-FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch<br />&nbsp;<br />Error Message:
-There are still nodes recoverying<br />&nbsp;<br />Stack Trace:
-junit.framework.AssertionFailedError:...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3816:
+----------------------------------<br />&nbsp;<br />    Fix Version/s: 4.0
+                   3.6<br />&nbsp;<br />> FilteredDocIdSet does not handle...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c685642005.1561329912124959.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1788 - Still Failing</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c281371743.4098.1329916428628.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
         <div class="section-content">
-        Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1788/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1788/</a><br />&nbsp;<br />2 tests failed.
-REGRESSION:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch<br />&nbsp;<br />Error Message:
-There are still nodes recoverying<br />&nbsp;<br />Stack Trace:
-junit.framework.AssertionFailedError:...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213592#comment-13213592">https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213592#comment-13213592</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3816:
+---------------------------------------<br />&nbsp;<br />Tha nks for reporting this, I will check and...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1738343560.3859.1329909528913.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3688) Bucketing of association value of a certain category</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c546735987.4094.1329916308572.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Assigned] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Sivan Yogev updated LUCENE-3688:
---------------------------------<br />&nbsp;<br />    Attachment: LUCENE-association-buckets.r1292224.patch<br />&nbsp;<br />New patch<br />&nbsp;<br />> Bucketing of association...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler reassigned LUCENE-3816:
+-------------------------------------<br />&nbsp;<br />    Assignee: Uwe Schindler<br />&nbsp;<br />> FilteredDocIdSet does not handle 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 Feb 22 14:15:10 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/%3c1820823634.1591329913241206.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12494 - Still Failing</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1336284104.4138.1329917268963.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c685642005.1561329912124959.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1788 - Still Failing</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c281371743.4098.1329916428628.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1738343560.3859.1329909528913.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3688) Bucketing of association value of a certain category</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c546735987.4094.1329916308572.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Assigned] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
           </div>
         </div>
         <div id="core-user-mail">
@@ -651,11 +651,11 @@ as well as new analysis capabilities.</l
         <div id="solr-user-mail">
           <h1>Latest Solr User</h1>
           <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAKnDEhhdYbh7nFxroJouqpFamUrg01+mMrTHMR7yZZzuzyXrbw@mail.gmail.com%3e">How is Data Indexed in HBase?</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cB9D7B8B0-FC52-4D99-9B6A-532F2F65EC7B@gmail.com%3e">Re: how to mock solr server solr_sruby</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329908120470-3766139.post@n3.nabble.com%3e">Re: Date filter query</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329914827397-3766360.post@n3.nabble.com%3e">String search in Dismax handler</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329908001459-3766136.post@n3.nabble.com%3e">&#39;location&#39; fieldType indexation impossible</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329914140011-3766335.post@n3.nabble.com%3e">Re: Fast Vector Highlighter Working for some records only</a></h4>
           </div>
         </div>
       </div>

Modified: websites/production/lucene/content/solr/index.html
==============================================================================
--- websites/production/lucene/content/solr/index.html (original)
+++ websites/production/lucene/content/solr/index.html Wed Feb 22 14:15:10 2012
@@ -398,33 +398,33 @@ numeric fields or query relevancy scores
         <div class="status-item">
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292268;view=revision">r1292268</a>
-            improve assert (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292293;view=revision">r1292293</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3800">LUCENE-3800</a>: &quot;Soft-close&quot; IndexReader (make it unuseable) once a child-reader (subreader, filter delegate, or parallel reader) is closed. (<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=1292243;view=revision">r1292243</a>
-            print zk contents when failing to get leader url (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#siren">siren</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292282;view=revision">r1292282</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3816">LUCENE-3816</a>: Fixed problem in FilteredDocIdSet, if null was returned from the delegate DocIdSet.iterator(), which is allowed to return null... (<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=1292238;view=revision">r1292238</a>
-            fix CoreAdminRequest so that it uses correct key for shard id, use same key for shard id in CoreAdminParams and... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#siren">siren</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292278;view=revision">r1292278</a>
+            <a href="https://issues.apache.org/jira/browse/SOLR-2607">SOLR-2607</a>: remove client/ directory (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#ehatcher">ehatcher</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292237;view=revision">r1292237</a>
-            don't wrap if fields is null (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292268;view=revision">r1292268</a>
+            improve assert (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292231;view=revision">r1292231</a>
-            enable tests (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292243;view=revision">r1292243</a>
+            print zk contents when failing to get leader url (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#siren">siren</a>
           </div>
           
         </div>
@@ -435,6 +435,11 @@ numeric fields or query relevancy scores
 
         
         <div class="status-item">
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-2607">[SOLR-2607] Clean up /client directory</a><br/>
+          <div class="section-content">
+                         <p>The /clients directory is a bit of a mess.  The only actively maintained client SolrJ is actually in the /dist...</p>
+          </div>
+          
           <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3151">[SOLR-3151] Replace zookeeper.jsp with a servlet</a><br/>
           <div class="section-content">
                          <p>The zookeeper info is currently generated with a jsp file &#8211; making it harder to maintain then it should be,...</p>
@@ -455,11 +460,6 @@ numeric fields or query relevancy scores
                          <p>For distributed search where each shard represents a logically different index (or physical location), it would be great to know...</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-2667">[SOLR-2667] Finish Solr Admin UI</a><br/>
-          <div class="section-content">
-                         <p>In <a href="https://issues.apache.org/jira/browse/SOLR-2399" title="Solr Admin Interface, reworked"><del>SOLR-2399</del></a>, we added a new admin UI. The issue has gotten too long to follow, so this is...</p>
-          </div>
-          
         </div>
         
       </div>
@@ -468,27 +468,26 @@ numeric fields or query relevancy scores
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1820823634.1591329913241206.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12494 - Still Failing</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1336284104.4138.1329917268963.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
           <div class="section-content">
-          Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12494/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12494/</a><br />&nbsp;<br />2 tests failed.
-FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch<br />&nbsp;<br />Error Message:
-There are still nodes recoverying<br />&nbsp;<br />Stack Trace:
-junit.framework.AssertionFailedError:...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3816:
+----------------------------------<br />&nbsp;<br />    Fix Version/s: 4.0
+                   3.6<br />&nbsp;<br />> FilteredDocIdSet does not handle...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c685642005.1561329912124959.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1788 - Still Failing</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c281371743.4098.1329916428628.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
           <div class="section-content">
-          Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1788/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1788/</a><br />&nbsp;<br />2 tests failed.
-REGRESSION:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch<br />&nbsp;<br />Error Message:
-There are still nodes recoverying<br />&nbsp;<br />Stack Trace:
-junit.framework.AssertionFailedError:...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213592#comment-13213592">https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213592#comment-13213592</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3816:
+---------------------------------------<br />&nbsp;<br />Tha nks for reporting this, I will check and...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1738343560.3859.1329909528913.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3688) Bucketing of association value of a certain category</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c546735987.4094.1329916308572.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Assigned] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Sivan Yogev updated LUCENE-3688:
---------------------------------<br />&nbsp;<br />    Attachment: LUCENE-association-buckets.r1292224.patch<br />&nbsp;<br />New patch<br />&nbsp;<br />> Bucketing of association...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler reassigned LUCENE-3816:
+-------------------------------------<br />&nbsp;<br />    Assignee: Uwe Schindler<br />&nbsp;<br />> FilteredDocIdSet does not handle a...
             </div>
           
         </div>
@@ -499,24 +498,26 @@ junit.framework.AssertionFailedError:...
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAKnDEhhdYbh7nFxroJouqpFamUrg01+mMrTHMR7yZZzuzyXrbw@mail.gmail.com%3e">How is Data Indexed in HBase?</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cB9D7B8B0-FC52-4D99-9B6A-532F2F65EC7B@gmail.com%3e">Re: how to mock solr server solr_sruby</a></h4>
           <div class="section-content">
-          Dear all,<br />&nbsp;<br />I wonder how data in HBase is indexed? Now Solr is used in my system
-because data...
+          You can mock with Ruby really easily, but just overriding methods that would otherwise call
+the server and fake a...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329908120470-3766139.post@n3.nabble.com%3e">Re: Date filter query</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329914827397-3766360.post@n3.nabble.com%3e">String search in Dismax handler</a></h4>
           <div class="section-content">
-          Hi, all
-Thanks for your responses.<br />&nbsp;<br />I'd tried
-[NOW/DAY-30DAY+TO+NOW/DAY-1DAY-1SECOND]
-and seems it works fine for me.<br />&nbsp;<br />Thanks a...
+          Hi,<br />&nbsp;<br />The string I am searching is "Pass By Value".  I am using the qt=dismax (in
+the request query)...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329908001459-3766136.post@n3.nabble.com%3e">'location' fieldType indexation impossible</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329914140011-3766335.post@n3.nabble.com%3e">Re: Fast Vector Highlighter Working for some records only</a></h4>
           <div class="section-content">
-          Hi,<br />&nbsp;<br />When i try to index my location field i get this error for each documents :
-*ATTENTION: Error...
+          Koji Sekiguchi wrote
+> 
+> (12/02/22 11:58), dhaivat wrote:
+>> Thanks for reply,
+>>
+>> But can you please tell...
           </div>
           
         </div>
@@ -528,15 +529,15 @@ and seems it works fine for me.<br />&nb
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/cyberreefguru/statuses/172305278455398401">@</a>RT <a href="http://twitter.com/hull_j">@hull_j</a>: Use <a href="http://twitter.com/search?q=%23Solr?">#Solr?</a> Live in Vegas or there for <a href="http://twitter.com/search?q=%23HIMSS12?">#HIMSS12?</a> Want free dinner? Join <a href="http://twitter.com/dep4b">@dep4b</a> and <a href="http://twitter.com/cvillesw">@cvillesw</a> tonight at 7 PM. <a href="http://t.co/EZyzGLUZ">http://t.co/EZyzGLUZ</a> <a href="http://twitter.com/search?q=%23vegastech">#vegastech</a>
+             <a href="http://twitter.com/keithkim/statuses/172319067720519680">@</a>RT <a href="http://twitter.com/DZone">@DZone</a>: "Exploring the Viability of your Search Engine Results Pages" <a href="http://t.co/R7TA4Hqa">http://t.co/R7TA4Hqa</a> <a href="http://twitter.com/search?q=%23Search">#Search</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/hull_j/statuses/172297850158456833">@</a>Use <a href="http://twitter.com/search?q=%23Solr?">#Solr?</a> Live in Vegas or there for <a href="http://twitter.com/search?q=%23HIMSS12?">#HIMSS12?</a> Want free dinner? Join <a href="http://twitter.com/dep4b">@dep4b</a> and <a href="http://twitter.com/cvillesw">@cvillesw</a> tonight at 7 PM. <a href="http://t.co/EZyzGLUZ">http://t.co/EZyzGLUZ</a> <a href="http://twitter.com/search?q=%23vegastech">#vegastech</a>
+             <a href="http://twitter.com/lettheendbegin/statuses/172310750549913601">@</a>RT <a href="http://twitter.com/DZone">@DZone</a>: "Exploring the Viability of your Search Engine Results Pages" <a href="http://t.co/R7TA4Hqa">http://t.co/R7TA4Hqa</a> <a href="http://twitter.com/search?q=%23Search">#Search</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/drupal_arocom/statuses/172212597511294976">@</a>Apache <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23cron">#cron</a> timed out using <a href="http://twitter.com/search?q=%23drupal6">#drupal6</a> <a href="http://twitter.com/search?q=%23rules">#rules</a> redirect <a href="http://twitter.com/search?q=%23action">#action</a> with flag activated to <a href="http://twitter.com/search?q=%23redirect">#redirect</a> immidiatly. Flag uses goto()...
+             <a href="http://twitter.com/DZone/statuses/172310203654619136">@</a>"Exploring the Viability of your Search Engine Results Pages" <a href="http://t.co/R7TA4Hqa">http://t.co/R7TA4Hqa</a> <a href="http://twitter.com/search?q=%23Search">#Search</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a>
           </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 Feb 22 14:15:10 2012
@@ -303,33 +303,33 @@
       <div class="status-item">
       
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292268;view=revision">r1292268</a>
-        improve assert (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292293;view=revision">r1292293</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3800">LUCENE-3800</a>: &quot;Soft-close&quot; IndexReader (make it unuseable) once a child-reader (subreader, filter delegate, or parallel reader) is closed. (<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=1292243;view=revision">r1292243</a>
-        print zk contents when failing to get leader url (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#siren">siren</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292282;view=revision">r1292282</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3816">LUCENE-3816</a>: Fixed problem in FilteredDocIdSet, if null was returned from the delegate DocIdSet.iterator(), which is allowed to return null... (<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=1292238;view=revision">r1292238</a>
-        fix CoreAdminRequest so that it uses correct key for shard id, use same key for shard id in CoreAdminParams and... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#siren">siren</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292278;view=revision">r1292278</a>
+        <a href="https://issues.apache.org/jira/browse/SOLR-2607">SOLR-2607</a>: remove client/ directory (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#ehatcher">ehatcher</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292237;view=revision">r1292237</a>
-        don't wrap if fields is null (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292268;view=revision">r1292268</a>
+        improve assert (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
       </div>
     
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292231;view=revision">r1292231</a>
-        enable tests (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1292243;view=revision">r1292243</a>
+        print zk contents when failing to get leader url (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#siren">siren</a>
       </div>
     </div></div>
     
@@ -337,32 +337,35 @@
     <div id="jira">
       <h1>Latest JIRA</h1>
       <div class="status-item">
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3816">[LUCENE-3816] FilteredDocIdSet does not handle a case where the inner set iterator is null</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3800">[LUCENE-3800] Readers wrapping other readers don&apos;t prevent usage if any of their subreaders was closed</a><br/>
        <div class="section-content">
-        <p>DocIdSet#iterator is allowed to return null, when used in FilteredDocIdSet, if null is returned from the inner set, the FilteredDocIdSetIterator...</p>
+        <p>On recent trunk test we got this problem:<br/>
+org.apache.lucene.index.TestReaderClosed.test<br/>
+fails because the inner reader is closed but the wrapped outer...</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3688">[LUCENE-3688] Bucketing of association value of a certain category</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3817">[LUCENE-3817] TestThreadedForceMerge failure</a><br/>
        <div class="section-content">
-        <p>Add facet requests which collect associations of a certain category into buckets, and returns each bucket as a facet result...</p>
+        <p>leaks a file handle....</p>
+
+<p>was running tests a lot to keep my computer busy while debugging something else.</p>
+<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
+<pre>    [junit] Testsuite:...</pre></div></div>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3807">[LUCENE-3807] Cleanup suggester API</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3816">[LUCENE-3816] FilteredDocIdSet does not handle a case where the inner set iterator is null</a><br/>
        <div class="section-content">
-        <p>Currently the suggester api and especially TermFreqIterator don&apos;t play that nice with BytesRef and other paradigms we use in lucene,...</p>
+        <p>DocIdSet#iterator is allowed to return null, when used in FilteredDocIdSet, if null is returned from the inner set, the FilteredDocIdSetIterator...</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/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3688">[LUCENE-3688] Bucketing of association value of a certain category</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>
+        <p>Add facet requests which collect associations of a certain category into buckets, and returns each bucket as a facet result...</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3815">[LUCENE-3815] Correct copy-paste victim Comment</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3807">[LUCENE-3807] Cleanup suggester API</a><br/>
        <div class="section-content">
-        <p>Correct the doc-comment of FieldsProducer (being a copy-paste victim of FieldsConsumer).<br/>
-"consumes" replaced with "produces".</p>
-
-<p>One word change to avoid...</p>
+        <p>Currently the suggester api and especially TermFreqIterator don&apos;t play that nice with BytesRef and other paradigms we use in lucene,...</p>
        </div>
     </div></div>
     
@@ -370,27 +373,26 @@
     <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/%3c1820823634.1591329913241206.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12494 - Still Failing</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1336284104.4138.1329917268963.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
         <div class="section-content">
-        Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12494/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12494/</a><br />&nbsp;<br />2 tests failed.
-FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch<br />&nbsp;<br />Error Message:
-There are still nodes recoverying<br />&nbsp;<br />Stack Trace:
-junit.framework.AssertionFailedError:...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3816:
+----------------------------------<br />&nbsp;<br />    Fix Version/s: 4.0
+                   3.6<br />&nbsp;<br />> FilteredDocIdSet does not handle...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c685642005.1561329912124959.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1788 - Still Failing</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c281371743.4098.1329916428628.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
         <div class="section-content">
-        Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1788/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1788/</a><br />&nbsp;<br />2 tests failed.
-REGRESSION:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch<br />&nbsp;<br />Error Message:
-There are still nodes recoverying<br />&nbsp;<br />Stack Trace:
-junit.framework.AssertionFailedError:...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213592#comment-13213592">https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213592#comment-13213592</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3816:
+---------------------------------------<br />&nbsp;<br />Tha nks for reporting this, I will check and...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1738343560.3859.1329909528913.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3688) Bucketing of association value of a certain category</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c546735987.4094.1329916308572.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Assigned] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Sivan Yogev updated LUCENE-3688:
---------------------------------<br />&nbsp;<br />    Attachment: LUCENE-association-buckets.r1292224.patch<br />&nbsp;<br />New patch<br />&nbsp;<br />> Bucketing of association...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler reassigned LUCENE-3816:
+-------------------------------------<br />&nbsp;<br />    Assignee: Uwe Schindler<br />&nbsp;<br />> FilteredDocIdSet does not handle a...
         </div>
       </div>
     </div>

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/index.html (original)
+++ websites/staging/lucene/trunk/content/index.html Wed Feb 22 14:15:10 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/%3c1820823634.1591329913241206.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12494 - Still Failing</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1336284104.4138.1329917268963.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c685642005.1561329912124959.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1788 - Still Failing</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c281371743.4098.1329916428628.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1738343560.3859.1329909528913.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3688) Bucketing of association value of a certain category</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c546735987.4094.1329916308572.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Assigned] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
           </div>
         </div>
         <div id="core-user-mail">
@@ -651,11 +651,11 @@ as well as new analysis capabilities.</l
         <div id="solr-user-mail">
           <h1>Latest Solr User</h1>
           <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAKnDEhhdYbh7nFxroJouqpFamUrg01+mMrTHMR7yZZzuzyXrbw@mail.gmail.com%3e">How is Data Indexed in HBase?</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cB9D7B8B0-FC52-4D99-9B6A-532F2F65EC7B@gmail.com%3e">Re: how to mock solr server solr_sruby</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329908120470-3766139.post@n3.nabble.com%3e">Re: Date filter query</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329914827397-3766360.post@n3.nabble.com%3e">String search in Dismax handler</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329908001459-3766136.post@n3.nabble.com%3e">&#39;location&#39; fieldType indexation impossible</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329914140011-3766335.post@n3.nabble.com%3e">Re: Fast Vector Highlighter Working for some records only</a></h4>
           </div>
         </div>
       </div>

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 Feb 22 14:15:10 2012
@@ -398,33 +398,33 @@ numeric fields or query relevancy scores
         <div class="status-item">
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292268;view=revision">r1292268</a>
-            improve assert (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292293;view=revision">r1292293</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3800">LUCENE-3800</a>: &quot;Soft-close&quot; IndexReader (make it unuseable) once a child-reader (subreader, filter delegate, or parallel reader) is closed. (<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=1292243;view=revision">r1292243</a>
-            print zk contents when failing to get leader url (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#siren">siren</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292282;view=revision">r1292282</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3816">LUCENE-3816</a>: Fixed problem in FilteredDocIdSet, if null was returned from the delegate DocIdSet.iterator(), which is allowed to return null... (<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=1292238;view=revision">r1292238</a>
-            fix CoreAdminRequest so that it uses correct key for shard id, use same key for shard id in CoreAdminParams and... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#siren">siren</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292278;view=revision">r1292278</a>
+            <a href="https://issues.apache.org/jira/browse/SOLR-2607">SOLR-2607</a>: remove client/ directory (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#ehatcher">ehatcher</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292237;view=revision">r1292237</a>
-            don't wrap if fields is null (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292268;view=revision">r1292268</a>
+            improve assert (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
           </div>
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292231;view=revision">r1292231</a>
-            enable tests (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1292243;view=revision">r1292243</a>
+            print zk contents when failing to get leader url (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#siren">siren</a>
           </div>
           
         </div>
@@ -435,6 +435,11 @@ numeric fields or query relevancy scores
 
         
         <div class="status-item">
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-2607">[SOLR-2607] Clean up /client directory</a><br/>
+          <div class="section-content">
+                         <p>The /clients directory is a bit of a mess.  The only actively maintained client SolrJ is actually in the /dist...</p>
+          </div>
+          
           <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3151">[SOLR-3151] Replace zookeeper.jsp with a servlet</a><br/>
           <div class="section-content">
                          <p>The zookeeper info is currently generated with a jsp file &#8211; making it harder to maintain then it should be,...</p>
@@ -455,11 +460,6 @@ numeric fields or query relevancy scores
                          <p>For distributed search where each shard represents a logically different index (or physical location), it would be great to know...</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-2667">[SOLR-2667] Finish Solr Admin UI</a><br/>
-          <div class="section-content">
-                         <p>In <a href="https://issues.apache.org/jira/browse/SOLR-2399" title="Solr Admin Interface, reworked"><del>SOLR-2399</del></a>, we added a new admin UI. The issue has gotten too long to follow, so this is...</p>
-          </div>
-          
         </div>
         
       </div>
@@ -468,27 +468,26 @@ numeric fields or query relevancy scores
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1820823634.1591329913241206.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12494 - Still Failing</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1336284104.4138.1329917268963.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
           <div class="section-content">
-          Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12494/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12494/</a><br />&nbsp;<br />2 tests failed.
-FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch<br />&nbsp;<br />Error Message:
-There are still nodes recoverying<br />&nbsp;<br />Stack Trace:
-junit.framework.AssertionFailedError:...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3816:
+----------------------------------<br />&nbsp;<br />    Fix Version/s: 4.0
+                   3.6<br />&nbsp;<br />> FilteredDocIdSet does not handle...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c685642005.1561329912124959.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1788 - Still Failing</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c281371743.4098.1329916428628.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
           <div class="section-content">
-          Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1788/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1788/</a><br />&nbsp;<br />2 tests failed.
-REGRESSION:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch<br />&nbsp;<br />Error Message:
-There are still nodes recoverying<br />&nbsp;<br />Stack Trace:
-junit.framework.AssertionFailedError:...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213592#comment-13213592">https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213592#comment-13213592</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3816:
+---------------------------------------<br />&nbsp;<br />Tha nks for reporting this, I will check and...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1738343560.3859.1329909528913.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3688) Bucketing of association value of a certain category</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c546735987.4094.1329916308572.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Assigned] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Sivan Yogev updated LUCENE-3688:
---------------------------------<br />&nbsp;<br />    Attachment: LUCENE-association-buckets.r1292224.patch<br />&nbsp;<br />New patch<br />&nbsp;<br />> Bucketing of association...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler reassigned LUCENE-3816:
+-------------------------------------<br />&nbsp;<br />    Assignee: Uwe Schindler<br />&nbsp;<br />> FilteredDocIdSet does not handle a...
             </div>
           
         </div>
@@ -499,24 +498,26 @@ junit.framework.AssertionFailedError:...
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAKnDEhhdYbh7nFxroJouqpFamUrg01+mMrTHMR7yZZzuzyXrbw@mail.gmail.com%3e">How is Data Indexed in HBase?</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cB9D7B8B0-FC52-4D99-9B6A-532F2F65EC7B@gmail.com%3e">Re: how to mock solr server solr_sruby</a></h4>
           <div class="section-content">
-          Dear all,<br />&nbsp;<br />I wonder how data in HBase is indexed? Now Solr is used in my system
-because data...
+          You can mock with Ruby really easily, but just overriding methods that would otherwise call
+the server and fake a...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329908120470-3766139.post@n3.nabble.com%3e">Re: Date filter query</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329914827397-3766360.post@n3.nabble.com%3e">String search in Dismax handler</a></h4>
           <div class="section-content">
-          Hi, all
-Thanks for your responses.<br />&nbsp;<br />I'd tried
-[NOW/DAY-30DAY+TO+NOW/DAY-1DAY-1SECOND]
-and seems it works fine for me.<br />&nbsp;<br />Thanks a...
+          Hi,<br />&nbsp;<br />The string I am searching is "Pass By Value".  I am using the qt=dismax (in
+the request query)...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329908001459-3766136.post@n3.nabble.com%3e">'location' fieldType indexation impossible</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329914140011-3766335.post@n3.nabble.com%3e">Re: Fast Vector Highlighter Working for some records only</a></h4>
           <div class="section-content">
-          Hi,<br />&nbsp;<br />When i try to index my location field i get this error for each documents :
-*ATTENTION: Error...
+          Koji Sekiguchi wrote
+> 
+> (12/02/22 11:58), dhaivat wrote:
+>> Thanks for reply,
+>>
+>> But can you please tell...
           </div>
           
         </div>
@@ -528,15 +529,15 @@ and seems it works fine for me.<br />&nb
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/cyberreefguru/statuses/172305278455398401">@</a>RT <a href="http://twitter.com/hull_j">@hull_j</a>: Use <a href="http://twitter.com/search?q=%23Solr?">#Solr?</a> Live in Vegas or there for <a href="http://twitter.com/search?q=%23HIMSS12?">#HIMSS12?</a> Want free dinner? Join <a href="http://twitter.com/dep4b">@dep4b</a> and <a href="http://twitter.com/cvillesw">@cvillesw</a> tonight at 7 PM. <a href="http://t.co/EZyzGLUZ">http://t.co/EZyzGLUZ</a> <a href="http://twitter.com/search?q=%23vegastech">#vegastech</a>
+             <a href="http://twitter.com/keithkim/statuses/172319067720519680">@</a>RT <a href="http://twitter.com/DZone">@DZone</a>: "Exploring the Viability of your Search Engine Results Pages" <a href="http://t.co/R7TA4Hqa">http://t.co/R7TA4Hqa</a> <a href="http://twitter.com/search?q=%23Search">#Search</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/hull_j/statuses/172297850158456833">@</a>Use <a href="http://twitter.com/search?q=%23Solr?">#Solr?</a> Live in Vegas or there for <a href="http://twitter.com/search?q=%23HIMSS12?">#HIMSS12?</a> Want free dinner? Join <a href="http://twitter.com/dep4b">@dep4b</a> and <a href="http://twitter.com/cvillesw">@cvillesw</a> tonight at 7 PM. <a href="http://t.co/EZyzGLUZ">http://t.co/EZyzGLUZ</a> <a href="http://twitter.com/search?q=%23vegastech">#vegastech</a>
+             <a href="http://twitter.com/lettheendbegin/statuses/172310750549913601">@</a>RT <a href="http://twitter.com/DZone">@DZone</a>: "Exploring the Viability of your Search Engine Results Pages" <a href="http://t.co/R7TA4Hqa">http://t.co/R7TA4Hqa</a> <a href="http://twitter.com/search?q=%23Search">#Search</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/drupal_arocom/statuses/172212597511294976">@</a>Apache <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23cron">#cron</a> timed out using <a href="http://twitter.com/search?q=%23drupal6">#drupal6</a> <a href="http://twitter.com/search?q=%23rules">#rules</a> redirect <a href="http://twitter.com/search?q=%23action">#action</a> with flag activated to <a href="http://twitter.com/search?q=%23redirect">#redirect</a> immidiatly. Flag uses goto()...
+             <a href="http://twitter.com/DZone/statuses/172310203654619136">@</a>"Exploring the Viability of your Search Engine Results Pages" <a href="http://t.co/R7TA4Hqa">http://t.co/R7TA4Hqa</a> <a href="http://twitter.com/search?q=%23Search">#Search</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a>
           </div>
           
         </div>