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/09 19:15:12 UTC

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

Author: buildbot
Date: Thu Feb  9 18:15:12 2012
New Revision: 804363

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 Thu Feb  9 18: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=1242428;view=revision">r1242428</a>
+        clean up this Changes entry - no need to list extra issues where the contributor is already credited for the... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
+      </div>
+    
+      <div class="section-content">
         <a class="svn" href="http://svn.apache.org/viewvc?revision=1242324;view=revision">r1242324</a>
         <a href="https://issues.apache.org/jira/browse/SOLR-3108">SOLR-3108</a>: Error in SolrCloud's replica lookup code when replica's are hosted in same Solr instance (test) (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
@@ -536,38 +542,20 @@ once a segment is finished.</li>
         Fix for <a href="https://issues.apache.org/jira/browse/SOLR-3111">SOLR-3111</a> - fl param not working when more than one field was specified. Also honors * for &quot;all... (<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=1241986;view=revision">r1241986</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: Clover fixes: Added non-clover-invoking compile-core target specializations to the lucene/test-framework and lucene/tools modules, since these classes have no... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</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-3756">[LUCENE-3756] Don&apos;t allow IndexWriterConfig setters to chain</a><br/>
-       <div class="section-content">
-        <p>Spinoff from <a href="https://issues.apache.org/jira/browse/LUCENE-3736" title="ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)">LUCENE-3736</a>.</p>
-
-<p>I don&apos;t like that IndexWriterConfig&apos;s setters are chainable; it<br/>
-results in code in our tests like...</p>
-       </div>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3765">[LUCENE-3765] trappy ignoreCase behavior with StopFilter/ignoreCase</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3760">[LUCENE-3760] Cleanup DR.getCurrentVersion/DR.getUserData/DR.getIndexCommit().getUserData()</a><br/>
        <div class="section-content">
-        <p>Spinoff from <a href="https://issues.apache.org/jira/browse/LUCENE-3751" title="Align default Japanese configurations for Lucene and Solr">LUCENE-3751</a>:</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">* If &lt;code&gt;stopWords&lt;/code&gt; is an instance of {@link CharArraySet} (<span class="code-keyword">true</span> <span class="code-keyword">if</span>
-* &lt;code&gt;makeStopSet()&lt;/code&gt; was used...</pre></div></div>
+        <p>Spinoff from Ryan&apos;s dev thread "DR.getCommitUserData() vs DR.getIndexCommit().getUserData()"... these methods are confusing/dups right now.</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3760">[LUCENE-3760] Cleanup DR.getCurrentVersion/DR.getUserData/DR.getIndexCommit().getUserData()</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3753">[LUCENE-3753] Restructure the Lucene build system</a><br/>
        <div class="section-content">
-        <p>Spinoff from Ryan&apos;s dev thread "DR.getCommitUserData() vs DR.getIndexCommit().getUserData()"... these methods are confusing/dups right now.</p>
+        <p>Split out separate core/, test-framework/, and tools/ modules, each with its own build.xml, under the lucene/ directory, similar to the...</p>
        </div>
     
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3766">[LUCENE-3766] Remove/deprecate Tokenizer&apos;s default ctor</a><br/>
@@ -579,32 +567,39 @@ results in code in our tests like...</p>
        <div class="section-content">
         <p>I&apos;d like to generalize SearcherManager to a class which can manage instances of a certain type of interfaces. The reason...</p>
        </div>
+    
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3756">[LUCENE-3756] Don&apos;t allow IndexWriterConfig setters to chain</a><br/>
+       <div class="section-content">
+        <p>Spinoff from <a href="https://issues.apache.org/jira/browse/LUCENE-3736" title="ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)">LUCENE-3736</a>.</p>
+
+<p>I don&apos;t like that IndexWriterConfig&apos;s setters are chainable; it<br/>
+results in code in our tests like...</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/%3c460539820.19754.1328804519513.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3765) trappy ignoreCase behavior with StopFilter/ignoreCase</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c426968278.19957.1328807759486.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3766) Remove/deprecate Tokenizer&#39;s default ctor</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Robert Muir updated LUCENE-3765:
---------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3765.patch<br />&nbsp;<br />Updated patch for trunk.<br />&nbsp;<br />I found...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204660#comment-13204660">https://issues.apache.org/jira/browse/LUCENE-3766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204660#comment-13204660</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3766:
+---------------------------------------<br />&nbsp;<br />As far as I remember this was because of...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1414594199.19736.1328804159752.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-3117) CoreDescriptor attempts to use the name before checking if it is null</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c402577401.19950.1328807279672.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-2957) collection URLs in a cluster</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/SOLR-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Mark Miller updated SOLR-3117:
-------------------------------<br />&nbsp;<br />    Fix Version/s: 4.0
-         Assignee: Mark Miller<br />&nbsp;<br />> CoreDescriptor attempts...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Mark Miller updated SOLR-2957:
+------------------------------<br />&nbsp;<br />    Attachment: SOLR-2957.patch<br />&nbsp;<br />I've implemented the first part - if...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1826136605.19727.1328804039828.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3761) Generalize SearcherManager</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c710375822.19930.1328807165598.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3109) group=true requests result in numerous redundant shard requests</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204614#comment-13204614">https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204614#comment-13204614</a>
-] <br />&nbsp;<br />Michael McCandless commented on LUCENE-3761:
---------------------------------------------<br />&nbsp;<br />Looks awesome -- I like this 2nd approach better!...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204653#comment-13204653">https://issues.apache.org/jira/browse/SOLR-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204653#comment-13204653</a>
+] <br />&nbsp;<br />Russell Black commented on SOLR-3109:
+-------------------------------------<br />&nbsp;<br />In {{TestDistributedGrouping}} you wrote the following comment:<br />&nbsp;<br />{code}...
         </div>
       </div>
     </div>

