diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index a42a8bd25c4..eee92fa135a 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -88,7 +88,8 @@ Optimizations Other Changes ---------------------- - +* SOLR-4348: Make the lock type configurable by system property by default. + (Mark Miller) ================== 4.1.0 ================== diff --git a/solr/example/solr/collection1/conf/solrconfig.xml b/solr/example/solr/collection1/conf/solrconfig.xml index fa13413c956..70f08fdb1d6 100755 --- a/solr/example/solr/collection1/conf/solrconfig.xml +++ b/solr/example/solr/collection1/conf/solrconfig.xml @@ -211,7 +211,7 @@ More details on the nuances of each LockFactory... http://wiki.apache.org/lucene-java/AvailableLockFactories --> - + ${solr.lock.type:native}