diff --git a/docs/systemproperties.html b/docs/systemproperties.html new file mode 100644 index 00000000000..0b04f99606c --- /dev/null +++ b/docs/systemproperties.html @@ -0,0 +1,296 @@ + + + + + + + + + + + + + + + + + + + + + + + + Jakarta Lucene - Jakarta Lucene - System Properties + + + + + + + + + +
+ + +Jakarta Lucene +
+ + + + + + + + + + + + +
+
+
+ + + +

About

+ +

Resources

+ +

Download

+ +

Jakarta

+ +
+ + + + +
+ + About this Document + +
+
+

+ Lucene has a number of properties that can be tuned. They can be adjusted + either programmatically, using the Lucene API, or their default values can be + set via system properties described in this document. +

+
+

+

+ + + + +
+ + System Properties + +
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Lucene PropertySystem PropertyDefault Value
+ mergeFactor + + org.apache.lucene.mergeFactor + + 10 +
+ minMergeDocs + + org.apache.lucene.minMergeDocs + + 10 +
+ maxMergeDocs + + org.apache.lucene.maxMergeDocs + + Integer.MAX_VALUE +
+ maxFieldLength + + org.apache.lucene.maxFieldLength + + 10000 +
+ COMMIT_LOCK_TIMEOUT + + org.apache.lucene.commitLockTimeout + + 10000 ms +
+ WRITE_LOCK_TIMEOUT + + org.apache.lucene.writeLockTimeout + + 1000 ms +
+ maxClauseCount + + org.apache.lucene.maxClauseCount + + 1024 +
+ mergeFactor + + org.apache.lucene.lockDir + + the value of java.io.tmpdir system property +
+

+
+

+

+
+
+
+
+ Copyright © 1999-2004, The Apache Software Foundation +
+
+ + + + + + + + + + + + + + + + + + + + + + + diff --git a/xdocs/systemproperties.xml b/xdocs/systemproperties.xml new file mode 100644 index 00000000000..d4af3dfa078 --- /dev/null +++ b/xdocs/systemproperties.xml @@ -0,0 +1,120 @@ + + + + Otis Gospodnetić + Jakarta Lucene - System Properties + + + +
+

+ Lucene has a number of properties that can be tuned. They can be adjusted + either programmatically, using the Lucene API, or their default values can be + set via system properties described in this document. +

+
+ +
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Lucene PropertySystem PropertyDefault Value
+ mergeFactor + + org.apache.lucene.mergeFactor + + 10 +
+ minMergeDocs + + org.apache.lucene.minMergeDocs + + 10 +
+ maxMergeDocs + + org.apache.lucene.maxMergeDocs + + Integer.MAX_VALUE +
+ maxFieldLength + + org.apache.lucene.maxFieldLength + + 10000 +
+ COMMIT_LOCK_TIMEOUT + + org.apache.lucene.commitLockTimeout + + 10000 ms +
+ WRITE_LOCK_TIMEOUT + + org.apache.lucene.writeLockTimeout + + 1000 ms +
+ maxClauseCount + + org.apache.lucene.maxClauseCount + + 1024 +
+ mergeFactor + + org.apache.lucene.lockDir + + the value of java.io.tmpdir system property +
+

+
+ + +