Modified: websites/production/lucene/content/index.html
==============================================================================
--- websites/production/lucene/content/index.html (original)
+++ websites/production/lucene/content/index.html Thu Feb  9 18: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/%3c460539820.19754.1328804519513.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3765) trappy ignoreCase behavior with StopFilter/ignoreCase</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c426968278.19957.1328807759486.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3766) Remove/deprecate Tokenizer&#39;s default ctor</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1414594199.19736.1328804159752.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-3117) CoreDescriptor attempts to use the name before checking if it is null</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c402577401.19950.1328807279672.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-2957) collection URLs in a cluster</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1826136605.19727.1328804039828.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3761) Generalize SearcherManager</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c710375822.19930.1328807165598.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3109) group=true requests result in numerous redundant shard requests</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/%3c4F33F27C.7040804@solarier.de%3e">Re: Help:Solr can&#39;t put all pdf files into  index</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAL3VrCdTHmV-uNqNZ2AfwjiYPXLxZ+3jzyoiD5pp5USckoA6rw@mail.gmail.com%3e">Re: Zookeeper view not displaying on latest trunk</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c74f83e95.14605.13562e419cb.Coremail.whuiss_cs2011@163.com%3e">Re:Re: Help:Solr can&#39;t put all pdf files into  index</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1328806934549-3730070.post@n3.nabble.com%3e">Re: struggling with solr.WordDelimiterFilterFactory and periods &quot;.&quot; or dots</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAN4YXvcxjq2nmfE2dbfuxtbhkHtdMkyMJjw7xrkH3-pXMad4Ow@mail.gmail.com%3e">Re: Wildcard ? issue?</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F33F27C.7040804@solarier.de%3e">Re: Help:Solr can&#39;t put all pdf files into  index</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 Thu Feb  9 18: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=1242428;view=revision">r1242428</a>
+            clean up this Changes entry - no need to list extra issues where the contributor is already credited for the... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
+          </div>
+          
+          <div class="section-content">
             <a class="svn" href="http://svn.apache.org/viewvc?revision=1242324;view=revision">r1242324</a>
             <a href="https://issues.apache.org/jira/browse/SOLR-3108">SOLR-3108</a>: Error in SolrCloud's replica lookup code when replica's are hosted in same Solr instance (test) (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
@@ -486,12 +492,6 @@ as well as new analysis capabilities.</l
             <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=1241986;view=revision">r1241986</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: Clover fixes: Added non-clover-invoking compile-core target specializations to the lucene/test-framework and lucene/tools modules, since these classes have no... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</a>
-          </div>
-          
         </div>
         
       </div>
@@ -506,6 +506,11 @@ as well as new analysis capabilities.</l
 If we wish to...</p>
           </div>
           
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-2191">[SOLR-2191] Change SolrException cstrs that take Throwable to default to alreadyLogged=false</a><br/>
+          <div class="section-content">
+                         <p>Because of misuse, many exceptions are now not logged at all - can be painful when doing dev. I think...</p>
+          </div>
+          
           <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3109">[SOLR-3109] group=true requests result in numerous redundant shard requests</a><br/>
           <div class="section-content">
                          <p>During the second phase of a group query, the collator sends a query to each of the shards.  The purpose...</p>
@@ -523,11 +528,6 @@ If we wish to...</p>
                          <p>When creating a new collection, a placeholder for each shard should be created.</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3080">[SOLR-3080] We should consider removing shard info from Zk when you explicitly unload a SolrCore.</a><br/>
-          <div class="section-content">
-                         
-          </div>
-          
         </div>
         
       </div>
@@ -536,26 +536,25 @@ If we wish to...</p>
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c460539820.19754.1328804519513.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3765) trappy ignoreCase behavior with StopFilter/ignoreCase</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c426968278.19957.1328807759486.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3766) Remove/deprecate Tokenizer's default ctor</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Robert Muir updated LUCENE-3765:
---------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3765.patch<br />&nbsp;<br />Updated patch for trunk.<br />&nbsp;<br />I found...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204660#comment-13204660">https://issues.apache.org/jira/browse/LUCENE-3766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204660#comment-13204660</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3766:
+---------------------------------------<br />&nbsp;<br />As far as I remember this was because of...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1414594199.19736.1328804159752.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-3117) CoreDescriptor attempts to use the name before checking if it is null</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c402577401.19950.1328807279672.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-2957) collection URLs in a cluster</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/SOLR-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Mark Miller updated SOLR-3117:
-------------------------------<br />&nbsp;<br />    Fix Version/s: 4.0
-         Assignee: Mark Miller<br />&nbsp;<br />> CoreDescriptor attempts...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Mark Miller updated SOLR-2957:
+------------------------------<br />&nbsp;<br />    Attachment: SOLR-2957.patch<br />&nbsp;<br />I've implemented the first part - if...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1826136605.19727.1328804039828.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3761) Generalize SearcherManager</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c710375822.19930.1328807165598.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3109) group=true requests result in numerous redundant shard requests</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204614#comment-13204614">https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204614#comment-13204614</a>
-] <br />&nbsp;<br />Michael McCandless commented on LUCENE-3761:
---------------------------------------------<br />&nbsp;<br />Looks awesome -- I like this 2nd approach better!...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204653#comment-13204653">https://issues.apache.org/jira/browse/SOLR-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204653#comment-13204653</a>
+] <br />&nbsp;<br />Russell Black commented on SOLR-3109:
+-------------------------------------<br />&nbsp;<br />In {{TestDistributedGrouping}} you wrote the following comment:<br />&nbsp;<br />{code}...
             </div>
           
         </div>
