File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ function configure() {
156156 if [ $INDEX_HOST != ' localhost' ]; then
157157 echo ' Configuring remote Solr Index'
158158 xwiki_set_properties ' solr.type' ' remote'
159- xwiki_set_properties ' solr.remote.url ' " http://$INDEX_HOST :$INDEX_PORT /solr/xwiki"
159+ xwiki_set_properties ' solr.remote.baseUrl ' " http://$INDEX_HOST :$INDEX_PORT /solr/xwiki"
160160 fi
161161
162162 # If the files already exist then copy them to the XWiki's WEB-INF directory. Otherwise copy the default config
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ function configure() {
156156 if [ $INDEX_HOST != ' localhost' ]; then
157157 echo ' Configuring remote Solr Index'
158158 xwiki_set_properties ' solr.type' ' remote'
159- xwiki_set_properties ' solr.remote.url ' " http://$INDEX_HOST :$INDEX_PORT /solr/xwiki"
159+ xwiki_set_properties ' solr.remote.baseUrl ' " http://$INDEX_HOST :$INDEX_PORT /solr/xwiki"
160160 fi
161161
162162 # If the files already exist then copy them to the XWiki's WEB-INF directory. Otherwise copy the default config
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ function configure() {
156156 if [ $INDEX_HOST != ' localhost' ]; then
157157 echo ' Configuring remote Solr Index'
158158 xwiki_set_properties ' solr.type' ' remote'
159- xwiki_set_properties ' solr.remote.url ' " http://$INDEX_HOST :$INDEX_PORT /solr/xwiki"
159+ xwiki_set_properties ' solr.remote.baseUrl ' " http://$INDEX_HOST :$INDEX_PORT /solr/xwiki"
160160 fi
161161
162162 # If the files already exist then copy them to the XWiki's WEB-INF directory. Otherwise copy the default config
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ function configure() {
156156 if [ $INDEX_HOST != ' localhost' ]; then
157157 echo ' Configuring remote Solr Index'
158158 xwiki_set_properties ' solr.type' ' remote'
159- xwiki_set_properties ' solr.remote.url ' " http://$INDEX_HOST :$INDEX_PORT /solr/xwiki"
159+ xwiki_set_properties ' solr.remote.baseUrl ' " http://$INDEX_HOST :$INDEX_PORT /solr/xwiki"
160160 fi
161161
162162 # If the files already exist then copy them to the XWiki's WEB-INF directory. Otherwise copy the default config
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ function configure() {
156156 if [ $INDEX_HOST != ' localhost' ]; then
157157 echo ' Configuring remote Solr Index'
158158 xwiki_set_properties ' solr.type' ' remote'
159- xwiki_set_properties ' solr.remote.url ' " http://$INDEX_HOST :$INDEX_PORT /solr/xwiki"
159+ xwiki_set_properties ' solr.remote.baseUrl ' " http://$INDEX_HOST :$INDEX_PORT /solr/xwiki"
160160 fi
161161
162162 # If the files already exist then copy them to the XWiki's WEB-INF directory. Otherwise copy the default config
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ function configure() {
156156 if [ $INDEX_HOST != ' localhost' ]; then
157157 echo ' Configuring remote Solr Index'
158158 xwiki_set_properties ' solr.type' ' remote'
159- xwiki_set_properties ' solr.remote.url ' " http://$INDEX_HOST :$INDEX_PORT /solr/xwiki"
159+ xwiki_set_properties ' solr.remote.baseUrl ' " http://$INDEX_HOST :$INDEX_PORT /solr/xwiki"
160160 fi
161161
162162 # If the files already exist then copy them to the XWiki's WEB-INF directory. Otherwise copy the default config
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ function configure() {
145145 if [ \$ INDEX_HOST != ' localhost' ]; then
146146 echo ' Configuring remote Solr Index'
147147 xwiki_set_properties ' solr.type' ' remote'
148- xwiki_set_properties ' solr.remote.url ' " http://\$ INDEX_HOST:\$ INDEX_PORT/solr/xwiki"
148+ xwiki_set_properties ' solr.remote.baseUrl ' " http://\$ INDEX_HOST:\$ INDEX_PORT/solr/xwiki"
149149 fi
150150
151151 # If the files already exist then copy them to the XWiki's WEB-INF directory. Otherwise copy the default config
You can’t perform that action at this time.
0 commit comments