mirror of https://github.com/apache/lucene.git
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:
parent
72f931de27
commit
8a6834f3e7
|
@ -88,7 +88,8 @@ Optimizations
|
|||
Other Changes
|
||||
----------------------
|
||||
|
||||
|
||||
* SOLR-4348: Make the lock type configurable by system property by default.
|
||||
(Mark Miller)
|
||||
|
||||
================== 4.1.0 ==================
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue