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/16 12:15:10 UTC

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

Author: buildbot
Date: Thu Feb 16 11:15:10 2012
New Revision: 805060

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 Thu Feb 16 11:15:10 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=1244925;view=revision">r1244925</a>
+        remove dead code (<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=1244806;view=revision">r1244806</a>
         <a href="https://issues.apache.org/jira/browse/SOLR-3126">SOLR-3126</a>: adjust peersync to avoid false positive syncs during updates (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#yonik">yonik</a>
@@ -537,18 +543,24 @@ once a segment is finished.</li>
 formatter style to import anymore. (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#dweiss">dweiss</a>
       </div>
-    
-      <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1244688;view=revision">r1244688</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-3731">LUCENE-3731</a>: performance improvements and thread safety fixes to UIMA tokenizers (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</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-3792">[LUCENE-3792] Remove StringField</a><br/>
+       <div class="section-content">
+        <p>Often on the mailing list there is confusion about NOT_ANALYZED.</p>
+
+<p>Besides being useless (Just use KeywordAnalyzer instead), people trip up...</p>
+       </div>
+    
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3731">[LUCENE-3731] Create a analysis/uima module for UIMA based tokenizers/analyzers</a><br/>
+       <div class="section-content">
+        <p>As discussed in <a href="https://issues.apache.org/jira/browse/SOLR-3013" title="Add UIMA based tokenizers / filters that can be used in the schema.xml">SOLR-3013</a> the UIMA Tokenizers/Analyzer should be refactored out in a separate module (modules/analysis/uima) as they can be...</p>
+       </div>
+    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3754">[LUCENE-3754] Store generated archive manifests in per-module output directories</a><br/>
        <div class="section-content">
         <p>Currently, generated archive manifests are all stored in the same location, so each module&apos;s build overwrites the previously built module&apos;s...</p>
@@ -565,41 +577,37 @@ formatter style to import anymore. (<a h
        <div class="section-content">
         <p>Currently the grouping module has many collector classes with a lot of different options per class. I think it would...</p>
        </div>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3731">[LUCENE-3731] Create a analysis/uima module for UIMA based tokenizers/analyzers</a><br/>
-       <div class="section-content">
-        <p>As discussed in <a href="https://issues.apache.org/jira/browse/SOLR-3013" title="Add UIMA based tokenizers / filters that can be used in the schema.xml">SOLR-3013</a> the UIMA Tokenizers/Analyzer should be refactored out in a separate module (modules/analysis/uima) as they can be...</p>
-       </div>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3791">[LUCENE-3791] ant eclipse should setup default project formatting.</a><br/>
-       <div class="section-content">
-        <p>I admit it&apos;s selfish. I have a git workflow and I often do "git clean -xfd" which restores a pristine...</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/%3c1961095945.45472.1329382979803.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Issue Comment Edited] (SOLR-1279) ApostropheTokenizer</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2025089819.45577.1329388020014.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3792) Remove StringField</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/SOLR-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209231#comment-13209231">https://issues.apache.org/jira/browse/SOLR-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209231#comment-13209231</a>
-] <br />&nbsp;<br />Mauro Asprea edited comment on SOLR-1279 at 2/16/12 9:02 AM:
--------------------------------------------------------------<br />&nbsp;<br />I confirm this is...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Robert Muir updated LUCENE-3792:
+--------------------------------<br />&nbsp;<br />             Priority: Blocker  (was: Major)
+    Affects Version/s: 4.0
+        Fix Version/s: 4.0...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1589173162.45469.1329382979641.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-1279) ApostropheTokenizer</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c795242816.45572.1329387659600.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3792) Remove StringField</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/SOLR-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209231#comment-13209231">https://issues.apache.org/jira/browse/SOLR-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209231#comment-13209231</a>
-] <br />&nbsp;<br />Mauro Asprea commented on SOLR-1279:
-------------------------------------<br />&nbsp;<br />I confirm this is working using the WordDelimiterFilterFactory like...
+        Remove StringField
+------------------<br />&nbsp;<br />                 Key: LUCENE-3792
+                 URL: <a href="https://issues.apache.org/jira/browse/LUCENE-3792">https://issues.apache.org/jira/browse/LUCENE-3792</a>
+             Project: Lucene - Java
+          Issue Type: Task
+            Reporter: Robert Muir<br />&nbsp;<br />Often...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2022569671.45474.1329382979933.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Issue Comment Edited] (SOLR-1279) ApostropheTokenizer</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1938459028.45568.1329387426472.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/SOLR-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209231#comment-13209231">https://issues.apache.org/jira/browse/SOLR-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209231#comment-13209231</a>
-] <br />&nbsp;<br />Mauro Asprea edited comment on SOLR-1279 at 2/16/12 9:02 AM:
--------------------------------------------------------------<br />&nbsp;<br />I confirm this is...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209247#comment-13209247">https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209247#comment-13209247</a>
+] <br />&nbsp;<br />Tommaso Teofili commented on LUCENE-3731:
+-----------------------------------------<br />&nbsp;<br />Right, everything seems ok now.
+I also tried to...
         </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 16 11: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/%3c1961095945.45472.1329382979803.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Issue Comment Edited] (SOLR-1279) ApostropheTokenizer</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2025089819.45577.1329388020014.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3792) Remove StringField</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1589173162.45469.1329382979641.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-1279) ApostropheTokenizer</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c795242816.45572.1329387659600.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3792) Remove StringField</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2022569671.45474.1329382979933.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Issue Comment Edited] (SOLR-1279) ApostropheTokenizer</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1938459028.45568.1329387426472.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</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/%3c1329383680319-3749576.post@n3.nabble.com%3e">Best requestHandler for &quot;typing error&quot;.</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329384867964-3749631.post@n3.nabble.com%3e">Re: Do we need reindexing from solr 1.4.1 to 3.5.0?</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAP5H3z1y-k8LR8aZp67Q3r5qL-zD1SjWF_xcdHEiEUhwKuS+aQ@mail.gmail.com%3e">problem to indexing pdf directory</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329384809433-3749629.post@n3.nabble.com%3e">Re: Do we need reindexing from solr 1.4.1 to 3.5.0?</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAEqgbPyjHr+StNEDmgo4TDH4_79d5Xmkn+6MT5KpcZz2zu=CGQ@mail.gmail.com%3e">Re: &#39;foruns&#39; don&#39;t match &#39;forum&#39; with NGramFilterFactory (or EdgeNGramFilterFactory)</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329383680319-3749576.post@n3.nabble.com%3e">Best requestHandler for &quot;typing error&quot;.</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 16 11:15:10 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=1244925;view=revision">r1244925</a>
