mirror of https://github.com/apache/lucene.git
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:
parent
309476ab07
commit
9ad659ddac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue