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:
Mark Robert Miller 2012-07-06 13:59:05 +00:00
parent c746415d08
commit ccf53678fa
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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" />