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

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

Author: buildbot
Date: Fri Feb 10 20:15:11 2012
New Revision: 804449

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 Fri Feb 10 20:15:11 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=1242903;view=revision">r1242903</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3760">LUCENE-3760</a>: clean up DirectoryReader/SegmentInfos methods (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
+      </div>
+    
+      <div class="section-content">
         <a class="svn" href="http://svn.apache.org/viewvc?revision=1242890;view=revision">r1242890</a>
         <a href="https://issues.apache.org/jira/browse/LUCENE-3766">LUCENE-3766</a>: Remove Tokenizer's default ctor (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
@@ -536,18 +542,17 @@ once a segment is finished.</li>
         if we cannot find a collection, return null rather than NPE (<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=1242828;view=revision">r1242828</a>
-        do not put num_shards in the cluster state (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</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-3766">[LUCENE-3766] Remove/deprecate Tokenizer&apos;s default ctor</a><br/>
+       <div class="section-content">
+        <p>I was working on a new Tokenizer... and I accidentally forgot to call super(input) (and super.reset(input) from my reset method)...</p>
+       </div>
+    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3769">[LUCENE-3769] Simplify NRTManager</a><br/>
        <div class="section-content">
         <p>NRTManager is hairy now, because the applyDeletes is separately passed<br/>
@@ -566,11 +571,6 @@ to ctor, passed to maybeReopen, passed t
         <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-3766">[LUCENE-3766] Remove/deprecate Tokenizer&apos;s default ctor</a><br/>
-       <div class="section-content">
-        <p>I was working on a new Tokenizer... and I accidentally forgot to call super(input) (and super.reset(input) from my reset method)...</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>
@@ -584,23 +584,25 @@ to ctor, passed to maybeReopen, passed t
     <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/%3c1013521689.25121.1328898419638.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/%3c1331044593.25333.1328900699492.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2947) DIH caching bug - EntityRunner destroys child entity processor</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=13205603#comment-13205603">https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205603#comment-13205603</a>
-] <br />&nbsp;<br />Michael McCandless commented on LUCENE-3761:
---------------------------------------------<br />&nbsp;<br />bq. I don't like that this is actually syncing...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205644#comment-13205644">https://issues.apache.org/jira/browse/SOLR-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205644#comment-13205644</a>
+] <br />&nbsp;<br />James Dyer commented on SOLR-2947:
+----------------------------------<br />&nbsp;<br />I not set up yet and not sure how...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c003f01cce821$88b5ea90$9a21bfb0$@thetaphi.de%3e">RE: check-legal-lucene invoked repeatedly?</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1625248445.25286.1328900220005.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3769) Simplify NRTManager</a></h4>
         <div class="section-content">
-        Hi,<br />&nbsp;<br />I would try to make this an ANT-taks by implementing ANTs interfaces, so it
-runs in the ANT...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205635#comment-13205635">https://issues.apache.org/jira/browse/LUCENE-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205635#comment-13205635</a>
+] <br />&nbsp;<br />Simon Willnauer commented on LUCENE-3769:
+-----------------------------------------<br />&nbsp;<br />bq. Hmm, but the example you raised will be...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCANGii8cyeJJb99ooGQnHVVUzGeDU-Dm7frOJLueqyV+LiKWO6A@mail.gmail.com%3e">Re: Welcome David Smiley</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c865694084.25265.1328900100707.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3761) Generalize SearcherManager</a></h4>
         <div class="section-content">
-        I'm joining to all congratulations above!
-Btw, as well you have password, why don't commit SOLR-2155?<br />&nbsp;<br />Regards<br />&nbsp;<br />On...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205632#comment-13205632">https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205632#comment-13205632</a>
+] <br />&nbsp;<br />Simon Willnauer commented on LUCENE-3761:
+-----------------------------------------<br />&nbsp;<br />bq. Hmm, I would prefer sticking with simple synchronized...
         </div>
       </div>
     </div>
