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/17 16:15:09 UTC

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

Author: buildbot
Date: Fri Feb 17 15:15:09 2012
New Revision: 805187

Log:
Production update by buildbot for lucene

Modified:
    websites/production/lucene/content/core/index.html
    websites/production/lucene/content/index.html
    websites/production/lucene/content/solr/index.html

Modified: websites/production/lucene/content/core/index.html
==============================================================================
--- websites/production/lucene/content/core/index.html (original)
+++ websites/production/lucene/content/core/index.html Fri Feb 17 15:15:09 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=1245583;view=revision">r1245583</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3777">LUCENE-3777</a>: separate out Int/Long/Float/DoubleField to reduce traps (<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=1245502;view=revision">r1245502</a>
         use == for consistency w/ compareTo (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
@@ -536,18 +542,19 @@ once a segment is finished.</li>
         <a href="https://issues.apache.org/jira/browse/SOLR-3131">SOLR-3131</a>: &quot;details&quot; command fails when a replication is forced with a &quot;fetchIndex&quot; command on a non-slave server (<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=1245219;view=revision">r1245219</a>
-        script to start a small cluster easily with an external zk setup (<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-3777">[LUCENE-3777] trapping overloaded ctors/setters in Field/NumericField/DocValuesField</a><br/>
+       <div class="section-content">
+        <p>In trunk, these apis let you easily create a field, but my concern is this:</p>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java"><span class="code-keyword">public</span> NumericField(<span class="code-object">String</span> name, <span class="code-object">int...</span></pre></div></div>
+       </div>
+    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3776">[LUCENE-3776] NRTManager shouldn&apos;t expose its private SearcherManager</a><br/>
        <div class="section-content">
         <p>Spinoff from <a href="https://issues.apache.org/jira/browse/LUCENE-3769" title="Simplify NRTManager"><del>LUCENE-3769</del></a>.</p>
@@ -575,35 +582,31 @@ once a segment is finished.</li>
 
 <p>This is because we silently discard...</p>
        </div>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3109">[LUCENE-3109] Rename FieldsConsumer to InvertedFieldsConsumer</a><br/>
-       <div class="section-content">
-        <p>The name FieldsConsumer is missleading here it really is an InvertedFieldsConsumer and since we are extending codecs to consume non-inverted...</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/%3cABCBFE9F-E01E-4579-847E-635E9760ED75@cominvent.com%3e">Re: [jira] [Commented] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1150060590.50768.1329488519569.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3096) Add book information to the new website</a></h4>
         <div class="section-content">
-        So can we always omit norms for these types and remove the (then) unnecessary omitNorms="true"
-in Solr's schema?<br />&nbsp;<br />--...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210289#comment-13210289">https://issues.apache.org/jira/browse/SOLR-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210289#comment-13210289</a>
+] <br />&nbsp;<br />Steven Rowe commented on SOLR-3096:
+-----------------------------------<br />&nbsp;<br />+1<br />&nbsp;<br />> Add book information to the new...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c00d601cced61$ee2981d0$ca7c8570$@thetaphi.de%3e">RE: [jira] [Commented] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1921016546.50736.1329487800707.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3096) Add book information to the new website</a></h4>
         <div class="section-content">
-        Index time boost is not applied, because e.g. NumericRangeQuery is a
-ConstantScoreQuery.<br />&nbsp;<br />-----
-Uwe Schindler
-H.-H.-Meier-Allee 63, D-28213 Bremen...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210282#comment-13210282">https://issues.apache.org/jira/browse/SOLR-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210282#comment-13210282</a>
+] <br />&nbsp;<br />Mark Miller commented on SOLR-3096:
+-----------------------------------<br />&nbsp;<br />+1, looks fine to me.<br />&nbsp;<br />> Add book...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cBAC55BBD-468A-499C-AC16-0E2715F39A47@cominvent.com%3e">Re: [jira] [Commented] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1273593134.50723.1329487559936.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3776) NRTManager shouldn&#39;t expose its private SearcherManager</a></h4>
         <div class="section-content">
-        A question related to this. Is it ever meaningful to include norms for "int", "date", "long"...
-fieldTypes? Length normalization certainly...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Michael McCandless updated LUCENE-3776:
+---------------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3776.patch<br />&nbsp;<br />OK, I made the evil SearcherFactory a...
         </div>
       </div>
     </div>
@@ -612,6 +615,12 @@ fieldTypes? Length normalization certain
     <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/%3cCAL8PwkbWMpeX8nNs=X=Ynt6iiahFRMd5KpQOAbAXRMveVh6xmA@mail.gmail.com%3e">Re: Why read past EOF</a></h4>
+        <div class="section-content">
+        Hmm, though, one question: if you are using a single IndexWriter,
+always on the same machine, then it should not...
+        </div>
+      
       <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3cCAL8PwkYtOBQzcno5RabyVF7jx1DY4c9vfxV_dkQ1_SdC=_r0Fw@mail.gmail.com%3e">Re: Why read past EOF</a></h4>
         <div class="section-content">
         OK, thanks for bringing closure!<br />&nbsp;<br />Mike McCandless<br />&nbsp;<br /><a href="http://blog.mikemccandless.com">http://blog.mikemccandless.com</a><br />&nbsp;<br />On Thu, Feb 16, 2012 at 10:08 PM, superruiye...
@@ -622,12 +631,6 @@ fieldTypes? Length normalization certain
         Hi,<br />&nbsp;<br /> As part of our application we have to search over a Lucene Index of size ~
 8 GB...
         </div>
-      
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3c1329448126828-3752592.post@n3.nabble.com%3e">Re: Why read past EOF</a></h4>
-        <div class="section-content">
-        Oh,I made a mistake.Our testing server's time is faster hours than it should
-be.I reminded workmate to modify it,and index...
-        </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 17 15:15:09 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/%3cABCBFE9F-E01E-4579-847E-635E9760ED75@cominvent.com%3e">Re: [jira] [Commented] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1150060590.50768.1329488519569.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3096) Add book information to the new website</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c00d601cced61$ee2981d0$ca7c8570$@thetaphi.de%3e">RE: [jira] [Commented] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1921016546.50736.1329487800707.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3096) Add book information to the new website</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cBAC55BBD-468A-499C-AC16-0E2715F39A47@cominvent.com%3e">Re: [jira] [Commented] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1273593134.50723.1329487559936.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3776) NRTManager shouldn&#39;t expose its private 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/%3cCAL8PwkbWMpeX8nNs=X=Ynt6iiahFRMd5KpQOAbAXRMveVh6xmA@mail.gmail.com%3e">Re: Why read past EOF</a></h4>
+          
           <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3cCAL8PwkYtOBQzcno5RabyVF7jx1DY4c9vfxV_dkQ1_SdC=_r0Fw@mail.gmail.com%3e">Re: Why read past EOF</a></h4>
           
           <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3cCAByn+UHVB5Pr3=N7LMwOt+E7ZyepAb9Qsh9FcAOU9eii-zvxBw@mail.gmail.com%3e">Higher Latency at the start of application</a></h4>
-          
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-java-user/201202.mbox/%3c1329448126828-3752592.post@n3.nabble.com%3e">Re: Why read past EOF</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/%3c1329480758804-3753479.post@n3.nabble.com%3e">How to handle to run testcases in ruby code for solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329488095.3984.18.camel@localhost%3e">customizing standard tokenizer</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c8D700AE0-6D21-4C9E-9AF5-E9929898325A@tangentlabs.co.uk%3e">Removing empty dynamic fields from a Solr 1.4 index</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329486459201-3753704.post@n3.nabble.com%3e">Re: Date formatting issue</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329477569620-3753359.post@n3.nabble.com%3e">Re: Error Indexing in solr 3.5</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAN4YXvc3ZtodOfR87WYXS+Anu9RCPcvJeZaantV7r=PmMp2dbQ@mail.gmail.com%3e">Re: Payload and exact search - 2</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 17 15:15:09 2012
@@ -482,6 +482,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=1245583;view=revision">r1245583</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3777">LUCENE-3777</a>: separate out Int/Long/Float/DoubleField to reduce traps (<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=1245502;view=revision">r1245502</a>
             use == for consistency w/ compareTo (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#mikemccand">mikemccand</a>
@@ -505,12 +511,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=1245219;view=revision">r1245219</a>
-            script to start a small cluster easily with an external zk setup (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
-          </div>
-          
         </div>
         
       </div>
@@ -555,24 +555,25 @@ It does not extract the contents of the.
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cABCBFE9F-E01E-4579-847E-635E9760ED75@cominvent.com%3e">Re: [jira] [Commented] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1150060590.50768.1329488519569.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3096) Add book information to the new website</a></h4>
           <div class="section-content">
-          So can we always omit norms for these types and remove the (then) unnecessary omitNorms="true"
-in Solr's schema?<br />&nbsp;<br />--...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210289#comment-13210289">https://issues.apache.org/jira/browse/SOLR-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210289#comment-13210289</a>
+] <br />&nbsp;<br />Steven Rowe commented on SOLR-3096:
+-----------------------------------<br />&nbsp;<br />+1<br />&nbsp;<br />> Add book information to the new...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c00d601cced61$ee2981d0$ca7c8570$@thetaphi.de%3e">RE: [jira] [Commented] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1921016546.50736.1329487800707.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3096) Add book information to the new website</a></h4>
           <div class="section-content">
-          Index time boost is not applied, because e.g. NumericRangeQuery is a
-ConstantScoreQuery.<br />&nbsp;<br />-----
-Uwe Schindler
-H.-H.-Meier-Allee 63, D-28213 Bremen...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210282#comment-13210282">https://issues.apache.org/jira/browse/SOLR-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13210282#comment-13210282</a>
+] <br />&nbsp;<br />Mark Miller commented on SOLR-3096:
+-----------------------------------<br />&nbsp;<br />+1, looks fine to me.<br />&nbsp;<br />> Add book...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cBAC55BBD-468A-499C-AC16-0E2715F39A47@cominvent.com%3e">Re: [jira] [Commented] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1273593134.50723.1329487559936.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3776) NRTManager shouldn't expose its private SearcherManager</a></h4>
           <div class="section-content">
-          A question related to this. Is it ever meaningful to include norms for "int", "date", "long"...
-fieldTypes? Length normalization certainly...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Michael McCandless updated LUCENE-3776:
+---------------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3776.patch<br />&nbsp;<br />OK, I made the evil SearcherFactory a...
             </div>
           
         </div>
@@ -583,22 +584,22 @@ fieldTypes? Length normalization certain
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329480758804-3753479.post@n3.nabble.com%3e">How to handle to run testcases in ruby code for solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329488095.3984.18.camel@localhost%3e">customizing standard tokenizer</a></h4>
           <div class="section-content">
-          Hi  all,
-Am writing rails application by using solr_ruby gem to access solr . 
-Can anybody suggest how to handle...
+          Hi,<br />&nbsp;<br />is it possible to extend the standard tokenizer or use a custom one
+(possible via extending the standard...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c8D700AE0-6D21-4C9E-9AF5-E9929898325A@tangentlabs.co.uk%3e">Removing empty dynamic fields from a Solr 1.4 index</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329486459201-3753704.post@n3.nabble.com%3e">Re: Date formatting issue</a></h4>
           <div class="section-content">
-          Hi all<br />&nbsp;<br />(Note: this question is cross-posted on stackoverflow: <a href="http://stackoverflow.com/questions/9327542/removing-empty-dynamic-fields-from-a-solr-1-4-index)">http://stackoverflow.com/questions/9327542/removing-empty-dynamic-fields-from-a-solr-1-4-index)</a><br />&nbsp;<br />I have a Solr index that uses quite...
+          Expected date example :<br />&nbsp;<br />2012-02-17T13:45:08.1Z<br />&nbsp;<br />Date formatter:<br />&nbsp;<br />yyyy-MM-dd'T'HH:mm:ss.SSS'Z'<br />&nbsp;<br />Missing Zulu in yours ?<br />&nbsp;<br />--
+View...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329477569620-3753359.post@n3.nabble.com%3e">Re: Error Indexing in solr 3.5</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAN4YXvc3ZtodOfR87WYXS+Anu9RCPcvJeZaantV7r=PmMp2dbQ@mail.gmail.com%3e">Re: Payload and exact search - 2</a></h4>
           <div class="section-content">
-          Hi Chantal,<br />&nbsp;<br />I checked my client. It was pointing to the old solrj. After changing that,
-it got indexed...
+          OK, payloads are a bit of a mystery to me, so this may be way off
+base.<br />&nbsp;<br />But...<br />&nbsp;...
           </div>
           
         </div>
@@ -610,15 +611,15 @@ it got indexed...
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/egulias/statuses/170501811256573953">@</a><a href="http://twitter.com/barrerot">@barrerot</a> <a href="http://twitter.com/toleillo">@toleillo</a> os viene bien? RT <a href="http://twitter.com/dep4b">@dep4b</a>: Two page <a href="http://twitter.com/search?q=%23Solr">#Solr</a> quick reference posted on our website: <a href="http://t.co/4FrUJ7tb">http://t.co/4FrUJ7tb</a>
+             <a href="http://twitter.com/misok/statuses/170514890845462529">@</a>Impressed by <a href="http://twitter.com/search?q=%23elasticsearch,">#elasticsearch,</a> much easier to manage than <a href="http://twitter.com/search?q=%23solr.">#solr.</a> Elasticsearch-head is also a great plugin!
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/lsmith/statuses/170486229056487425">@</a>RT <a href="http://twitter.com/dep4b">@dep4b</a>: Two page <a href="http://twitter.com/search?q=%23Solr">#Solr</a> quick reference posted on our website: <a href="http://t.co/uKCSpLIT">http://t.co/uKCSpLIT</a>
+             <a href="http://twitter.com/egulias/statuses/170501811256573953">@</a><a href="http://twitter.com/barrerot">@barrerot</a> <a href="http://twitter.com/toleillo">@toleillo</a> os viene bien? RT <a href="http://twitter.com/dep4b">@dep4b</a>: Two page <a href="http://twitter.com/search?q=%23Solr">#Solr</a> quick reference posted on our website: <a href="http://t.co/4FrUJ7tb">http://t.co/4FrUJ7tb</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/bdarfler/statuses/170480936679518208">@</a>My buddy <a href="http://twitter.com/jjrussell">@jjrussell</a> is hiring Java Devs to work on <a href="http://twitter.com/search?q=%23cassandra">#cassandra</a> and <a href="http://twitter.com/search?q=%23solr">#solr</a> building out a social search platform. Anyone interested? <a href="http://twitter.com/search?q=%23fb">#fb</a> <a href="http://twitter.com/search?q=%23li">#li</a>
+             <a href="http://twitter.com/lsmith/statuses/170486229056487425">@</a>RT <a href="http://twitter.com/dep4b">@dep4b</a>: Two page <a href="http://twitter.com/search?q=%23Solr">#Solr</a> quick reference posted on our website: <a href="http://t.co/uKCSpLIT">http://t.co/uKCSpLIT</a>
           </div>
           
         </div>