@@ -566,24 +565,23 @@ If we wish to...</p>
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F33F27C.7040804@solarier.de%3e">Re: Help:Solr can't put all pdf files into  index</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAL3VrCdTHmV-uNqNZ2AfwjiYPXLxZ+3jzyoiD5pp5USckoA6rw@mail.gmail.com%3e">Re: Zookeeper view not displaying on latest trunk</a></h4>
           <div class="section-content">
-          I don't know much about Tika, but this seems to be a bug in PDFBox.<br />&nbsp;<br />See: <a href="https://issues.apache.org/jira/browse/PDFBOX-797">https://issues.apache.org/jira/browse/PDFBOX-797</a><br />&nbsp;<br />Yoz...
+          To get this to work I had to modify my solr.xml to add a
+defaultCoreName, then everything worked fine on...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c74f83e95.14605.13562e419cb.Coremail.whuiss_cs2011@163.com%3e">Re:Re: Help:Solr can't put all pdf files into  index</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1328806934549-3730070.post@n3.nabble.com%3e">Re: struggling with solr.WordDelimiterFilterFactory and periods "." or dots</a></h4>
           <div class="section-content">
-          I test one file that is missing in Solr index. And solr response as below  <br />&nbsp;<br />...
-<str name="Total Requests made to DataSource">0</str>
-<str name="Total Rows Fetched">1</str>
-<str name="Total Documents Skipped">0...</str>
+          >>
+OK, first question is why are you searching on two different values?
+Is that intentional? 
+<<<br />&nbsp;<br />yes - our...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAN4YXvcxjq2nmfE2dbfuxtbhkHtdMkyMJjw7xrkH3-pXMad4Ow@mail.gmail.com%3e">Re: Wildcard ? issue?</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F33F27C.7040804@solarier.de%3e">Re: Help:Solr can't put all pdf files into  index</a></h4>
           <div class="section-content">
