mirror of https://github.com/apache/lucene.git
SOLR-3575: solr.xml should default to persist=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1358214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c746415d08
commit
ccf53678fa
|
@ -62,6 +62,8 @@ Other Changes
|
|||
|
||||
* SOLR-3355: Add shard and collection to SolrCore statistics. (Michael Garski, Mark Miller)
|
||||
|
||||
* SOLR-3475: solr.xml should default to persist=true (Mark Miller)
|
||||
|
||||
================== 4.0.0-ALPHA ==================
|
||||
More information about this release, including any errata related to the
|
||||
release notes, upgrade instructions, or other changes may be found online at:
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
persistent: Save changes made via the API to this file
|
||||
sharedLib: path to a lib directory that will be shared across all cores
|
||||
-->
|
||||
<solr persistent="false">
|
||||
<solr persistent="true">
|
||||
<!-- by default, this is 50 @ WARN
|
||||
<logging enabled="true">
|
||||
<watcher size="100" threshold="INFO" />
|
||||
|
|
Loading…
Reference in New Issue