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/07 21:15:14 UTC

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

Author: buildbot
Date: Tue Feb  7 20:15:13 2012
New Revision: 804129

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 Tue Feb  7 20:15:13 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=1241588;view=revision">r1241588</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: Restructure the Lucene build system (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</a>
+      </div>
+    
+      <div class="section-content">
         <a class="svn" href="http://svn.apache.org/viewvc?revision=1241550;view=revision">r1241550</a>
         <a href="https://issues.apache.org/jira/browse/SOLR-3107">SOLR-3107</a>: hardwire seed in langdetect langid impl (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
@@ -536,19 +542,22 @@ once a segment is finished.</li>
         <a href="https://issues.apache.org/jira/browse/LUCENE-3736">LUCENE-3736</a>: Refactor ParallelReader to ParallelAtomicReader and ParallelCompositeReader (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
       </div>
-    
-      <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1241355;view=revision">r1241355</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-3746">LUCENE-3746</a>: suggest.fst.Sort.BufferSize should not automatically fail just because of freeMemory()
- (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#doronc">doronc</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-3753">[LUCENE-3753] Restructure the Lucene build system</a><br/>
+       <div class="section-content">
+        <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-3758">[LUCENE-3758] Allow the ComplexPhraseQueryParser to search order or un-order proximity queries.</a><br/>
+       <div class="section-content">
+        <p>The ComplexPhraseQueryParser use SpanNearQuery, but always set the "inOrder" value hardcoded to "true". This could be configurable.</p>
+       </div>
+    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3757">[LUCENE-3757] Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a><br/>
        <div class="section-content">
         <p>The documentation of IndexReaderContext.leaves() states that it returns (for convenience) all leave nodes, if the context is top-level (directly got...</p>
@@ -566,44 +575,33 @@ once a segment is finished.</li>
        <div class="section-content">
         <p>An extension to the default QueryParser that overrides the parsing of PhraseQueries to allow more complex syntax e.g. wildcards in...</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>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3733">[LUCENE-3733] Remaining TODOs of LUCENE-2858: Finalize AtomicReader/CompositeReader API</a><br/>
-       <div class="section-content">
-        <p>This issue will handle the remaining issues in the commit last night (<a href="https://issues.apache.org/jira/browse/LUCENE-2858" title="Separate SegmentReaders (and other atomic readers) from composite IndexReaders"><del>LUCENE-2858</del></a>). A new branch will be...</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/%3c258172036.9418.1328639099833.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c449119442.9556.1328641259816.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (SOLR-3107) Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3757:
-----------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3757.patch<br />&nbsp;<br />Simple patch.<br />&nbsp;<br />The only small issue...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Robert Muir resolved SOLR-3107.
+-------------------------------<br />&nbsp;<br />       Resolution: Fixed
+    Fix Version/s: 4.0
+                   3.6<br />&nbsp;<br />Thanks Christian!<br />&nbsp;...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c406129087.9409.1328638979405.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c220047442.9518.1328640779852.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
         <div class="section-content">
-        Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove
-an otherwise unneeded ReaderUtil method
----------------------------------------------------------------------------------------------------------------------------------------<br />&nbsp;...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3757:
+----------------------------------<br />&nbsp;<br />      Component/s: core/index
+    Fix Version/s: 4.0<br />&nbsp;<br />> Change AtomicReaderContext.leaves() to...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1532694573.9410.1328638979429.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Assigned] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3calpine.DEB.2.00.1202071048380.14138@bester%3e">Re: svn commit: r804117 - in /websites/production/lucene/content: core/index.html solr/index.html</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler reassigned LUCENE-3757:
--------------------------------------<br />&nbsp;<br />    Assignee: Uwe Schindler<br />&nbsp;<br />> Change AtomicReaderContext.leaves() to return itsself...
+        WTF?<br />&nbsp;<br />I've kind of been tuning out the "buildbot" commits since they all looked 
+like they were triggered by...
         </div>
       </div>
     </div>

Modified: websites/production/lucene/content/index.html
==============================================================================
--- websites/production/lucene/content/index.html (original)
+++ websites/production/lucene/content/index.html Tue Feb  7 20:15:13 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/%3c258172036.9418.1328639099833.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c449119442.9556.1328641259816.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (SOLR-3107) Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c406129087.9409.1328638979405.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c220047442.9518.1328640779852.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1532694573.9410.1328638979429.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Assigned] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3calpine.DEB.2.00.1202071048380.14138@bester%3e">Re: svn commit: r804117 - in /websites/production/lucene/content: core/index.html solr/index.html</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/%3c4F3178FF.1030006@fachschaft.imn.htwk-leipzig.de%3e">Re: Commit call - ReadTimeoutException -&gt; usage scenario for big update requests and the ioexception case</a></h4>
+          
           <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1328635831863-3723212.post@n3.nabble.com%3e">Re: solrcore.properties</a></h4>
           
           <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c9e3514767918c32c0a75ee684e3e6e9d@localhost%3e">Re: Which Tokeniser (and/or filter)</a></h4>
-          
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAF9ZkbM9+q3Kpj3e8p-gantfk9JYEPnb_QZ_nTjfn0iGY5NN3A@mail.gmail.com%3e">Re: Realtime profile data</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 Tue Feb  7 20:15:13 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=1241588;view=revision">r1241588</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: Restructure the Lucene build system (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#sarowe">sarowe</a>
+          </div>
+          
+          <div class="section-content">
             <a class="svn" href="http://svn.apache.org/viewvc?revision=1241550;view=revision">r1241550</a>
             <a href="https://issues.apache.org/jira/browse/SOLR-3107">SOLR-3107</a>: hardwire seed in langdetect langid impl (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
@@ -486,13 +492,6 @@ as well as new analysis capabilities.</l
             <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
           </div>
           
-          <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1241355;view=revision">r1241355</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-3746">LUCENE-3746</a>: suggest.fst.Sort.BufferSize should not automatically fail just because of freeMemory()
- (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#doronc">doronc</a>
-          </div>
-          
         </div>
         
       </div>
@@ -501,6 +500,11 @@ as well as new analysis capabilities.</l
 
         
         <div class="status-item">
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3108">[SOLR-3108] Error in SolrCloud&apos;s replica lookup code when replica&apos;s are hosted in same Solr instance</a><br/>
+          <div class="section-content">
+                         <p>There&apos;s a small bug in ZkStateReader.getReplicaProps() when you have multiple replicas of the same shard/slice hosted in one CoreContainer. Not...</p>
+          </div>
+          
           <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3107">[SOLR-3107] Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor</a><br/>
           <div class="section-content">
                          <p>The <tt>language-detection</tt> library used by <tt>LangDetectLanguageIdentifierUpdateProcessor</tt> uses a random sampling feature enabled by default as a means of avoiding local...</p>
@@ -524,12 +528,6 @@ I have a 3 fields (dc_title, dc_title_un
 <pre class="code-java">&lt;title xmlns=<span class="code-quote">"http:<span class="code-comment">//www.tei-c.org/ns/1.0"</span>&gt;cal&#8226;l&#237;graf&lt;/title&gt;...</span></pre></div></div>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3105">[SOLR-3105] Add analysis configurations for different languages to the example</a><br/>
-          <div class="section-content">
-                         <p>I think we should have good baseline configurations for our supported analyzers<br/>
-so that its easy for people to get...</p>
-          </div>
-          
         </div>
         
       </div>
@@ -538,25 +536,27 @@ so that its easy for people to get...</p
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c258172036.9418.1328639099833.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c449119442.9556.1328641259816.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (SOLR-3107) Disable random sampling in LangDetectLanguageIdentifierUpdateProcessor</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3757:
-----------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3757.patch<br />&nbsp;<br />Simple patch.<br />&nbsp;<br />The only small issue...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Robert Muir resolved SOLR-3107.
+-------------------------------<br />&nbsp;<br />       Resolution: Fixed
+    Fix Version/s: 4.0
+                   3.6<br />&nbsp;<br />Thanks Christian!<br />&nbsp;...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c406129087.9409.1328638979405.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c220047442.9518.1328640779852.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
           <div class="section-content">
-          Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove
-an otherwise unneeded ReaderUtil method
----------------------------------------------------------------------------------------------------------------------------------------<br />&nbsp;...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3757:
+----------------------------------<br />&nbsp;<br />      Component/s: core/index
+    Fix Version/s: 4.0<br />&nbsp;<br />> Change AtomicReaderContext.leaves() to...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1532694573.9410.1328638979429.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Assigned] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3calpine.DEB.2.00.1202071048380.14138@bester%3e">Re: svn commit: r804117 - in /websites/production/lucene/content: core/index.html solr/index.html</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler reassigned LUCENE-3757:
--------------------------------------<br />&nbsp;<br />    Assignee: Uwe Schindler<br />&nbsp;<br />> Change AtomicReaderContext.leaves() to return itsself...
+          WTF?<br />&nbsp;<br />I've kind of been tuning out the "buildbot" commits since they all looked 
+like they were triggered by...
             </div>
           
         </div>
@@ -567,6 +567,12 @@ an otherwise unneeded ReaderUtil method
 
         
         <div class="status-item">
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F3178FF.1030006@fachschaft.imn.htwk-leipzig.de%3e">Re: Commit call - ReadTimeoutException -> usage scenario for big update requests and the ioexception case</a></h4>
+          <div class="section-content">
+          Am 07.02.2012 15:12, schrieb Erick Erickson:
+> Right, I suspect you're hitting merges.<br />&nbsp;<br />Guess so.<br />&nbsp;<br />How often are...
+          </div>
+          
           <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1328635831863-3723212.post@n3.nabble.com%3e">Re: solrcore.properties</a></h4>
           <div class="section-content">
           Walter Underwood wrote
@@ -581,11 +587,6 @@ an otherwise unneeded ReaderUtil method
 Web Design &...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAF9ZkbM9+q3Kpj3e8p-gantfk9JYEPnb_QZ_nTjfn0iGY5NN3A@mail.gmail.com%3e">Re: Realtime profile data</a></h4>
-          <div class="section-content">
-          Thank you. I'll try NRT and some post-filter :)<br />&nbsp;<br />On Tue, Feb 7, 2012 at 3:09 PM, Erick Erickson...
-          </div>
-          
         </div>
       </div>
       
@@ -595,16 +596,17 @@ Web Design &...
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/marcusosterberg/statuses/166959130215587842">@</a>Hur i h-vete begränsar man <a href="http://twitter.com/search?q=%23Solr">#Solr</a> på <a href="http://twitter.com/search?q=%23Tomcat">#Tomcat</a> så inte alla når admin och update?
-Ngn som har guide för en .NET-skadad person?
+             <a href="http://twitter.com/marcusosterberg/statuses/166966988210569216">@</a><a href="http://twitter.com/kristiannorling">@kristiannorling</a>, är <a href="http://twitter.com/search?q=%23scope">#scope</a> bara ett fält i VGR:s <a href="http://twitter.com/search?q=%23schema">#schema</a> för <a href="http://twitter.com/search?q=%23solr">#solr</a> eller har jag missat något magiskt?
+<a href="http://twitter.com/search?q=%23korkadfråga">#korkadfråga</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/nawinfo/statuses/166867771571978241">@</a><a href="http://twitter.com/search?q=%23TYPO3">#TYPO3</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a> Workshop fertig vorbereitet - Hamburg, ich komme :) <a href="http://twitter.com/search?q=%23fb">#fb</a>
+             <a href="http://twitter.com/marcusosterberg/statuses/166959130215587842">@</a>Hur i h-vete begränsar man <a href="http://twitter.com/search?q=%23Solr">#Solr</a> på <a href="http://twitter.com/search?q=%23Tomcat">#Tomcat</a> så inte alla når admin och update?
+Ngn som har guide för en .NET-skadad person?
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/ricardclau/statuses/166800135723040768">@</a><a href="http://twitter.com/ldelaiglesia">@ldelaiglesia</a> creo que es una gran noticia que <a href="http://twitter.com/search?q=%23alfresco4">#alfresco4</a> incorpore <a href="http://twitter.com/search?q=%23solr">#solr</a> es mucho más flexible que <a href="http://twitter.com/search?q=%23lucene">#lucene</a> a secas! En web se usa mucho ;)
+             <a href="http://twitter.com/nawinfo/statuses/166867771571978241">@</a><a href="http://twitter.com/search?q=%23TYPO3">#TYPO3</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a> Workshop fertig vorbereitet - Hamburg, ich komme :) <a href="http://twitter.com/search?q=%23fb">#fb</a>
           </div>
           
         </div>