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

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

Author: buildbot
Date: Tue Feb 21 15:15:11 2012
New Revision: 805623

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 Tue Feb 21 15:15:11 2012
@@ -303,33 +303,33 @@
       <div class="status-item">
       
       <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1291773;view=revision">r1291773</a>
-        Fix some missing renames... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1291843;view=revision">r1291843</a>
+        tests: more reorder testing in peersync (<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=1291772;view=revision">r1291772</a>
-        Improve test coverage on IndexReaders by more fancy wrapping (completely random) (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1291826;view=revision">r1291826</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3807">LUCENE-3807</a>: fix missing null check in HighFrequencyDictionary (<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=1291756;view=revision">r1291756</a>
-        sometimes wrap with other crazy readers, not just slow (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1291798;view=revision">r1291798</a>
+        Fix for some tests not liking non-atomic readers, sorry for noise. (<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=1291753;view=revision">r1291753</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-3812">LUCENE-3812</a>: fix more wrapped-reader inconsistencies/bugs (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1291795;view=revision">r1291795</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3811">LUCENE-3811</a>: Maven configuration: remove unused benchmark dependencies, and remove them from &lt;pluginManagement&gt; in the grandparent POM in the two... (<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=1291728;view=revision">r1291728</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-3811">LUCENE-3811</a>: remove unused benchmark dependencies (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+        <a class="svn" href="http://svn.apache.org/viewvc?revision=1291773;view=revision">r1291773</a>
+        Fix some missing renames... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+        <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
       </div>
     </div></div>
     
@@ -337,6 +337,17 @@
     <div id="jira">
       <h1>Latest JIRA</h1>
       <div class="status-item">
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3807">[LUCENE-3807] Cleanup suggester API</a><br/>
+       <div class="section-content">
+        <p>Currently the suggester api and especially TermFreqIterator don&apos;t play that nice with BytesRef and other paradigms we use in lucene,...</p>
+       </div>
+    
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3767">[LUCENE-3767] Explore streaming Viterbi search in Kuromoji</a><br/>
+       <div class="section-content">
+        <p>I&apos;ve been playing with the idea of changing the Kuromoji viterbi<br/>
+search to be 2 passes (intersect, backtrace) instead of...</p>
+       </div>
+    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3800">[LUCENE-3800] Readers wrapping other readers don&apos;t prevent usage if any of their subreaders was closed</a><br/>
        <div class="section-content">
         <p>On recent trunk test we got this problem:<br/>
@@ -351,45 +362,36 @@ fails because the inner reader is closed
 <p>of course then i...</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3807">[LUCENE-3807] Cleanup suggester API</a><br/>
-       <div class="section-content">
-        <p>Currently the suggester api and especially TermFreqIterator don&apos;t play that nice with BytesRef and other paradigms we use in lucene,...</p>
-       </div>
-    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3811">[LUCENE-3811] remove unused benchmark dependencies</a><br/>
        <div class="section-content">
         <p>Benchmark has a huge number of jar files in its lib/ (some of which even have different versions than the...</p>
        </div>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3810">[LUCENE-3810] Text Alignment in the &quot;status-item&quot; tab of the Website needs to be word wrapped</a><br/>
-       <div class="section-content">
-        <p>If we go to <a href="http://lucene.apache.org/core/">http://lucene.apache.org/core/</a> or <a href="http://lucene.apache.org/solr/">http://lucene.apache.org/solr/</a> under the Latest Dev section the text is exceeding the css boundary. This...</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/%3c1631450251.5651.1329829234525.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3812) more wrapped-reader inconsistencies/bugs</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1535820954.5827.1329832954526.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3079) Backport of Solr-1431 (CommComponent abstracted)</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3812:
-----------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3812-fieldToReader.patch<br />&nbsp;<br />Patch, another use of fieldToReader in the...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212598#comment-13212598">https://issues.apache.org/jira/browse/SOLR-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212598#comment-13212598</a>
+] <br />&nbsp;<br />Erick Erickson commented on SOLR-3079:
+--------------------------------------<br />&nbsp;<br />Greg:
+No problem, it looks like Git patches can...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2049746743.5594.1329828034667.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3811) remove unused benchmark dependencies</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c450077156.5755.1329831155086.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3800) Readers wrapping other readers don&#39;t prevent usage if any of their subreaders was closed</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212550#comment-13212550">https://issues.apache.org/jira/browse/LUCENE-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212550#comment-13212550</a>
-] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3811:
----------------------------------------<br />&nbsp;<br />bq. Heh. You could run all tests with -verbose:class...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3800:
+----------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3800.patch<br />&nbsp;<br />New patch, as parts of it were...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1777856663.5596.1329828034771.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3807) Cleanup suggester API</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1631450251.5651.1329829234525.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3812) more wrapped-reader inconsistencies/bugs</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212551#comment-13212551">https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212551#comment-13212551</a>
-] <br />&nbsp;<br />Robert Muir commented on LUCENE-3807:
--------------------------------------<br />&nbsp;<br />I agree with removing IOException from getComparator.<br />&nbsp;<br />I...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3812:
+----------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3812-fieldToReader.patch<br />&nbsp;<br />Patch, another use of fieldToReader in the...
         </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 21 15:15:11 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/%3c1631450251.5651.1329829234525.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3812) more wrapped-reader inconsistencies/bugs</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1535820954.5827.1329832954526.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3079) Backport of Solr-1431 (CommComponent abstracted)</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2049746743.5594.1329828034667.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3811) remove unused benchmark dependencies</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c450077156.5755.1329831155086.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3800) Readers wrapping other readers don&#39;t prevent usage if any of their subreaders was closed</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1777856663.5596.1329828034771.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3807) Cleanup suggester API</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1631450251.5651.1329829234525.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3812) more wrapped-reader inconsistencies/bugs</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/%3cCALyoB5f8avy=SgKm+78V4j=3Mu2n0juMPkjRQqmDe9kjkAeNUg@mail.gmail.com%3e">reader/searcher refresh after replication (commit)</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAN4YXve0tTH47OR1KLTbOQ3CAOcddF87JDzft2vt4nxRF0XqeQ@mail.gmail.com%3e">Re: How to index a facetfield by searching words matching from another Textfield</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F439321.4000409@designware.dk%3e">Unique key constraint and optimistic locking (versioning)</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329831327161-3763551.post@n3.nabble.com%3e">Re: How to index a facetfield by searching words matching from another Textfield</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329828303544-3763439.post@n3.nabble.com%3e">SOLR - Just for search or whole site DB?</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCALyoB5f8avy=SgKm+78V4j=3Mu2n0juMPkjRQqmDe9kjkAeNUg@mail.gmail.com%3e">reader/searcher refresh after replication (commit)</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 21 15:15:11 2012
