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 22:15:14 UTC

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

Author: buildbot
Date: Tue Feb  7 21:15:13 2012
New Revision: 804140

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 21:15:13 2012
@@ -514,6 +514,18 @@ once a segment is finished.</li>
       <div class="status-item">
       
       <div class="section-content">
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1241598;view=revision">r1241598</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: IntelliJ IDEA configuration: Add new Ant build files in lucene/core/, lucene/test-framework/, and lucene/tools/. (<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=1241596;view=revision">r1241596</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: IntelliJ IDEA configuration: make lucene module test configuration working directory be the IntelliJ build output directory for this... (<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=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>
@@ -530,50 +542,38 @@ once a segment is finished.</li>
         <a href="https://issues.apache.org/jira/browse/SOLR-3104">SOLR-3104</a>: get sortfield values for fsv in docid order (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#yonik">yonik</a>
       </div>
-    
-      <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1241500;view=revision">r1241500</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-3736">LUCENE-3736</a>: revert per discussion on IRC until we can reach agreement on the chaining (<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=1241470;view=revision">r1241470</a>
-        <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></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/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3672">[LUCENE-3672] IndexCommit.equals() bug</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>
+        <p>IndexCommit.equals() checks for equality of Directories and versions, but it doesn&apos;t check IMHO the more important generation numbers. It looks...</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/>
+      <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>The ComplexPhraseQueryParser use SpanNearQuery, but always set the "inOrder" value hardcoded to "true". This could be configurable.</p>
+        <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-3757">[LUCENE-3757] Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3753">[LUCENE-3753] Restructure the Lucene build system</a><br/>
        <div class="section-content">
-        <p>The documentation of IndexReaderContext.leaves() states that it returns (for convenience) all leave nodes, if the context is top-level (directly got...</p>
+        <p>Split out separate core/, test-framework/, and tools/ modules, each with its own build.xml, under the lucene/ directory, similar to the...</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-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/>
+      <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 plan is:</p>
-<ul class="alternate" type="square">
-	<li>Move all subreaders to ctor (builder-like API. First build reader-set, then call build)</li>
-	<li>Rename ParallelReader to ParallelAtomicReader...</li></ul>
+        <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-1486">[LUCENE-1486] Wildcards, ORs etc inside Phrase queries</a><br/>
+      <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>An extension to the default QueryParser that overrides the parsing of PhraseQueries to allow more complex syntax e.g. wildcards in...</p>
+        <p>The documentation of IndexReaderContext.leaves() states that it returns (for convenience) all leave nodes, if the context is top-level (directly got...</p>
        </div>
     </div></div>
     
@@ -581,27 +581,23 @@ once a segment is finished.</li>
     <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/%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/%3c1303517611.10153.1328646419342.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3756) Don&#39;t allow IndexWriterConfig setters to chain</a></h4>
         <div class="section-content">
-        [ <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;...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202741#comment-13202741">https://issues.apache.org/jira/browse/LUCENE-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202741#comment-13202741</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3756:
+---------------------------------------<br />&nbsp;<br />{quote}
+Does anyone think the example above is more...
         </div>
       
-      <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/%3calpine.DEB.2.00.1202071215270.14138@bester%3e">Re: Fwd: Cron &lt;apsite@minotaur&gt; /x1/home/apsite/wrkdir/bin/build.sh</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 />      Component/s: core/index
-    Fix Version/s: 4.0<br />&nbsp;<br />> Change AtomicReaderContext.leaves() to...
+        : DOAP has moved - please fix files.xml<br />&nbsp;<br />looks like the lucene-core doap file was being refrneced via the...
         </div>
       
-      <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>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c00bd01cce5d5$b544c700$1fce5500$@thetaphi.de%3e">RE: svn commit: r804117 - in /websites/production/lucene/content: core/index.html solr/index.html</a></h4>
         <div class="section-content">
-        WTF?<br />&nbsp;<br />I've kind of been tuning out the "buildbot" commits since they all looked 
-like they were triggered by...
+        Hi,<br />&nbsp;<br />Sorry I was unclear. Perl script is of course also fine. I was more focusing
+on the fact...
         </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 21: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/%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/%3c1303517611.10153.1328646419342.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3756) Don&#39;t allow IndexWriterConfig setters to chain</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/%3calpine.DEB.2.00.1202071215270.14138@bester%3e">Re: Fwd: Cron &lt;apsite@minotaur&gt; /x1/home/apsite/wrkdir/bin/build.sh</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>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c00bd01cce5d5$b544c700$1fce5500$@thetaphi.de%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/%3cCAN4YXvf4OoAbT1EpwCrXhbA1YZ_N+71zhCMZfiAk9SCAQyR5pw@mail.gmail.com%3e">Re: Which Tokeniser (and/or filter)</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/%3c6ADD72D57F3DFC4FAC28647F95D10BE4268D4E01@BL2PRD0410MB349.namprd04.prod.outlook.com%3e">RE: Multi word synonyms</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/%3c4F318150.6070107@verizon.net%3e">Missing search result...</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 21:15:13 2012
@@ -463,6 +463,18 @@ 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=1241598;view=revision">r1241598</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: IntelliJ IDEA configuration: Add new Ant build files in lucene/core/, lucene/test-framework/, and lucene/tools/. (<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=1241596;view=revision">r1241596</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: IntelliJ IDEA configuration: make lucene module test configuration working directory be the IntelliJ build output directory for this... (<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=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>
@@ -480,18 +492,6 @@ as well as new analysis capabilities.</l
             <a href="http://people.apache.org/committer-index.html#yonik">yonik</a>
           </div>
           
-          <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1241500;view=revision">r1241500</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-3736">LUCENE-3736</a>: revert per discussion on IRC until we can reach agreement on the chaining (<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=1241470;view=revision">r1241470</a>
-            <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>
         
       </div>
@@ -500,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-3076">[SOLR-3076] Solr should support block joins</a><br/>
+          <div class="section-content">
+                         <p>Lucene has the ability to do block joins, we should add it to Solr.</p>
+          </div>
+          
           <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>
@@ -510,11 +515,6 @@ as well as new analysis capabilities.</l
                          <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>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3076">[SOLR-3076] Solr should support block joins</a><br/>
-          <div class="section-content">
-                         <p>Lucene has the ability to do block joins, we should add it to Solr.</p>
-          </div>
-          
           <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3104">[SOLR-3104] Bad performance with distributed search when sort contains relevancy queries</a><br/>
           <div class="section-content">
                          <p>So I found this issue when trying out distributed search with solr 3.5 and noticed big performance degradation for some...</p>
@@ -536,27 +536,23 @@ I have a 3 fields (dc_title, dc_title_un
 
         
         <div class="status-item">
-          <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/%3c1303517611.10153.1328646419342.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3756) Don't allow IndexWriterConfig setters to chain</a></h4>
           <div class="section-content">
-          [ <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;...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202741#comment-13202741">https://issues.apache.org/jira/browse/LUCENE-3756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202741#comment-13202741</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3756:
+---------------------------------------<br />&nbsp;<br />{quote}
+Does anyone think the example above is more...
             </div>
           
-          <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/%3calpine.DEB.2.00.1202071215270.14138@bester%3e">Re: Fwd: Cron <ap...@minotaur> /x1/home/apsite/wrkdir/bin/build.sh</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 />      Component/s: core/index
-    Fix Version/s: 4.0<br />&nbsp;<br />> Change AtomicReaderContext.leaves() to...
+          : DOAP has moved - please fix files.xml<br />&nbsp;<br />looks like the lucene-core doap file was being refrneced via the...
             </div>
           
-          <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>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c00bd01cce5d5$b544c700$1fce5500$@thetaphi.de%3e">RE: svn commit: r804117 - in /websites/production/lucene/content: core/index.html solr/index.html</a></h4>
           <div class="section-content">
-          WTF?<br />&nbsp;<br />I've kind of been tuning out the "buildbot" commits since they all looked 
-like they were triggered by...
+          Hi,<br />&nbsp;<br />Sorry I was unclear. Perl script is of course also fine. I was more focusing
+on the fact...
             </div>
           
         </div>
@@ -567,24 +563,21 @@ like they were triggered by...
 
         
         <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>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAN4YXvf4OoAbT1EpwCrXhbA1YZ_N+71zhCMZfiAk9SCAQyR5pw@mail.gmail.com%3e">Re: Which Tokeniser (and/or filter)</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...
+          Well, this is a common approach. Someone has to split up the
+input as "sentences" (whatever they are). Putting them...
           </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>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c6ADD72D57F3DFC4FAC28647F95D10BE4268D4E01@BL2PRD0410MB349.namprd04.prod.outlook.com%3e">RE: Multi word synonyms</a></h4>
           <div class="section-content">
-          Walter Underwood wrote
-> 
-> Looking at SOLR-1335 and the wiki, I'm not quite sure of the final
-> behavior...
+          I suppose I could translate every user query to include the term with quotes.<br />&nbsp;<br />e.g. if someone searches for...
           </div>
           
-          <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/%3c4F318150.6070107@verizon.net%3e">Missing search result...</a></h4>
           <div class="section-content">
-          This all seems a bit too much work for such a real-world scenario?<br />&nbsp;<br />---<br />&nbsp;<br />IntelCompute
-Web Design &...
+          Hi, all...<br />&nbsp;<br />I have a small problem retrieving the full set of query responses I need
+and would appreciate...
           </div>
           
         </div>