Author: markrmiller
Date: Mon Feb 1 22:46:18 2010
New Revision: 905435
URL: http://svn.apache.org/viewvc?rev=905435&view=rev
Log:
fix native lock doc wordage
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=905435&r1=905434&r2=905435&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Mon Feb 1 22:46:18 2010
@@ -131,7 +131,7 @@
or when there is no possibility of another process trying
to modify the index.
native = NativeFSLockFactory - uses OS native file locking.
- Do not use with multiple solr webapps in the same JVM are
+ Do not use when multiple solr webapps in the same JVM are
attempting to share a single index.
simple = SimpleFSLockFactory - uses a plain file for locking