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/11 14:15:13 UTC

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

Author: buildbot
Date: Sat Feb 11 13:15:13 2012
New Revision: 804498

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 Sat Feb 11 13: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=1243051;view=revision">r1243051</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3770">LUCENE-3770</a>: FilterIndexReader was renamed to FilterAtomicReader and now extends AtomicReader. If you want to filter composite readers like DirectoryReader... (<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=1243048;view=revision">r1243048</a>
+        <a href="https://issues.apache.org/jira/browse/LUCENE-3733">LUCENE-3733</a>: Update documentation, changes,... (<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=1243020;view=revision">r1243020</a>
         Excluding dataimport.properties generated during tests (for folks like me
 who use git clones). (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
@@ -531,50 +543,35 @@ who use git clones). (<a href="http://lu
         <a href="https://issues.apache.org/jira/browse/SOLR-3076">SOLR-3076</a>: fix BJQ to handle incoming liveDocs/filter correctly (<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=1242932;view=revision">r1242932</a>
-        <a href="https://issues.apache.org/jira/browse/LUCENE-3764">LUCENE-3764</a>: Remove MapBackedSet, it's already available in Java 6 through Collections.newSetFromMap(Map). BTW: Funny: http://blog.grovehillsoftware.com/2009/12/handy-but-hidden-collectionsnewsetfromm.html (<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=1242927;view=revision">r1242927</a>
-        unignore this test (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-        <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</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-3771">[LUCENE-3771] Rename some remaining tests for new IndexReader class hierarchy</a><br/>
        <div class="section-content">
-        <p>Split out separate core/, test-framework/, and tools/ modules, each with its own build.xml, under the lucene/ directory, similar to the...</p>
+        
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3761">[LUCENE-3761] Generalize SearcherManager</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3770">[LUCENE-3770] Rename FilterIndexReader to FilterAtomicReader</a><br/>
        <div class="section-content">
-        <p>I&apos;d like to generalize SearcherManager to a class which can manage instances of a certain type of interfaces. The reason...</p>
+        <p>This class has to be renamed to be consistent with the new naming.</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3762">[LUCENE-3762] Upgrade JUnit to 4.10, refactor state-machine of detecting setUp/tearDown call chaining.</a><br/>
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3733">[LUCENE-3733] Remaining TODOs of LUCENE-2858: Finalize AtomicReader/CompositeReader API</a><br/>
        <div class="section-content">
-        <p>Both Lucene and Solr use JUnit 4.7. I suggest we move forward and upgrade to JUnit 4.10 which provides several...</p>
+        <p>This issue will handle the remaining issues in the commit last night (<a href="https://issues.apache.org/jira/browse/LUCENE-2858" title="Separate SegmentReaders (and other atomic readers) from composite IndexReaders"><del>LUCENE-2858</del></a>). A new branch will be...</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3764">[LUCENE-3764] Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())</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>Easy search and replace job. In 3.x we still need the class, as Java 5 does not have Collections.newSetFromMap().</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-3761">[LUCENE-3761] Generalize SearcherManager</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>I&apos;d like to generalize SearcherManager to a class which can manage instances of a certain type of interfaces. The reason...</p>
        </div>
     </div></div>
     
@@ -582,29 +579,26 @@ who use git clones). (<a href="http://lu
     <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/%3c4F364C72.9080409@r.email.ne.jp%3e">Re: Welcome James Dyer</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAAHmpkjQRT3m3h4a1AT0Niv+5Awv_TAU0RCWVc4xV-snOcOhFg@mail.gmail.com%3e">Re: Note about old Nutch mailer config</a></h4>
         <div class="section-content">
-        Welcome James!<br />&nbsp;<br />(12/02/10 22:08), Grant Ingersoll wrote:
-> I'm pleased to announce the PMC has elected James Dyer to...
+        thanks lewis, I will take care of it<br />&nbsp;<br />simon<br />&nbsp;<br />On Fri, Feb 10, 2012 at 10:09 PM, lewis...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c884085309.4881328958495777.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12400 - Still Failing</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c457613560.4911328961052401.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1719 - Still Failing</a></h4>
         <div class="section-content">
-        Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12400/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12400/</a><br />&nbsp;<br />1 tests failed.
-FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest<br />&nbsp;<br />Error Message:
-ERROR: SolrIndexSearcher opens=13 closes=12<br />&nbsp;<br />Stack Trace:
-junit.framework.AssertionFailedError: ERROR:...
-        </div>
-      
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c45861720.4861328955485924.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1718 - Still Failing</a></h4>
-        <div class="section-content">
-        Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1718/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1718/</a><br />&nbsp;<br />1 tests failed.
+        Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1719/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1719/</a><br />&nbsp;<br />1 tests failed.
 FAILED:  org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch<br />&nbsp;<br />Error Message:
-<a href="http://localhost:43314/solr/collection1">http://localhost:43314/solr/collection1</a><br />&nbsp;<br />Stack Trace:
-org.apache.solr.client.solrj.SolrServerException: <a href="http://localhost:43314/solr/collection1">http://localhost:43314/solr/collection1</a>
+<a href="http://localhost:63952/solr/collection1">http://localhost:63952/solr/collection1</a><br />&nbsp;<br />Stack Trace:
+org.apache.solr.client.solrj.SolrServerException: <a href="http://localhost:63952/solr/collection1">http://localhost:63952/solr/collection1</a>
 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:481)
 	at...
         </div>
+      
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c4F364C72.9080409@r.email.ne.jp%3e">Re: Welcome James Dyer</a></h4>
+        <div class="section-content">
+        Welcome James!<br />&nbsp;<br />(12/02/10 22:08), Grant Ingersoll wrote:
+> I'm pleased to announce the PMC has elected James Dyer to...
+        </div>
       </div>
     </div>
     

Modified: websites/production/lucene/content/index.html
==============================================================================
--- websites/production/lucene/content/index.html (original)
+++ websites/production/lucene/content/index.html Sat Feb 11 13: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/%3c4F364C72.9080409@r.email.ne.jp%3e">Re: Welcome James Dyer</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAAHmpkjQRT3m3h4a1AT0Niv+5Awv_TAU0RCWVc4xV-snOcOhFg@mail.gmail.com%3e">Re: Note about old Nutch mailer config</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c884085309.4881328958495777.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12400 - Still Failing</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c457613560.4911328961052401.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1719 - Still Failing</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c45861720.4861328955485924.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1718 - Still Failing</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c4F364C72.9080409@r.email.ne.jp%3e">Re: Welcome James Dyer</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/%3c98854AAB-B825-4E47-A88A-7400303EA39F@cominvent.com%3e">Re: Setting up logging for a Solr project that isn&#39;t in tomcat/webapps/solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1328962756204-3734892.post@n3.nabble.com%3e">Re: Highlighting stopwords</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cA39D6800-0879-43ED-8FA5-CC1E54109090@cominvent.com%3e">Re: solr search speed is so slow.</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAP5H3z36dVox4OfK3AJd2wXyQKpBDDN8=Hsd2gmGRWGYoaYN2g@mail.gmail.com%3e">Re: indexing with DIH (and with problems)</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c7E6B6E32BE46214181EA6705010278F52B8B73@UWIT-MBX05.exchange.washington.edu%3e">Recovering from database connection resets in DataimportHandler</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c98854AAB-B825-4E47-A88A-7400303EA39F@cominvent.com%3e">Re: Setting up logging for a Solr project that isn&#39;t in tomcat/webapps/solr</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 Sat Feb 11 13: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=1243051;view=revision">r1243051</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3770">LUCENE-3770</a>: FilterIndexReader was renamed to FilterAtomicReader and now extends AtomicReader. If you want to filter composite readers like DirectoryReader... (<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=1243048;view=revision">r1243048</a>
+            <a href="https://issues.apache.org/jira/browse/LUCENE-3733">LUCENE-3733</a>: Update documentation, changes,... (<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=1243020;view=revision">r1243020</a>
             Excluding dataimport.properties generated during tests (for folks like me
 who use git clones). (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
@@ -481,18 +493,6 @@ who use git clones). (<a href="http://lu
             <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=1242932;view=revision">r1242932</a>
-            <a href="https://issues.apache.org/jira/browse/LUCENE-3764">LUCENE-3764</a>: Remove MapBackedSet, it's already available in Java 6 through Collections.newSetFromMap(Map). BTW: Funny: http://blog.grovehillsoftware.com/2009/12/handy-but-hidden-collectionsnewsetfromm.html (<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=1242927;view=revision">r1242927</a>
-            unignore this test (<a href="http://lucene.apache.org/">lucene</a>) &mdash;
-            <a href="http://people.apache.org/committer-index.html#markrmiller">markrmiller</a>
-          </div>
-          
         </div>
         
       </div>
@@ -534,30 +534,27 @@ who use git clones). (<a href="http://lu
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c4F364C72.9080409@r.email.ne.jp%3e">Re: Welcome James Dyer</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3cCAAHmpkjQRT3m3h4a1AT0Niv+5Awv_TAU0RCWVc4xV-snOcOhFg@mail.gmail.com%3e">Re: Note about old Nutch mailer config</a></h4>
           <div class="section-content">
-          Welcome James!<br />&nbsp;<br />(12/02/10 22:08), Grant Ingersoll wrote:
-> I'm pleased to announce the PMC has elected James Dyer to...
+          thanks lewis, I will take care of it<br />&nbsp;<br />simon<br />&nbsp;<br />On Fri, Feb 10, 2012 at 10:09 PM, lewis...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c884085309.4881328958495777.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12400 - Still Failing</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c457613560.4911328961052401.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1719 - Still Failing</a></h4>
           <div class="section-content">
-          Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12400/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12400/</a><br />&nbsp;<br />1 tests failed.
-FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.RecoveryZkTest<br />&nbsp;<br />Error Message:
-ERROR: SolrIndexSearcher opens=13 closes=12<br />&nbsp;<br />Stack Trace:
-junit.framework.AssertionFailedError: ERROR:...
-            </div>
-          
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c45861720.4861328955485924.JavaMail.hudson@aegis%3e">[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1718 - Still Failing</a></h4>
-          <div class="section-content">
-          Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1718/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1718/</a><br />&nbsp;<br />1 tests failed.
+          Build: <a href="https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1719/">https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1719/</a><br />&nbsp;<br />1 tests failed.
 FAILED:  org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch<br />&nbsp;<br />Error Message:
-<a href="http://localhost:43314/solr/collection1">http://localhost:43314/solr/collection1</a><br />&nbsp;<br />Stack Trace:
-org.apache.solr.client.solrj.SolrServerException: <a href="http://localhost:43314/solr/collection1">http://localhost:43314/solr/collection1</a>
+<a href="http://localhost:63952/solr/collection1">http://localhost:63952/solr/collection1</a><br />&nbsp;<br />Stack Trace:
+org.apache.solr.client.solrj.SolrServerException: <a href="http://localhost:63952/solr/collection1">http://localhost:63952/solr/collection1</a>
 	at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:481)
 	at...
             </div>
           
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c4F364C72.9080409@r.email.ne.jp%3e">Re: Welcome James Dyer</a></h4>
+          <div class="section-content">
+          Welcome James!<br />&nbsp;<br />(12/02/10 22:08), Grant Ingersoll wrote:
+> I'm pleased to announce the PMC has elected James Dyer to...
+            </div>
+          
         </div>
         
       </div>
@@ -566,22 +563,25 @@ org.apache.solr.client.solrj.SolrServerE
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c98854AAB-B825-4E47-A88A-7400303EA39F@cominvent.com%3e">Re: Setting up logging for a Solr project that isn't in tomcat/webapps/solr</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1328962756204-3734892.post@n3.nabble.com%3e">Re: Highlighting stopwords</a></h4>
           <div class="section-content">
-          You can unpack your war (jar -xvf solr.war), change logging.properties and then pack it again
-(jar -cvf solr.war)
-You can...
+          Koji Sekiguchi wrote
+> 
+> (12/01/24 9:31), O. Klein wrote:
+>> Let's say I search for "spellcheck solr" on a...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cA39D6800-0879-43ED-8FA5-CC1E54109090@cominvent.com%3e">Re: solr search speed is so slow.</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAP5H3z36dVox4OfK3AJd2wXyQKpBDDN8=Hsd2gmGRWGYoaYN2g@mail.gmail.com%3e">Re: indexing with DIH (and with problems)</a></h4>
           <div class="section-content">
-          Hi,<br />&nbsp;<br />I got your private email but will reply in public for everyones benefit.<br />&nbsp;<br />I'm sure you can...
+          dear all,
+I update my solr at 3.5 version but now I have this problem:<br />&nbsp;<br />Grave: Full Import failed...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c7E6B6E32BE46214181EA6705010278F52B8B73@UWIT-MBX05.exchange.washington.edu%3e">Recovering from database connection resets in DataimportHandler</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c98854AAB-B825-4E47-A88A-7400303EA39F@cominvent.com%3e">Re: Setting up logging for a Solr project that isn't in tomcat/webapps/solr</a></h4>
           <div class="section-content">
-          I am trying to use Solr's DataImportHandler to index a large number of database records in
-a SQL Server database...
+          You can unpack your war (jar -xvf solr.war), change logging.properties and then pack it again
+(jar -cvf solr.war)
+You can...
           </div>
           
         </div>