Skip to content

Commit

Permalink
- Add _prelive logging to integrate PR feedback #28 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrigleyDan committed Apr 14, 2022
1 parent e124d13 commit 702be89
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions solr_home/tmdb/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1441,6 +1441,15 @@
<str name="class">querqy.solr.ResponseSink</str>
</lst>

<!--
Send the logging information from rewriter 'replace_prelive' to sink
'responseSink':
-->
<lst name="mapping">
<str name="rewriter">replace_prelive</str>
<str name="sink">responseSink</str>
</lst>

<!--
Send the logging information from rewriter 'replace' to sink
'responseSink':
Expand All @@ -1449,6 +1458,16 @@
<str name="rewriter">replace</str>
<str name="sink">responseSink</str>
</lst>

<!--
Send the logging information from rewriter 'common_rules_prelive' to sink
'responseSink' too:
-->
<lst name="mapping">
<str name="rewriter">common_rules_prelive</str>
<str name="sink">responseSink</str>
</lst>

<!--
Send the logging information from rewriter 'common_rules' to sink
'responseSink' too:
Expand All @@ -1457,6 +1476,7 @@
<str name="rewriter">common_rules</str>
<str name="sink">responseSink</str>
</lst>

<!--
Send the logging information from rewriter 'regex' to sink
'responseSink' as well:
Expand Down

0 comments on commit 702be89

Please sign in to comment.