@@ -609,6 +611,11 @@ Btw, as well you have password, why don'
     <div id="core-user-mail">
       <h1>Latest Core User</h1>
       <div class="status-item">
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3cF759BEA2-D8DB-4931-8110-09E02D53B88F@eecs.qmul.ac.uk%3e">Re: Filter and IndexSearcher in Lucene 4.0 (trunk)</a></h4>
+        <div class="section-content">
+        See the question was so trivial that you actually missed it :) <br />&nbsp;<br />The problem is that the docs are...
+        </div>
+      
       <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3c004001cce821$a36594d0$ea30be70$@thetaphi.de%3e">RE: Filter and IndexSearcher in Lucene 4.0 (trunk)</a></h4>
         <div class="section-content">
         Whats the problem?<br />&nbsp;<br />-----
@@ -624,14 +631,6 @@ eMail: uwe@thetaphi.de<br />&nbsp;<br />
         Hi,<br />&nbsp;<br />I apologise upfront for the trivial question. I have an IndexSearcher and I am applying a
 FieldCacheTermsFilter filter...
         </div>
-      
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3c4F34455E.9070703@gmail.com%3e">Re: Access next token in a stream</a></h4>
-        <div class="section-content">
-        Στις 9/2/2012 11:12 μμ, ο/η Steven A Rowe έγραψε:
-> Damerian,
->
-> When I said "clear the previous token",...
-        </div>
       </div>
     </div>
     

Modified: websites/production/lucene/content/index.html
==============================================================================
--- websites/production/lucene/content/index.html (original)
+++ websites/production/lucene/content/index.html Fri Feb 10 20:15:11 2012
@@ -631,31 +631,31 @@ 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/%3c1013521689.25121.1328898419638.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/%3c1331044593.25333.1328900699492.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2947) DIH caching bug - EntityRunner destroys child entity processor</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c003f01cce821$88b5ea90$9a21bfb0$@thetaphi.de%3e">RE: check-legal-lucene invoked repeatedly?</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1625248445.25286.1328900220005.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3769) Simplify NRTManager</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCANGii8cyeJJb99ooGQnHVVUzGeDU-Dm7frOJLueqyV+LiKWO6A@mail.gmail.com%3e">Re: Welcome David Smiley</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c865694084.25265.1328900100707.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3761) Generalize SearcherManager</a></h4>
           </div>
         </div>
         <div id="core-user-mail">
           <h1>Latest Core User</h1>
           <div class="status-item">
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3cF759BEA2-D8DB-4931-8110-09E02D53B88F@eecs.qmul.ac.uk%3e">Re: Filter and IndexSearcher in Lucene 4.0 (trunk)</a></h4>
+          
           <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3c004001cce821$a36594d0$ea30be70$@thetaphi.de%3e">RE: Filter and IndexSearcher in Lucene 4.0 (trunk)</a></h4>
           
           <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3c48286351-0E47-442D-BE60-F71785D0FA2B@eecs.qmul.ac.uk%3e">Re: Filter and IndexSearcher in Lucene 4.0 (trunk)</a></h4>
