Merge branch 'feature/SEARCH_1687_ContentStore_Removal' of git.alfresco.com:search_discovery/insightengine into feature/SEARCH_1687_ThreadScope_1

This commit is contained in:
eliaporciani
2020-02-03 10:29:04 +01:00
5 changed files with 11 additions and 3 deletions

View File

@@ -315,6 +315,10 @@
<!-- The default high-performance update handler --> <!-- The default high-performance update handler -->
<updateHandler class="solr.DirectUpdateHandler2"> <updateHandler class="solr.DirectUpdateHandler2">
<updateLog>
<str name="dir">${solr.ulog.dir:}</str>
</updateLog>
<!-- Enables a transaction log, used for real-time get, durability, and <!-- Enables a transaction log, used for real-time get, durability, and
and solr cloud replica recovery. The log can grow as big as and solr cloud replica recovery. The log can grow as big as
uncommitted changes to the index, so use of a hard autoCommit uncommitted changes to the index, so use of a hard autoCommit

View File

@@ -321,7 +321,7 @@
is recommended (see below). is recommended (see below).
"dir" - the target directory for transaction logs, defaults to the "dir" - the target directory for transaction logs, defaults to the
solr data directory. --> solr data directory. -->
<updateLog enable="${enable.update.log:true}"> <updateLog enable="true">
<str name="dir">${solr.ulog.dir:}</str> <str name="dir">${solr.ulog.dir:}</str>
</updateLog> </updateLog>

View File

@@ -84,7 +84,7 @@
</listener> </listener>
--> -->
<updateLog enable="${enable.update.log:true}"> <updateLog enable="true">
<str name="dir">${solr.ulog.dir:}</str> <str name="dir">${solr.ulog.dir:}</str>
</updateLog> </updateLog>
<!-- <!--

View File

@@ -84,7 +84,7 @@
</listener> </listener>
--> -->
<updateLog enable="${enable.update.log:true}"> <updateLog enable="true">
<str name="dir">${solr.ulog.dir:}</str> <str name="dir">${solr.ulog.dir:}</str>
</updateLog> </updateLog>
<!-- <!--

View File

@@ -93,6 +93,10 @@
</commitWithin> </commitWithin>
--> -->
<updateLog enable="true">
<str name="dir">${solr.ulog.dir:}</str>
</updateLog>
</updateHandler> </updateHandler>
<query> <query>