Author: yonik
Date: Sat Jan 16 15:33:54 2010
New Revision: 899979
URL: http://svn.apache.org/viewvc?rev=899979&view=rev
Log:
doc: note about native locks not working for multiple webapps in same JVM
Modified:
lucene/solr/trunk/example/solr/conf/solrconfig.xml
Modified: lucene/solr/trunk/example/solr/conf/solrconfig.xml
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/solrconfig.xml?rev=899979&r1=899978&r2=899979&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Sat Jan 16 15:33:54 2010
@@ -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