summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kent <mkent@magoazul.com>2011-08-17 12:59:28 -0700
committerBryan McLellan <btm@opscode.com>2013-02-15 14:28:02 -0800
commit15dd28bb65bbe0476a2b54d8dac4ed27a0f404e3 (patch)
tree7fe9778e6af67a6a96b4dee48eefba8a4bc6cf1f
parent834d814400a8a23ee8d865fa9d48e3f71895cd42 (diff)
downloadchef-15dd28bb65bbe0476a2b54d8dac4ed27a0f404e3.tar.gz
CHEF-2346: Raise limit maxFieldLength
to a point where it's less likely to be an issue, users can lower it if memory consumption is excessive.
-rw-r--r--chef-solr/lib/chef/solr/version.rb2
-rw-r--r--chef-solr/solr/solr-home/conf/solrconfig.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/chef-solr/lib/chef/solr/version.rb b/chef-solr/lib/chef/solr/version.rb
index 0b33304a34..51d1cd752d 100644
--- a/chef-solr/lib/chef/solr/version.rb
+++ b/chef-solr/lib/chef/solr/version.rb
@@ -5,7 +5,7 @@ class Chef
# Solr Schema. Used to detect incompatibilities between installed solr and
# chef-solr versions.
SCHEMA_NAME = "chef"
- SCHEMA_VERSION = '1.2'
+ SCHEMA_VERSION = '1.3'
end
end
diff --git a/chef-solr/solr/solr-home/conf/solrconfig.xml b/chef-solr/solr/solr-home/conf/solrconfig.xml
index a417912a9a..38f01566c7 100644
--- a/chef-solr/solr/solr-home/conf/solrconfig.xml
+++ b/chef-solr/solr/solr-home/conf/solrconfig.xml
@@ -104,7 +104,7 @@
<!-- Deprecated -->
<!--<maxBufferedDocs>1000</maxBufferedDocs>-->
<maxMergeDocs>2147483647</maxMergeDocs>
- <maxFieldLength>10000</maxFieldLength>
+ <maxFieldLength>100000</maxFieldLength>
<!-- If true, unlock any held write or commit locks on startup.
This defeats the locking mechanism that allows multiple