Skip to content

Commit

Permalink
fixed target file setup and replace-rules.txt deployment (for solrclo…
Browse files Browse the repository at this point in the history
…ud script)
  • Loading branch information
pbartusch committed Sep 25, 2020
1 parent 71e83ba commit 1d27c8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- SMUI_TOGGLE_DEPL_CUSTOM_SCRIPT_PATH=/smui/conf/smui2solrcloud.sh
- SMUI_DEPLOY_PRELIVE_FN_RULES_TXT=/configs/ecommerce/rules.txt
- SMUI_TOGGLE_SPELLING=true
- SMUI_2SOLR_REPLACE_RULES_DST_CP_FILE_TO=/configs/ecommerce/replace-rules.txt
- SMUI_DEPLOY_PRELIVE_FN_REPLACE_TXT=/configs/ecommerce/replace-rules.txt
- SMUI_TOGGLE_RULE_ID_LOGGING=true
- SMUI_HEADLINE=Chrous SMUI
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion smui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM querqy/smui:3.11.6
FROM querqy/smui:3.11.7

COPY conf/smui2solrcloud.sh /smui/conf/smui2solrcloud.sh
COPY conf/jackhanna-0.0.4-SNAPSHOT.jar /smui/conf/jackhanna-0.0.4-SNAPSHOT.jar
6 changes: 2 additions & 4 deletions smui/conf/smui2solrcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ SOLR_HOST=$3
SOLR_CORE_NAME=$4
DECOMPOUND_DST_CP_FILE_TO=$5
TARGET_SYSTEM=$6
#REPLACE_RULES_SRC_TMP_FILE=$7
REPLACE_RULES_SRC_TMP_FILE="NONE"
#REPLACE_RULES_DST_CP_FILE_TO=$8
REPLACE_RULES_DST_CP_FILE_TO="NONE"
REPLACE_RULES_SRC_TMP_FILE=$7
REPLACE_RULES_DST_CP_FILE_TO=$8

echo "In smui2solrcloud.sh - script performing rules.txt update and core reload"
echo "^-- SRC_TMP_FILE = $SRC_TMP_FILE"
Expand Down

0 comments on commit 1d27c8d

Please sign in to comment.