+            remove dead code (<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=1244806;view=revision">r1244806</a>
             <a href="https://issues.apache.org/jira/browse/SOLR-3126">SOLR-3126</a>: adjust peersync to avoid false positive syncs during updates (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#yonik">yonik</a>
@@ -487,12 +493,6 @@ formatter style to import anymore. (<a h
             <a href="http://people.apache.org/committer-index.html#dweiss">dweiss</a>
           </div>
           
-          <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1244688;view=revision">r1244688</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-3731">LUCENE-3731</a>: performance improvements and thread safety fixes to UIMA tokenizers (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
-          </div>
-          
         </div>
         
       </div>
@@ -534,25 +534,31 @@ formatter style to import anymore. (<a h
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1961095945.45472.1329382979803.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Issue Comment Edited] (SOLR-1279) ApostropheTokenizer</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2025089819.45577.1329388020014.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3792) Remove StringField</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/SOLR-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209231#comment-13209231">https://issues.apache.org/jira/browse/SOLR-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209231#comment-13209231</a>
-] <br />&nbsp;<br />Mauro Asprea edited comment on SOLR-1279 at 2/16/12 9:02 AM:
--------------------------------------------------------------<br />&nbsp;<br />I confirm this is...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Robert Muir updated LUCENE-3792:
+--------------------------------<br />&nbsp;<br />             Priority: Blocker  (was: Major)
+    Affects Version/s: 4.0
+        Fix Version/s: 4.0...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1589173162.45469.1329382979641.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-1279) ApostropheTokenizer</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c795242816.45572.1329387659600.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3792) Remove StringField</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/SOLR-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209231#comment-13209231">https://issues.apache.org/jira/browse/SOLR-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209231#comment-13209231</a>
-] <br />&nbsp;<br />Mauro Asprea commented on SOLR-1279:
-------------------------------------<br />&nbsp;<br />I confirm this is working using the WordDelimiterFilterFactory like...
+          Remove StringField
+------------------<br />&nbsp;<br />                 Key: LUCENE-3792
+                 URL: <a href="https://issues.apache.org/jira/browse/LUCENE-3792">https://issues.apache.org/jira/browse/LUCENE-3792</a>
+             Project: Lucene - Java
+          Issue Type: Task
+            Reporter: Robert Muir<br />&nbsp;<br />Often...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2022569671.45474.1329382979933.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Issue Comment Edited] (SOLR-1279) ApostropheTokenizer</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1938459028.45568.1329387426472.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3731) Create a analysis/uima module for UIMA based tokenizers/analyzers</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/SOLR-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209231#comment-13209231">https://issues.apache.org/jira/browse/SOLR-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209231#comment-13209231</a>
-] <br />&nbsp;<br />Mauro Asprea edited comment on SOLR-1279 at 2/16/12 9:02 AM:
--------------------------------------------------------------<br />&nbsp;<br />I confirm this is...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209247#comment-13209247">https://issues.apache.org/jira/browse/LUCENE-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209247#comment-13209247</a>
+] <br />&nbsp;<br />Tommaso Teofili commented on LUCENE-3731:
+-----------------------------------------<br />&nbsp;<br />Right, everything seems ok now.
+I also tried to...
             </div>
           
         </div>
