mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
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:
@@ -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
|
||||||
|
@@ -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>
|
||||||
|
|
||||||
|
@@ -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>
|
||||||
<!--
|
<!--
|
||||||
|
@@ -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>
|
||||||
<!--
|
<!--
|
||||||
|
@@ -93,6 +93,10 @@
|
|||||||
</commitWithin>
|
</commitWithin>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<updateLog enable="true">
|
||||||
|
<str name="dir">${solr.ulog.dir:}</str>
|
||||||
|
</updateLog>
|
||||||
|
|
||||||
</updateHandler>
|
</updateHandler>
|
||||||
|
|
||||||
<query>
|
<query>
|
||||||
|
Reference in New Issue
Block a user