Merge branch 'feature/Search-822' into 'master'

Feature/search 822

See merge request search_discovery/insightengine!176
This commit is contained in:
Meenal Bhave
2019-10-01 11:42:50 +01:00
3 changed files with 8 additions and 1 deletions
@@ -4,4 +4,5 @@ ALFRESCO_TAG=6.1.0-EA3
SHARE_IMAGE=quay.io/alfresco/alfresco-share
SHARE_TAG=6.0
POSTGRES_TAG=10.1
SEARCH_TAG=latest
SEARCH_TAG=latest
SEARCH_ENABLE_SPELLCHECK=false
@@ -47,6 +47,8 @@ services:
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
#HTTP by default
- ALFRESCO_SECURE_COMMS=none
#Enable Spellcheck by setting to true
- ENABLE_SPELLCHECK=${SEARCH_ENABLE_SPELLCHECK}
ports:
- 8083:8983 #Browser port
activemq:
@@ -32,4 +32,8 @@ if [[ "none" == "$ALFRESCO_SECURE_COMMS" ]]; then
fi
fi
if [[ true == "$ENABLE_SPELLCHECK" ]]; then
sed -i 's/#alfresco.suggestable.property/alfresco.suggestable.property/' ${PWD}/solrhome/conf/shared.properties
fi
bash -c "$@"