@@ -563,24 +569,22 @@ formatter style to import anymore. (<a h
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329383680319-3749576.post@n3.nabble.com%3e">Best requestHandler for "typing error".</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329384867964-3749631.post@n3.nabble.com%3e">Re: Do we need reindexing from solr 1.4.1 to 3.5.0?</a></h4>
           <div class="section-content">
-          Hello.<br />&nbsp;<br />Which RH do you use to find typing errors like "goolge" => do you mean
-"google" ?!<br />&nbsp;...
+          we have both stored = true and false fields in the schema. So we cant reindex
+wat u said. we...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAP5H3z1y-k8LR8aZp67Q3r5qL-zD1SjWF_xcdHEiEUhwKuS+aQ@mail.gmail.com%3e">problem to indexing pdf directory</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329384809433-3749629.post@n3.nabble.com%3e">Re: Do we need reindexing from solr 1.4.1 to 3.5.0?</a></h4>
           <div class="section-content">
-          Hi all,
-I have a problem to configure a pdf indexing from a directory in my solr
-wit DIH:<br />&nbsp;...
+          I kept old schema files and solrconfig file but there were some errors due to
+which solr was not loading....
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAEqgbPyjHr+StNEDmgo4TDH4_79d5Xmkn+6MT5KpcZz2zu=CGQ@mail.gmail.com%3e">Re: 'foruns' don't match 'forum' with NGramFilterFactory (or EdgeNGramFilterFactory)</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329383680319-3749576.post@n3.nabble.com%3e">Best requestHandler for "typing error".</a></h4>
           <div class="section-content">
-          Hi,<br />&nbsp;<br />It's funny that if you try "fóruns" it matches:
-<a href="http://bhakta.casadomato.org:8982/solr/select/?q=f%C3%B3runs&version=2.2&start=0&rows=10&indent=on">http://bhakta.casadomato.org:8982/solr/select/?q=f%C3%B3runs&version=2.2&start=0&rows=10&indent=on</a>
-But not when you try "foruns", it does...
+          Hello.<br />&nbsp;<br />Which RH do you use to find typing errors like "goolge" => do you mean
+"google" ?!<br />&nbsp;...
           </div>
           
         </div>
@@ -592,15 +596,15 @@ But not when you try "foruns", it does..
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/Nicolas_Andry/statuses/170042986489577472">@</a>En route pour la 2ème journée de formation <a href="http://twitter.com/search?q=%23ermes2">#ermes2</a> <a href="http://twitter.com/search?q=%23archimed.">#archimed.</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> et <a href="http://twitter.com/search?q=%23velocity">#velocity</a>  au programme. Au passage... de belles évolutions. Etonnés?
+             <a href="http://twitter.com/cpt_ahag/statuses/170095703090143233">@</a>RT <a href="http://twitter.com/SearchWorkings">@SearchWorkings</a>: Suggestive <a href="http://twitter.com/search?q=%23search">#search</a> with <a href="http://twitter.com/search?q=%23Solr?">#Solr?</a> Read more in our latest blog entry <a href="http://t.co/QPsAYNEL">http://t.co/QPsAYNEL</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/Cybersmog/statuses/169957336159485954">@</a>late night fight with Solr and indexing files attached to tt_news records: <a href="http://t.co/u5ZtV3s4">http://t.co/u5ZtV3s4</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a> <a href="http://twitter.com/search?q=%23TYPO3">#TYPO3</a>
+             <a href="http://twitter.com/Nicolas_Andry/statuses/170042986489577472">@</a>En route pour la 2ème journée de formation <a href="http://twitter.com/search?q=%23ermes2">#ermes2</a> <a href="http://twitter.com/search?q=%23archimed.">#archimed.</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> et <a href="http://twitter.com/search?q=%23velocity">#velocity</a>  au programme. Au passage... de belles évolutions. Etonnés?
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/PravinChikhale/statuses/169949506828374018">@</a>RT <a href="http://twitter.com/DZone">@DZone</a> "Indexing with SolrJ" <a href="http://t.co/zWa4F6Hw">http://t.co/zWa4F6Hw</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a> <a href="http://twitter.com/search?q=%23SolrJ">#SolrJ</a> <a href="http://twitter.com/search?q=%23Tika">#Tika</a> <a href="http://twitter.com/search?q=%23in">#in</a>
+             <a href="http://twitter.com/Cybersmog/statuses/169957336159485954">@</a>late night fight with Solr and indexing files attached to tt_news records: <a href="http://t.co/u5ZtV3s4">http://t.co/u5ZtV3s4</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a> <a href="http://twitter.com/search?q=%23TYPO3">#TYPO3</a>
           </div>
           
         </div>