-          You can pull down 3.5 (aka 3.x) from the nightly build if you want, see:
-<a href="https://builds.apache.org//view/S-Z/view/Solr/job/Solr-3.x/">https://builds.apache.org//view/S-Z/view/Solr/job/Solr-3.x/</a>
-the "last successful artifacts"...
+          I don't know much about Tika, but this seems to be a bug in PDFBox.<br />&nbsp;<br />See: <a href="https://issues.apache.org/jira/browse/PDFBOX-797">https://issues.apache.org/jira/browse/PDFBOX-797</a><br />&nbsp;<br />Yoz...
           </div>
           
         </div>
@@ -595,15 +593,15 @@ the "last successful artifacts"...
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/dep4b/statuses/167589222797148161">@</a>Patent Troll Shows Need To Improve Search To Disprove <a href="http://t.co/sGgDHM0l">http://t.co/sGgDHM0l</a> <a href="http://twitter.com/search?q=%23solr">#solr</a>
+             <a href="http://twitter.com/irnnr/statuses/167671601750487040">@</a>Just added support for German compound words in EXT:solr <a href="http://t.co/ARJvuOdf">http://t.co/ARJvuOdf</a> Thanks for inspiration <a href="http://twitter.com/typo3media">@typo3media</a> <a href="http://twitter.com/search?q=%23TYPO3">#TYPO3</a> <a href="http://twitter.com/search?q=%23CMS">#CMS</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a> <a href="http://twitter.com/search?q=%23search">#search</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/arnautovic_emir/statuses/167524686677278721">@</a>Replicating SOLR index using Torrent... interesting <a href="http://t.co/bsiWbAeD">http://t.co/bsiWbAeD</a> <a href="http://twitter.com/search?q=%23solr">#solr</a>
+             <a href="http://twitter.com/jobkelderman/statuses/167670661542711297">@</a>Vandaag <a href="http://twitter.com/Insyde">@Insyde</a> lekker ouderwetsch zitten <a href="http://twitter.com/search?q=%23nerden">#nerden</a> met <a href="http://twitter.com/search?q=%23Tomcat,">#Tomcat,</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a> en <a href="http://twitter.com/search?q=%23php.">#php.</a> En dat alles fijn in een <a href="http://twitter.com/search?q=%23scrum">#scrum</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/michaelmorett/statuses/167456727292325888">@</a>Good intro to <a href="http://twitter.com/search?q=%23Solr:">#Solr:</a> <a href="http://t.co/IsKgMWo8">http://t.co/IsKgMWo8</a>
+             <a href="http://twitter.com/vincentfleury/statuses/167658847996092416">@</a>RT <a href="http://twitter.com/sebastien_lucas">@sebastien_lucas</a>: Très bon article de blog en français sur apache <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://t.co/sbKMsTJC">http://t.co/sbKMsTJC</a>
           </div>
           
         </div>