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/08 01:15:13 UTC

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

Author: buildbot
Date: Wed Feb  8 00:15:13 2012
New Revision: 804151

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 Wed Feb  8 00: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=1241710;view=revision">r1241710</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: 'ant package' in solr/ triggered a build failure as a result of a build dependency on target 'javadocs-all'... (<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=1241636;view=revision">r1241636</a>
         <a href="https://issues.apache.org/jira/browse/LUCENE-3602">LUCENE-3602</a>: Moved change from trunk to 3.6 (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
         <a href="http://people.apache.org/committer-index.html#mvg">mvg</a>
@@ -536,18 +542,20 @@ once a segment is finished.</li>
         <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>
-      </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-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>
+<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>
+       </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>
@@ -570,42 +578,33 @@ once a segment is finished.</li>
        <div class="section-content">
         <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-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>
     </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/%3cCA+A76TyG=Rmd10LZNSsv9a3tc9JQy6WhnmZoEVGh2f5ZxFTsgQ@mail.gmail.com%3e">Re: [JENKINS] Solr-3.x - Build # 592 - Failure</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAL8PwkbC_x_9zE4R4nzsNVXjpkLT1AB=VxUjPZSWXJKZpqOnug@mail.gmail.com%3e">Re: DR.getCommitUserData() vs DR.getIndexCommit().getUserData()</a></h4>
         <div class="section-content">
-        Oops my fault. Javadoc error.<br />&nbsp;<br />On 7 February 2012 23:04, Apache Jenkins Server
-<je...@builds.apache.org> wrote:
-> Build: <a href="https://builds.apache.org/job/Solr-3.x/592/">https://builds.apache.org/job/Solr-3.x/592/</a>
->
->...</jenkins>
+        Hmmm no difference.  I don't like ambiguity... we should remove one!
+(I think remove DR's method?).<br />&nbsp;<br />Mike McCandless<br />&nbsp;...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c6C78E97C707B5B4C8CC61D44F87545860CFCAF@SUEX10-mbx-03.ad.syr.edu%3e">RE: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 12381 - Failure</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1335403456.11007.1328655304164.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">
-        Javadocs warnings killed this build:<br />&nbsp;<br />  [javadoc] Standard Doclet version 1.5.0_16-p9
-[...]
-  [javadoc] [...]/lucene/contrib/join/src/java/org/apache/lucene/search/join/JoinUtil.java:30:
-warning - Tag @link: reference not...
+        [ <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 />Updated patch for trunk.<br />&nbsp;<br />> Change...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c762461104.311328652252310.JavaMail.hudson@aegis%3e">[JENKINS] Solr-3.x - Build # 592 - Failure</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1153273435.10996.1328655184415.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3759) Support joining a distributed environment.</a></h4>
         <div class="section-content">
-        Build: <a href="https://builds.apache.org/job/Solr-3.x/592/">https://builds.apache.org/job/Solr-3.x/592/</a><br />&nbsp;<br />No tests ran.<br />&nbsp;<br />Build Log (for compile errors):
-[...truncated 19887 lines...]<br />&nbsp;<br />---------------------------------------------------------------------
-To unsubscribe, e-mail:...
+        Support joining a distributed environment.
+------------------------------------------<br />&nbsp;<br />                 Key: LUCENE-3759
+                 URL: <a href="https://issues.apache.org/jira/browse/LUCENE-3759">https://issues.apache.org/jira/browse/LUCENE-3759</a>
+             Project: Lucene - Java
+          Issue Type: Improvement
+          Components: modules/join...
         </div>
       </div>
     </div>

Modified: websites/production/lucene/content/index.html
==============================================================================
--- websites/production/lucene/content/index.html (original)
+++ websites/production/lucene/content/index.html Wed Feb  8 00: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/%3cCA+A76TyG=Rmd10LZNSsv9a3tc9JQy6WhnmZoEVGh2f5ZxFTsgQ@mail.gmail.com%3e">Re: [JENKINS] Solr-3.x - Build # 592 - Failure</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAL8PwkbC_x_9zE4R4nzsNVXjpkLT1AB=VxUjPZSWXJKZpqOnug@mail.gmail.com%3e">Re: DR.getCommitUserData() vs DR.getIndexCommit().getUserData()</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c6C78E97C707B5B4C8CC61D44F87545860CFCAF@SUEX10-mbx-03.ad.syr.edu%3e">RE: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 12381 - Failure</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1335403456.11007.1328655304164.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/%3c762461104.311328652252310.JavaMail.hudson@aegis%3e">[JENKINS] Solr-3.x - Build # 592 - Failure</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1153273435.10996.1328655184415.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3759) Support joining a distributed environment.</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/%3c4F31A1DD.2020906@gmail.com%3e">URI Encoding with Solr and Weblogic</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3calpine.DEB.2.00.1202071457070.14138@bester%3e">Re: Which Tokeniser (and/or filter)</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c6ADD72D57F3DFC4FAC28647F95D10BE4268D5E93@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/%3c4F31A77C.4050006@r.email.ne.jp%3e">Re: Display of highlighted search result should start with the beginning of the sentence that contains the search string.</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1328650083763-3724009.post@n3.nabble.com%3e">RE: Multi word synonyms</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F31A1DD.2020906@gmail.com%3e">URI Encoding with Solr and Weblogic</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 Wed Feb  8 00: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=1241710;view=revision">r1241710</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3753">LUCENE-3753</a>: 'ant package' in solr/ triggered a build failure as a result of a build dependency on target 'javadocs-all'... (<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=1241636;view=revision">r1241636</a>
             <a href="https://issues.apache.org/jira/browse/LUCENE-3602">LUCENE-3602</a>: Moved change from trunk to 3.6 (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
             <a href="http://people.apache.org/committer-index.html#mvg">mvg</a>
@@ -486,12 +492,6 @@ as well as new analysis capabilities.</l
             <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>
-          </div>
-          
         </div>
         
       </div>
@@ -533,28 +533,27 @@ as well as new analysis capabilities.</l
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCA+A76TyG=Rmd10LZNSsv9a3tc9JQy6WhnmZoEVGh2f5ZxFTsgQ@mail.gmail.com%3e">Re: [JENKINS] Solr-3.x - Build # 592 - Failure</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAL8PwkbC_x_9zE4R4nzsNVXjpkLT1AB=VxUjPZSWXJKZpqOnug@mail.gmail.com%3e">Re: DR.getCommitUserData() vs DR.getIndexCommit().getUserData()</a></h4>
           <div class="section-content">
-          Oops my fault. Javadoc error.<br />&nbsp;<br />On 7 February 2012 23:04, Apache Jenkins Server
-<je...@builds.apache.org> wrote:
-> Build: <a href="https://builds.apache.org/job/Solr-3.x/592/">https://builds.apache.org/job/Solr-3.x/592/</a>
->
->...</jenkins>
+          Hmmm no difference.  I don't like ambiguity... we should remove one!
+(I think remove DR's method?).<br />&nbsp;<br />Mike McCandless<br />&nbsp;...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c6C78E97C707B5B4C8CC61D44F87545860CFCAF@SUEX10-mbx-03.ad.syr.edu%3e">RE: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 12381 - Failure</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1335403456.11007.1328655304164.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">
-          Javadocs warnings killed this build:<br />&nbsp;<br />  [javadoc] Standard Doclet version 1.5.0_16-p9
-[...]
-  [javadoc] [...]/lucene/contrib/join/src/java/org/apache/lucene/search/join/JoinUtil.java:30:
-warning - Tag @link: reference not...
+          [ <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 />Updated patch for trunk.<br />&nbsp;<br />> Change...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c762461104.311328652252310.JavaMail.hudson@aegis%3e">[JENKINS] Solr-3.x - Build # 592 - Failure</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1153273435.10996.1328655184415.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Created] (LUCENE-3759) Support joining a distributed environment.</a></h4>
           <div class="section-content">
-          Build: <a href="https://builds.apache.org/job/Solr-3.x/592/">https://builds.apache.org/job/Solr-3.x/592/</a><br />&nbsp;<br />No tests ran.<br />&nbsp;<br />Build Log (for compile errors):
-[...truncated 19887 lines...]<br />&nbsp;<br />---------------------------------------------------------------------
-To unsubscribe, e-mail:...
+          Support joining a distributed environment.
+------------------------------------------<br />&nbsp;<br />                 Key: LUCENE-3759
+                 URL: <a href="https://issues.apache.org/jira/browse/LUCENE-3759">https://issues.apache.org/jira/browse/LUCENE-3759</a>
+             Project: Lucene - Java
+          Issue Type: Improvement
+          Components: modules/join...
             </div>
           
         </div>
@@ -565,22 +564,24 @@ To unsubscribe, e-mail:...
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F31A1DD.2020906@gmail.com%3e">URI Encoding with Solr and Weblogic</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3calpine.DEB.2.00.1202071457070.14138@bester%3e">Re: Which Tokeniser (and/or filter)</a></h4>
           <div class="section-content">
-          Hi,<br />&nbsp;<br />I try to get Solr 3.3.0 to process Arabic search requests using its 
-admin interface. I have successfully...
+          : This all seems a bit too much work for such a real-world scenario?<br />&nbsp;<br />You haven't really told us...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c6ADD72D57F3DFC4FAC28647F95D10BE4268D5E93@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/%3c4F31A77C.4050006@r.email.ne.jp%3e">Re: Display of highlighted search result should start with the beginning of the sentence that contains the search string.</a></h4>
           <div class="section-content">
-          Are you able to explain how I would create another field to fit my scenario?<br />&nbsp;<br />-----Original Message-----
-From: O....
+          (12/02/08 1:54), Shyam Bhaskaran wrote:
+> Hi Koji,
+>
+> I have tried using hl.bs.type=SENTENCE and still no improvement.
+>...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1328650083763-3724009.post@n3.nabble.com%3e">RE: Multi word synonyms</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c4F31A1DD.2020906@gmail.com%3e">URI Encoding with Solr and Weblogic</a></h4>
           <div class="section-content">
-          Well, if you want both multi word and single words I guess you will have to
-create another field :)...
+          Hi,<br />&nbsp;<br />I try to get Solr 3.3.0 to process Arabic search requests using its 
+admin interface. I have successfully...
           </div>
           
         </div>