doc: note about native locks not working for multiple webapps in same JVM

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@899979 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2010-01-16 15:33:54 +00:00
parent 309476ab07
commit 9ad659ddac
1 changed files with 2 additions and 1 deletions

View File

@ -130,7 +130,8 @@
single = SingleInstanceLockFactory - suggested for a read-only index
or when there is no possibility of another process trying
to modify the index.
native = NativeFSLockFactory - uses OS native file locking
native = NativeFSLockFactory - uses OS native file locking.
Do not use with multiple solr webapps in the same JVM.
simple = SimpleFSLockFactory - uses a plain file for locking
(For backwards compatibility with Solr 1.2, 'simple' is the default