-          
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3c4F34455E.9070703@gmail.com%3e">Re: Access next token in a stream</a></h4>
           </div>
         </div>
         <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/%3cCANGii8f6j4YThFDPhjsmd=dT2+39q+S0kFPeraE4yhN6V6f15w@mail.gmail.com%3e">Re: Geospatial search with multivalued field</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAL3VrCfe8kh7QQMymcFrZr3jS220r-y8bnLVyhKgr6vaDpOagw@mail.gmail.com%3e">Re: (Old) SolrCloud Date Sorting issue</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAKYaY+FR_MeU41sZ5z04HT1_kWsLbsie6ueMskwXVCJsjUynVw@mail.gmail.com%3e">Solrj Stream Server memory leak</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F356B9B.9080905@elyograg.org%3e">SolrJ and INFO level logging</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAL3VrCfdHRWjycfc1v7txOFZFRKiv7S2tNQq8ORWjrWTT6GgAg@mail.gmail.com%3e">Re: (Old) SolrCloud Date Sorting issue</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAL==Twkf2SWiqUX71ejHXEvfp3XzYrY-yb7RE08EN_ejjMnEOQ@mail.gmail.com%3e">Re: Empty results with OR filter query</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 Fri Feb 10 20:15:11 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=1242903;view=revision">r1242903</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3760">LUCENE-3760</a>: clean up DirectoryReader/SegmentInfos methods (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
+          </div>
+          
+          <div class="section-content">
             <a class="svn" href="http://svn.apache.org/viewvc?revision=1242890;view=revision">r1242890</a>
             <a href="https://issues.apache.org/jira/browse/LUCENE-3766">LUCENE-3766</a>: Remove Tokenizer's default ctor (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
@@ -486,12 +492,6 @@ as well as new analysis capabilities.</l
             <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=1242828;view=revision">r1242828</a>
-            do not put num_shards in the cluster state (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
-          </div>
-          
         </div>
         
       </div>
@@ -534,23 +534,25 @@ If we wish to...</p>
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1013521689.25121.1328898419638.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/%3c1331044593.25333.1328900699492.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-2947) DIH caching bug - EntityRunner destroys child entity processor</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=13205603#comment-13205603">https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205603#comment-13205603</a>
-] <br />&nbsp;<br />Michael McCandless commented on LUCENE-3761:
---------------------------------------------<br />&nbsp;<br />bq. I don't like that this is actually syncing...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205644#comment-13205644">https://issues.apache.org/jira/browse/SOLR-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205644#comment-13205644</a>
+] <br />&nbsp;<br />James Dyer commented on SOLR-2947:
+----------------------------------<br />&nbsp;<br />I not set up yet and not sure how...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c003f01cce821$88b5ea90$9a21bfb0$@thetaphi.de%3e">RE: check-legal-lucene invoked repeatedly?</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1625248445.25286.1328900220005.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3769) Simplify NRTManager</a></h4>
           <div class="section-content">
-          Hi,<br />&nbsp;<br />I would try to make this an ANT-taks by implementing ANTs interfaces, so it
-runs in the ANT...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205635#comment-13205635">https://issues.apache.org/jira/browse/LUCENE-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205635#comment-13205635</a>
+] <br />&nbsp;<br />Simon Willnauer commented on LUCENE-3769:
+-----------------------------------------<br />&nbsp;<br />bq. Hmm, but the example you raised will be...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCANGii8cyeJJb99ooGQnHVVUzGeDU-Dm7frOJLueqyV+LiKWO6A@mail.gmail.com%3e">Re: Welcome David Smiley</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c865694084.25265.1328900100707.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3761) Generalize SearcherManager</a></h4>
           <div class="section-content">
-          I'm joining to all congratulations above!
-Btw, as well you have password, why don't commit SOLR-2155?<br />&nbsp;<br />Regards<br />&nbsp;<br />On...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205632#comment-13205632">https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205632#comment-13205632</a>
+] <br />&nbsp;<br />Simon Willnauer commented on LUCENE-3761:
+-----------------------------------------<br />&nbsp;<br />bq. Hmm, I would prefer sticking with simple synchronized...
             </div>
           
         </div>
@@ -561,23 +563,21 @@ Btw, as well you have password, why don'
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCANGii8f6j4YThFDPhjsmd=dT2+39q+S0kFPeraE4yhN6V6f15w@mail.gmail.com%3e">Re: Geospatial search with multivalued field</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAL3VrCfe8kh7QQMymcFrZr3jS220r-y8bnLVyhKgr6vaDpOagw@mail.gmail.com%3e">Re: (Old) SolrCloud Date Sorting issue</a></h4>
           <div class="section-content">
-          Marian,<br />&nbsp;<br />Sorry, I completely forgot to mention.
-Pls check David's instruction
-<a href="https://issues.apache.org/jira/browse/SOLR-2155?focusedCommentId=13117350&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13117350">https://issues.apache.org/jira/browse/SOLR-2155?focusedCommentId=13117350&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13117350</a><br />&nbsp;<br />The patch you tried to use...
+          It looks like everything works fine without my custom component, which
+is good for Solr, bad for me.  The custom...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAKYaY+FR_MeU41sZ5z04HT1_kWsLbsie6ueMskwXVCJsjUynVw@mail.gmail.com%3e">Solrj Stream Server memory leak</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F356B9B.9080905@elyograg.org%3e">SolrJ and INFO level logging</a></h4>
           <div class="section-content">
-          Hello,<br />&nbsp;<br />I am using the SolrJ client's StreamingUpdateSolrServer and when ever i
-stop tomcat, it throws a memory leak...
+          In SolrJ, when using CommonsHttpSolrServer, SolrJ doesn't log anything 
+at or below the INFO level.  When I have the logging...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAL3VrCfdHRWjycfc1v7txOFZFRKiv7S2tNQq8ORWjrWTT6GgAg@mail.gmail.com%3e">Re: (Old) SolrCloud Date Sorting issue</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAL==Twkf2SWiqUX71ejHXEvfp3XzYrY-yb7RE08EN_ejjMnEOQ@mail.gmail.com%3e">Re: Empty results with OR filter query</a></h4>
           <div class="section-content">
-          This is an snapshot of the solrcloud branch from somewhere between a
-year and 6 months ago (can't really remember...
+          For anyone having this issue in the future:<br />&nbsp;<br />I managed to narrow it down to Solr-RA 3.5. Installing Solr...
           </div>
           
         </div>
@@ -589,15 +589,15 @@ year and 6 months ago (can't really reme
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/theMightyFly/statuses/167988895470993408">@</a>quickstart guide set up a  <a href="http://twitter.com/search?q=%23solr">#solr</a> server  under <a href="http://twitter.com/search?q=%23tomcat">#tomcat</a> 7 <a href="http://t.co/gkUNDPn8">http://t.co/gkUNDPn8</a>
+             <a href="http://twitter.com/smxsm/statuses/168050383955034112">@</a>SEO-Kategorie- und Such-Facets mit Apache Solr im Oxid eShop - Beta-Demo unter: <a href="http://t.co/VHentLXp">http://t.co/VHentLXp</a> <a href="http://twitter.com/search?q=%23apache">#apache</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23oxid">#oxid</a> <a href="http://twitter.com/search?q=%23facets">#facets</a> <a href="http://twitter.com/search?q=%23shoptimax">#shoptimax</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/boonious/statuses/167962556479193088">@</a>Perched at the desk at last, with a view to a gloomy sky, now where were we? <a href="http://twitter.com/search?q=%23solr">#solr</a> scalability, real-time search analytics looming large.
+             <a href="http://twitter.com/moliware/statuses/168019580965490688">@</a>RT <a href="http://twitter.com/otisg">@otisg</a>: Mmmm, nice, Whirr adds Solr as a Service patch: <a href="http://t.co/UbU4e0F8">http://t.co/UbU4e0F8</a>   <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23whirr">#whirr</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/KamillSokol/statuses/167915040165462016">@</a>New page layout at the Apache <a href="http://twitter.com/search?q=%23Lucene">#Lucene</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> project <a href="http://t.co/X8Gl3fq2">http://t.co/X8Gl3fq2</a>
+             <a href="http://twitter.com/theMightyFly/statuses/167988895470993408">@</a>quickstart guide set up a  <a href="http://twitter.com/search?q=%23solr">#solr</a> server  under <a href="http://twitter.com/search?q=%23tomcat">#tomcat</a> 7 <a href="http://t.co/gkUNDPn8">http://t.co/gkUNDPn8</a>
           </div>
           
         </div>