From 1034facfb466df308da71fc739563ad47d3d97c9 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 22 Aug 2013 14:27:50 +0200 Subject: [PATCH] Adopt 4.4 changes. Comment out load of contribution libs --- conf/solrconfig-slave.xml | 51 ++++++++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 21 deletions(-) diff --git a/conf/solrconfig-slave.xml b/conf/solrconfig-slave.xml index e4787e3..2616aed 100644 --- a/conf/solrconfig-slave.xml +++ b/conf/solrconfig-slave.xml @@ -35,7 +35,7 @@ that you fully re-index after changing this setting as it can affect both how text is indexed and queried. --> - LUCENE_43 + 4.4 + - - +--> + Lucene will flush based on whichever limit is hit first. + The default is 100 MB. --> @@ -306,10 +306,11 @@ To aid in advanced debugging, Lucene provides an "InfoStream" of detailed information when indexing. - Setting The value to true will instruct the underlying Lucene - IndexWriter to write its debugging info the specified file + Setting the value to true will instruct the underlying Lucene + IndexWriter to write its info stream to solr's log. By default, + this is enabled here, and controlled through log4j.properties. --> - + true @@ -366,7 +367,7 @@ have some sort of hard autoCommit to limit the log size. --> - 15000 + ${solr.autoCommit.maxTime:15000} false @@ -375,11 +376,10 @@ but does not ensure that data is synced to disk. This is faster and more near-realtime friendly than a hard commit. --> - + + + ${solr.autoSoftCommit.maxTime:-1} + + formdataUploadLimitInKB="2048" + addHttpRequestToContext="false"/> - +