@@ -398,33 +398,33 @@ numeric fields or query relevancy scores
         <div class="status-item">
           
           <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1291773;view=revision">r1291773</a>
-            Fix some missing renames... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1291843;view=revision">r1291843</a>
+            tests: more reorder testing in peersync (<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=1291772;view=revision">r1291772</a>
-            Improve test coverage on IndexReaders by more fancy wrapping (completely random) (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1291826;view=revision">r1291826</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3807">LUCENE-3807</a>: fix missing null check in HighFrequencyDictionary (<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=1291756;view=revision">r1291756</a>
-            sometimes wrap with other crazy readers, not just slow (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1291798;view=revision">r1291798</a>
+            Fix for some tests not liking non-atomic readers, sorry for noise. (<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=1291753;view=revision">r1291753</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-3812">LUCENE-3812</a>: fix more wrapped-reader inconsistencies/bugs (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1291795;view=revision">r1291795</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3811">LUCENE-3811</a>: Maven configuration: remove unused benchmark dependencies, and remove them from &lt;pluginManagement&gt; in the grandparent POM in the two... (<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=1291728;view=revision">r1291728</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-3811">LUCENE-3811</a>: remove unused benchmark dependencies (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
+            <a class="svn" href="http://svn.apache.org/viewvc?revision=1291773;view=revision">r1291773</a>
+            Fix some missing renames... (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
+            <a href="http://people.apache.org/committer-index.html#uschindler">uschindler</a>
           </div>
           
         </div>
@@ -477,25 +477,26 @@ getCommittedVirtualMemorySize()...</pre>
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1631450251.5651.1329829234525.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3812) more wrapped-reader inconsistencies/bugs</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1535820954.5827.1329832954526.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (SOLR-3079) Backport of Solr-1431 (CommComponent abstracted)</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3812:
-----------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3812-fieldToReader.patch<br />&nbsp;<br />Patch, another use of fieldToReader in the...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212598#comment-13212598">https://issues.apache.org/jira/browse/SOLR-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212598#comment-13212598</a>
+] <br />&nbsp;<br />Erick Erickson commented on SOLR-3079:
+--------------------------------------<br />&nbsp;<br />Greg:
+No problem, it looks like Git patches can...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c2049746743.5594.1329828034667.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3811) remove unused benchmark dependencies</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c450077156.5755.1329831155086.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3800) Readers wrapping other readers don't prevent usage if any of their subreaders was closed</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212550#comment-13212550">https://issues.apache.org/jira/browse/LUCENE-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212550#comment-13212550</a>
-] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3811:
----------------------------------------<br />&nbsp;<br />bq. Heh. You could run all tests with -verbose:class...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3800:
+----------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3800.patch<br />&nbsp;<br />New patch, as parts of it were...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1777856663.5596.1329828034771.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3807) Cleanup suggester API</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1631450251.5651.1329829234525.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3812) more wrapped-reader inconsistencies/bugs</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212551#comment-13212551">https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212551#comment-13212551</a>
-] <br />&nbsp;<br />Robert Muir commented on LUCENE-3807:
--------------------------------------<br />&nbsp;<br />I agree with removing IOException from getComparator.<br />&nbsp;<br />I...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3812:
+----------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3812-fieldToReader.patch<br />&nbsp;<br />Patch, another use of fieldToReader in the...
             </div>
           
         </div>
@@ -506,24 +507,25 @@ getCommittedVirtualMemorySize()...</pre>
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCALyoB5f8avy=SgKm+78V4j=3Mu2n0juMPkjRQqmDe9kjkAeNUg@mail.gmail.com%3e">reader/searcher refresh after replication (commit)</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAN4YXve0tTH47OR1KLTbOQ3CAOcddF87JDzft2vt4nxRF0XqeQ@mail.gmail.com%3e">Re: How to index a facetfield by searching words matching from another Textfield</a></h4>
           <div class="section-content">
-          Hi all,
-I am a bit confused with IndexSearcher refresh lifecycles...
-In a master slave setup, I override postCommit listener...
+          setting stored="true" simply places a verbatim copy
+of the input in the index. Returning that field in
+a document will...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F439321.4000409@designware.dk%3e">Unique key constraint and optimistic locking (versioning)</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329831327161-3763551.post@n3.nabble.com%3e">Re: How to index a facetfield by searching words matching from another Textfield</a></h4>
           <div class="section-content">
-          Hi<br />&nbsp;<br />Does solr/lucene provide any mechanism for "unique key constraint" and 
-"optimistic locking (versioning)"?
-Unique key constraint: That a...
+          Seems that's an error from the documentation with the 'Factory' missing in
+the classname !!?<br />&nbsp;<br />I found <br />&nbsp;<br /><filter class="solr.PatternReplaceFilterFactory" pattern="_" replacement="
+"/><br />&nbsp;...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1329828303544-3763439.post@n3.nabble.com%3e">SOLR - Just for search or whole site DB?</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCALyoB5f8avy=SgKm+78V4j=3Mu2n0juMPkjRQqmDe9kjkAeNUg@mail.gmail.com%3e">reader/searcher refresh after replication (commit)</a></h4>
           <div class="section-content">
-          I am new to this but I wanted to pitch a setup to you. I have a website
-being coded...
+          Hi all,
+I am a bit confused with IndexSearcher refresh lifecycles...
+In a master slave setup, I override postCommit listener...
           </div>
           
         </div>