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 17:15:13 UTC

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

Author: buildbot
Date: Tue Feb  7 16:15:13 2012
New Revision: 804108

Log:
Production update by buildbot

Modified:
    websites/production/lucene/content/core/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 16: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=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>
@@ -538,18 +544,20 @@ once a segment is finished.</li>
 used // rather than /**  */ to keep IntelliJ from making a stupid complaint (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#erick">erick</a>
       </div>
-    
-      <div class="section-content">
-        <a class="svn" href="http://svn.apache.org/viewvc?revision=1241001;view=revision">r1241001</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-3749">LUCENE-3749</a>: replace SimilarityProvider with PerFieldSimilarityWrapper (<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-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-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/>
        <div class="section-content">
         <p>The plan is:</p>
@@ -572,41 +580,31 @@ used // rather than /**  */ to keep Inte
        <div class="section-content">
         <p>Follow up op dev thread: <a href="http://markmail.org/message/d7ugfo5xof4h5jeh">FSTCompletionTest failure "At least 0.5MB RAM buffer is needed" </a></p>
        </div>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3755">[LUCENE-3755] Add examples to javadocs of Analyzer (4.0)/ReusableAnalyzerBase(3.6)</a><br/>
-       <div class="section-content">
-        <p>This stuff is great, it makes it easy to define analyzers:</p>
-
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<pre class="code-java">Analyzer analyzer = <span class="code-keyword">new</span> Analyzer() {
-    @Override
-    <span class="code-keyword">protected</span> TokenStreamComponents...</pre></div></div>
-       </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/%3c253494411.8602.1328624819627.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (LUCENE-3736) ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c220797300.8800.1328628419259.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3736) ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler resolved LUCENE-3736.
------------------------------------<br />&nbsp;<br />    Resolution: Fixed<br />&nbsp;<br />Committed trunk revision: 1241470<br />&nbsp;<br />CHANGES and...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202463#comment-13202463">https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202463#comment-13202463</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3736:
+---------------------------------------<br />&nbsp;<br />Please keep the chained APIs, otherwise please also change...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1849403927.8601.1328624819535.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3733) Remaining TODOs of LUCENE-2858: Finalize AtomicReader/CompositeReader API</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1009281064.8802.1328628419314.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3736) ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3733:
-----------------------------------<br />&nbsp;<br />    Comment: was deleted<br />&nbsp;<br />(was: Committed trunk revision: 1241470<br />&nbsp;...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202464#comment-13202464">https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202464#comment-13202464</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3736:
+---------------------------------------<br />&nbsp;<br />bq. Patch, removing the chained APIs<br />&nbsp;<br />I disagree!...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1250498267.8600.1328624819506.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Reopened] (LUCENE-3733) Remaining TODOs of LUCENE-2858: Finalize AtomicReader/CompositeReader API</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c280696489.8797.1328628299549.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3736) ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler reopened LUCENE-3733:
------------------------------------<br />&nbsp;<br />wrong issue resolved, reopen...<br />&nbsp;<br />> Remaining TODOs of LUCENE-2858:...
+        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Michael McCandless updated LUCENE-3736:
+---------------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3733.patch<br />&nbsp;<br />Patch, removing the chained APIs; I'd like...
         </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 16: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=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>
@@ -488,12 +494,6 @@ used // rather than /**  */ to keep Inte
             <a href="http://people.apache.org/committer-index.html#erick">erick</a>
           </div>
           
-          <div class="section-content">
-            <a class="svn" href="http://svn.apache.org/viewvc?revision=1241001;view=revision">r1241001</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-3749">LUCENE-3749</a>: replace SimilarityProvider with PerFieldSimilarityWrapper (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#rmuir">rmuir</a>
-          </div>
-          
         </div>
         
       </div>
@@ -502,17 +502,17 @@ used // rather than /**  */ to keep Inte
 
         
         <div class="status-item">
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3097">[SOLR-3097] Introduce default Japanese stoptags and stopwords to Solr&apos;s example configuration</a><br/>
-          <div class="section-content">
-                         <p><a href="https://issues.apache.org/jira/browse/SOLR-3056" title="Introduce Japanese field type in schema.xml">SOLR-3056</a> discusses introducing a default field type <tt>text_ja</tt> for Japanese in <tt>schema.xml</tt>.  This configuration will be improved by also...</p>
-          </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>
           
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3097">[SOLR-3097] Introduce default Japanese stoptags and stopwords to Solr&apos;s example configuration</a><br/>
+          <div class="section-content">
+                         <p><a href="https://issues.apache.org/jira/browse/SOLR-3056" title="Introduce Japanese field type in schema.xml">SOLR-3056</a> discusses introducing a default field type <tt>text_ja</tt> for Japanese in <tt>schema.xml</tt>.  This configuration will be improved by also...</p>
+          </div>
+          
           <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3100">[SOLR-3100] Add an operator to edismax for term quorum</a><br/>
           <div class="section-content">
                          <p>A project I&apos;m working on requires <b>term quorum</b> searching with stemming turned off. The users are accostomed to Sphinx search,...</p>
@@ -536,25 +536,25 @@ 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/%3c253494411.8602.1328624819627.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (LUCENE-3736) ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c220797300.8800.1328628419259.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3736) ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler resolved LUCENE-3736.
------------------------------------<br />&nbsp;<br />    Resolution: Fixed<br />&nbsp;<br />Committed trunk revision: 1241470<br />&nbsp;<br />CHANGES and...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202463#comment-13202463">https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202463#comment-13202463</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3736:
+---------------------------------------<br />&nbsp;<br />Please keep the chained APIs, otherwise please also change...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1849403927.8601.1328624819535.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3733) Remaining TODOs of LUCENE-2858: Finalize AtomicReader/CompositeReader API</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1009281064.8802.1328628419314.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3736) ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler updated LUCENE-3733:
-----------------------------------<br />&nbsp;<br />    Comment: was deleted<br />&nbsp;<br />(was: Committed trunk revision: 1241470<br />&nbsp;...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202464#comment-13202464">https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202464#comment-13202464</a>
+] <br />&nbsp;<br />Uwe Schindler commented on LUCENE-3736:
+---------------------------------------<br />&nbsp;<br />bq. Patch, removing the chained APIs<br />&nbsp;<br />I disagree!...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1250498267.8600.1328624819506.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Reopened] (LUCENE-3733) Remaining TODOs of LUCENE-2858: Finalize AtomicReader/CompositeReader API</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c280696489.8797.1328628299549.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3736) ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler reopened LUCENE-3733:
------------------------------------<br />&nbsp;<br />wrong issue resolved, reopen...<br />&nbsp;<br />> Remaining TODOs of LUCENE-2858:...
+          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Michael McCandless updated LUCENE-3736:
+---------------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3733.patch<br />&nbsp;<br />Patch, removing the chained APIs; I'd like...
             </div>
           
         </div>
@@ -565,6 +565,12 @@ so that its easy for people to get...</p
 
         
         <div class="status-item">
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAN4YXvdqQKJd2jmBudt-qGENF-P93U-qtwX3DPjXFLBLxAfAZA@mail.gmail.com%3e">Re: Typical Cache Values</a></h4>
+          <div class="section-content">
+          See below...<br />&nbsp;<br />On Tue, Feb 7, 2012 at 8:21 AM, Pranav Prakash <pr...@gmail.com> wrote:
+> Based on the hit ratio...</pranny>
+          </div>
+          
           <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAN4YXvfuRF8__PEsS7f5=xX-tiB1ajK-mP2UOPQ4ye=J=kx+4w@mail.gmail.com%3e">Re: Commit call - ReadTimeoutException -> usage scenario for big update requests and the ioexception case</a></h4>
           <div class="section-content">
           Right, I suspect you're hitting merges. How often are you
@@ -579,12 +585,6 @@ It's...
      get into the...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAN4YXvfChmD83fetC4ZtxvEBE=_VVo2d1XHh_ZaO-ryDL=Yp0A@mail.gmail.com%3e">Re: Improving performance for SOLR geo queries?</a></h4>
-          <div class="section-content">
-          So the obvious question is "what is your
-performance like without the distance filters?"<br />&nbsp;<br />Without that knowledge, we have...
-          </div>
-          
         </div>
       </div>