Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 51427 invoked from network); 1 Feb 2010 22:46:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 22:46:42 -0000 Received: (qmail 92973 invoked by uid 500); 1 Feb 2010 22:46:41 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 92928 invoked by uid 500); 1 Feb 2010 22:46:41 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 92919 invoked by uid 99); 1 Feb 2010 22:46:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 22:46:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 22:46:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 98C6023888E8; Mon, 1 Feb 2010 22:46:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r905435 - /lucene/solr/trunk/example/solr/conf/solrconfig.xml Date: Mon, 01 Feb 2010 22:46:18 -0000 To: solr-commits@lucene.apache.org From: markrmiller@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100201224618.98C6023888E8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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