mirror of https://github.com/apache/lucene.git
lockDir is still supported as a system property
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@389599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0fa0e25de8
commit
bb923a20b1
|
@ -116,9 +116,9 @@ limitations under the License.
|
|||
<p>
|
||||
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 (only up to including Lucene 1.4) described in this document. Starting
|
||||
with Lucene 1.9, the system properties are not supported anymore and the API
|
||||
(i.e. the get/set methods) should be used directly.
|
||||
system properties described in this document. Starting
|
||||
with Lucene 1.9, the system properties (except org.apache.lucene.lockDir) are not supported
|
||||
anymore and the API (i.e. the get/set methods) should be used directly.
|
||||
</p>
|
||||
</blockquote>
|
||||
</p>
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
<p>
|
||||
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 (only up to including Lucene 1.4) described in this document. Starting
|
||||
with Lucene 1.9, the system properties are not supported anymore and the API
|
||||
(i.e. the get/set methods) should be used directly.
|
||||
system properties described in this document. Starting
|
||||
with Lucene 1.9, the system properties (except org.apache.lucene.lockDir) are not supported
|
||||
anymore and the API (i.e. the get/set methods) should be used directly.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue