From lucene-dev-return-8425-apmail-jakarta-lucene-dev-archive=jakarta.apache.org@jakarta.apache.org Mon Nov 29 22:55:30 2004 Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 83203 invoked from network); 29 Nov 2004 22:55:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Nov 2004 22:55:30 -0000 Received: (qmail 30445 invoked by uid 500); 29 Nov 2004 22:55:27 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 30427 invoked by uid 500); 29 Nov 2004 22:55:27 -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 30413 invoked by uid 99); 29 Nov 2004 22:55:27 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_40_50,HTML_MESSAGE,HTML_TITLE_EMPTY X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from p15112568.pureserver.info (HELO p15112568.pureserver.info) (217.160.91.29) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 29 Nov 2004 14:55:25 -0800 Received: from [192.168.10.103] (ppp-82-135-64-246.mnet-online.de [82.135.64.246]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by p15112568.pureserver.info (Postfix) with ESMTP id 0CE2614010F for ; Mon, 29 Nov 2004 23:55:22 +0100 (CET) Message-ID: <41ABA8D3.7080005@apache.org> Date: Mon, 29 Nov 2004 23:55:15 +0100 From: Bernhard Messer User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Lucene Developers List Subject: Re: cvs commit: jakarta-lucene/xdocs systemproperties.xml References: <20041129212452.28125.qmail@web12704.mail.yahoo.com> In-Reply-To: <20041129212452.28125.qmail@web12704.mail.yahoo.com> Content-Type: multipart/alternative; boundary="------------070205070207030006000303" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --------------070205070207030006000303 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Otis Gospodnetic schrieb: >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. > > > you're right, i should have been thinking about it before. I currently changed the value and documentation to "lockDir". thanks Bernhard >--- 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 > > > --------------070205070207030006000303--