Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 41006 invoked from network); 29 Nov 2004 21:24:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Nov 2004 21:24:58 -0000 Received: (qmail 41674 invoked by uid 500); 29 Nov 2004 21:24:55 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 41652 invoked by uid 500); 29 Nov 2004 21:24:55 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 41639 invoked by uid 99); 29 Nov 2004 21:24:55 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web12704.mail.yahoo.com (HELO web12704.mail.yahoo.com) (216.136.173.241) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 29 Nov 2004 13:24:53 -0800 Received: (qmail 28127 invoked by uid 60001); 29 Nov 2004 21:24:52 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=Fbw2uILABVuQ4SDbdYbJEVy+BggpSZ+VuwyCDEY9L70bnCBmL2w4ai+RlMOHxlEVzEdZ4lKldgvCF6Nqeeu7C+ctZW5wyHsXpqiWT7+5bKXg4EBrkHSS5QuefiQDtuIUusepfNmF6XzwbIZRX5OvQVhSuvjypb7cay+WmPnW3EQ= ; Message-ID: <20041129212452.28125.qmail@web12704.mail.yahoo.com> Received: from [216.194.17.194] by web12704.mail.yahoo.com via HTTP; Mon, 29 Nov 2004 13:24:51 PST Date: Mon, 29 Nov 2004 13:24:51 -0800 (PST) From: Otis Gospodnetic Subject: Re: cvs commit: jakarta-lucene/xdocs systemproperties.xml To: Lucene Developers List In-Reply-To: <20041129210941.30960.qmail@minotaur.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Wouldn't it be better to change the logdir system property in IndexWriter to logDir, so that its casing follows the existing casing pattern used in other Lucene system properties? Having this one exceptin (logdir vs. logDir) will make a lot of people double-check the docs or mistakenly choose logDir, when we changed it to logdir. Otis --- bmesser@apache.org wrote: > bmesser 2004/11/29 13:09:41 > > Modified: docs systemproperties.html > xdocs systemproperties.xml > Log: > small typo fix > PR:32432 > Reviewed by: Bernhard Messer > > Revision Changes Path > 1.8 +2 -2 jakarta-lucene/docs/systemproperties.html > > Index: systemproperties.html > =================================================================== > RCS file: /home/cvs/jakarta-lucene/docs/systemproperties.html,v > retrieving revision 1.7 > retrieving revision 1.8 > diff -u -r1.7 -r1.8 > --- systemproperties.html 29 Nov 2004 13:34:56 -0000 1.7 > +++ systemproperties.html 29 Nov 2004 21:09:41 -0000 1.8 > @@ -244,10 +244,10 @@ > > > > - href="api/org/apache/lucene/store/FSDirectory.html#lockDir">lockDir > + href="api/org/apache/lucene/store/FSDirectory.html#lockdir">lockdir > > > - org.apache.lucene.lockDir > + org.apache.lucene.lockdir > > > the value of > java.io.tmpdir system property > > > > 1.3 +2 -2 jakarta-lucene/xdocs/systemproperties.xml > > Index: systemproperties.xml > =================================================================== > RCS file: /home/cvs/jakarta-lucene/xdocs/systemproperties.xml,v > retrieving revision 1.2 > retrieving revision 1.3 > diff -u -r1.2 -r1.3 > --- systemproperties.xml 21 May 2004 10:46:13 -0000 1.2 > +++ systemproperties.xml 29 Nov 2004 21:09:41 -0000 1.3 > @@ -103,10 +103,10 @@ > > > > - href="api/org/apache/lucene/store/FSDirectory.html#lockDir">lockDir > + href="api/org/apache/lucene/store/FSDirectory.html#lockdir">lockdir > > > - org.apache.lucene.lockDir > + org.apache.lucene.lockdir > > > the value of > java.io.tmpdir system property > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-dev-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org