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
--- [EMAIL PROTECTED] 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 @@
</tr>
<tr valign="TOP">
<td width="25%">
- <a
href="api/org/apache/lucene/store/FSDirectory.html#lockDir">lockDir</a>
+ <a
href="api/org/apache/lucene/store/FSDirectory.html#lockdir">lockdir</a>
</td>
<td width="25%">
- org.apache.lucene.lockDir
+ org.apache.lucene.lockdir
</td>
<td width="25%">
the value of
<code>java.io.tmpdir</code> 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 @@
</tr>
<tr valign="TOP">
<td width="25%">
- <a
href="api/org/apache/lucene/store/FSDirectory.html#lockDir">lockDir</a>
+ <a
href="api/org/apache/lucene/store/FSDirectory.html#lockdir">lockdir</a>
</td>
<td width="25%">
- org.apache.lucene.lockDir
+ org.apache.lucene.lockdir
</td>
<td width="25%">
the value of
<code>java.io.tmpdir</code> system property
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]