You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/06/05 15:30:07 UTC

svn commit: r1489859 - /stanbol/trunk/entityhub/defaults/src/main/resources/config/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-entityhub.config

Author: rwesten
Date: Wed Jun  5 13:30:07 2013
New Revision: 1489859

URL: http://svn.apache.org/r1489859
Log:
STANBOL-1092: addapted SolrYard configuration of the Entityhub to keep immediateCommit=true (as the default is now false)

Modified:
    stanbol/trunk/entityhub/defaults/src/main/resources/config/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-entityhub.config

Modified: stanbol/trunk/entityhub/defaults/src/main/resources/config/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-entityhub.config
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/defaults/src/main/resources/config/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-entityhub.config?rev=1489859&r1=1489858&r2=1489859&view=diff
==============================================================================
--- stanbol/trunk/entityhub/defaults/src/main/resources/config/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-entityhub.config (original)
+++ stanbol/trunk/entityhub/defaults/src/main/resources/config/org.apache.stanbol.entityhub.yard.solr.impl.SolrYard-entityhub.config Wed Jun  5 13:30:07 2013
@@ -8,4 +8,5 @@ org.apache.stanbol.entityhub.yard.id="en
 org.apache.stanbol.entityhub.yard.solr.multiYardIndexLayout="false"
 org.apache.stanbol.entityhub.yard.solr.useDefaultConfig="true"
 org.apache.stanbol.entityhub.yard.solr.configName="entityhub.solrindex.zip"
+org.apache.stanbol.entityhub.yard.solr.immediateCommit="true"