mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Merge branch 'feature/Search-822' into 'master'
Feature/search 822 See merge request search_discovery/insightengine!176
This commit is contained in:
@@ -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 "$@"
|
||||
Reference in New Issue
Block a user