SOLR-4348: Make the lock type configurable by system property by default.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-01-24 15:06:00 +00:00
parent 72f931de27
commit 8a6834f3e7
2 changed files with 3 additions and 2 deletions

View File

@ -88,7 +88,8 @@ Optimizations
Other Changes
----------------------
* SOLR-4348: Make the lock type configurable by system property by default.
(Mark Miller)
================== 4.1.0 ==================

View File

@ -211,7 +211,7 @@
More details on the nuances of each LockFactory...
http://wiki.apache.org/lucene-java/AvailableLockFactories
-->
<!-- <lockType>native</lockType> -->
<lockType>${solr.lock.type:native}</lockType>
<!-- Unlock On Startup