From f62b61236063d0d10681875b7b94dacc08f626d5 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 25 Dec 2020 21:36:11 +0000 Subject: [PATCH] rearrange services --- services/nginx/default.conf | 40 +++++++++++++++++++ .../solr_server}/Dockerfile | 0 services/solr_server/create_solr_core | 3 ++ .../fetconfig/conf/lang/contractions_ca.txt | 0 .../fetconfig/conf/lang/contractions_fr.txt | 0 .../fetconfig/conf/lang/contractions_ga.txt | 0 .../fetconfig/conf/lang/contractions_it.txt | 0 .../fetconfig/conf/lang/hyphenations_ga.txt | 0 .../fetconfig/conf/lang/stemdict_nl.txt | 0 .../fetconfig/conf/lang/stoptags_ja.txt | 0 .../fetconfig/conf/lang/stopwords_ar.txt | 0 .../fetconfig/conf/lang/stopwords_bg.txt | 0 .../fetconfig/conf/lang/stopwords_ca.txt | 0 .../fetconfig/conf/lang/stopwords_cz.txt | 0 .../fetconfig/conf/lang/stopwords_da.txt | 0 .../fetconfig/conf/lang/stopwords_de.txt | 0 .../fetconfig/conf/lang/stopwords_el.txt | 0 .../fetconfig/conf/lang/stopwords_en.txt | 0 .../fetconfig/conf/lang/stopwords_es.txt | 0 .../fetconfig/conf/lang/stopwords_et.txt | 0 .../fetconfig/conf/lang/stopwords_eu.txt | 0 .../fetconfig/conf/lang/stopwords_fa.txt | 0 .../fetconfig/conf/lang/stopwords_fi.txt | 0 .../fetconfig/conf/lang/stopwords_fr.txt | 0 .../fetconfig/conf/lang/stopwords_ga.txt | 0 .../fetconfig/conf/lang/stopwords_gl.txt | 0 .../fetconfig/conf/lang/stopwords_hi.txt | 0 .../fetconfig/conf/lang/stopwords_hu.txt | 0 .../fetconfig/conf/lang/stopwords_hy.txt | 0 .../fetconfig/conf/lang/stopwords_id.txt | 0 .../fetconfig/conf/lang/stopwords_it.txt | 0 .../fetconfig/conf/lang/stopwords_ja.txt | 0 .../fetconfig/conf/lang/stopwords_lv.txt | 0 .../fetconfig/conf/lang/stopwords_nl.txt | 0 .../fetconfig/conf/lang/stopwords_no.txt | 0 .../fetconfig/conf/lang/stopwords_pt.txt | 0 .../fetconfig/conf/lang/stopwords_ro.txt | 0 .../fetconfig/conf/lang/stopwords_ru.txt | 0 .../fetconfig/conf/lang/stopwords_sv.txt | 0 .../fetconfig/conf/lang/stopwords_th.txt | 0 .../fetconfig/conf/lang/stopwords_tr.txt | 0 .../fetconfig/conf/lang/userdict_ja.txt | 0 .../fetconfig/conf/managed-schema | 0 .../solr_server}/fetconfig/conf/protwords.txt | 0 .../fetconfig/conf/solrconfig.xml | 0 .../solr_server}/fetconfig/conf/stopwords.txt | 0 .../solr_server}/fetconfig/conf/synonyms.txt | 0 .../myconfig/conf/lang/contractions_ca.txt | 0 .../myconfig/conf/lang/contractions_fr.txt | 0 .../myconfig/conf/lang/contractions_ga.txt | 0 .../myconfig/conf/lang/contractions_it.txt | 0 .../myconfig/conf/lang/hyphenations_ga.txt | 0 .../myconfig/conf/lang/stemdict_nl.txt | 0 .../myconfig/conf/lang/stoptags_ja.txt | 0 .../myconfig/conf/lang/stopwords_ar.txt | 0 .../myconfig/conf/lang/stopwords_bg.txt | 0 .../myconfig/conf/lang/stopwords_ca.txt | 0 .../myconfig/conf/lang/stopwords_cz.txt | 0 .../myconfig/conf/lang/stopwords_da.txt | 0 .../myconfig/conf/lang/stopwords_de.txt | 0 .../myconfig/conf/lang/stopwords_el.txt | 0 .../myconfig/conf/lang/stopwords_en.txt | 0 .../myconfig/conf/lang/stopwords_es.txt | 0 .../myconfig/conf/lang/stopwords_et.txt | 0 .../myconfig/conf/lang/stopwords_eu.txt | 0 .../myconfig/conf/lang/stopwords_fa.txt | 0 .../myconfig/conf/lang/stopwords_fi.txt | 0 .../myconfig/conf/lang/stopwords_fr.txt | 0 .../myconfig/conf/lang/stopwords_ga.txt | 0 .../myconfig/conf/lang/stopwords_gl.txt | 0 .../myconfig/conf/lang/stopwords_hi.txt | 0 .../myconfig/conf/lang/stopwords_hu.txt | 0 .../myconfig/conf/lang/stopwords_hy.txt | 0 .../myconfig/conf/lang/stopwords_id.txt | 0 .../myconfig/conf/lang/stopwords_it.txt | 0 .../myconfig/conf/lang/stopwords_ja.txt | 0 .../myconfig/conf/lang/stopwords_lv.txt | 0 .../myconfig/conf/lang/stopwords_nl.txt | 0 .../myconfig/conf/lang/stopwords_no.txt | 0 .../myconfig/conf/lang/stopwords_pt.txt | 0 .../myconfig/conf/lang/stopwords_ro.txt | 0 .../myconfig/conf/lang/stopwords_ru.txt | 0 .../myconfig/conf/lang/stopwords_sv.txt | 0 .../myconfig/conf/lang/stopwords_th.txt | 0 .../myconfig/conf/lang/stopwords_tr.txt | 0 .../myconfig/conf/lang/userdict_ja.txt | 0 .../solr_server}/myconfig/conf/managed-schema | 0 .../solr_server}/myconfig/conf/protwords.txt | 0 .../solr_server}/myconfig/conf/solrconfig.xml | 0 .../solr_server}/myconfig/conf/stopwords.txt | 0 .../solr_server}/myconfig/conf/synonyms.txt | 0 91 files changed, 43 insertions(+) create mode 100644 services/nginx/default.conf rename {solr_server => services/solr_server}/Dockerfile (100%) create mode 100755 services/solr_server/create_solr_core rename {solr_server => services/solr_server}/fetconfig/conf/lang/contractions_ca.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/contractions_fr.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/contractions_ga.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/contractions_it.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/hyphenations_ga.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stemdict_nl.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stoptags_ja.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_ar.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_bg.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_ca.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_cz.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_da.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_de.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_el.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_en.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_es.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_et.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_eu.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_fa.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_fi.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_fr.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_ga.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_gl.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_hi.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_hu.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_hy.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_id.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_it.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_ja.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_lv.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_nl.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_no.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_pt.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_ro.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_ru.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_sv.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_th.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/stopwords_tr.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/lang/userdict_ja.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/managed-schema (100%) rename {solr_server => services/solr_server}/fetconfig/conf/protwords.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/solrconfig.xml (100%) rename {solr_server => services/solr_server}/fetconfig/conf/stopwords.txt (100%) rename {solr_server => services/solr_server}/fetconfig/conf/synonyms.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/contractions_ca.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/contractions_fr.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/contractions_ga.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/contractions_it.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/hyphenations_ga.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stemdict_nl.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stoptags_ja.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_ar.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_bg.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_ca.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_cz.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_da.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_de.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_el.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_en.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_es.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_et.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_eu.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_fa.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_fi.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_fr.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_ga.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_gl.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_hi.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_hu.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_hy.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_id.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_it.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_ja.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_lv.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_nl.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_no.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_pt.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_ro.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_ru.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_sv.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_th.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/stopwords_tr.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/lang/userdict_ja.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/managed-schema (100%) rename {solr_server => services/solr_server}/myconfig/conf/protwords.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/solrconfig.xml (100%) rename {solr_server => services/solr_server}/myconfig/conf/stopwords.txt (100%) rename {solr_server => services/solr_server}/myconfig/conf/synonyms.txt (100%) diff --git a/services/nginx/default.conf b/services/nginx/default.conf new file mode 100644 index 0000000..87f4c81 --- /dev/null +++ b/services/nginx/default.conf @@ -0,0 +1,40 @@ +server { + listen 80; + listen [::]:80; + server_name localhost; + + #charset koi8-r; + #access_log /var/log/nginx/host.access.log main; + + location / { +# root /usr/share/nginx/html; + # index index.html index.htm; + proxy_ssl_server_name on; + proxy_ssl_verify off; + + proxy_pass http://fetsitedev:5001; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + + } + location /etherpad { + rewrite /etherpad/(.*) /$1 break; + rewrite ^/etherpad$ /etherpad/ permanent; + proxy_pass http://etherpad:9001; + proxy_redirect / /etherpad/; + proxy_set_header Host $host; + proxy_buffering off; + } + + #error_page 404 /404.html; + + # redirect server error pages to the static page /50x.html + # + error_page 500 502 503 504 /50x.html; + location = /50x.html { + root /usr/share/nginx/html; + } + +} + diff --git a/solr_server/Dockerfile b/services/solr_server/Dockerfile similarity index 100% rename from solr_server/Dockerfile rename to services/solr_server/Dockerfile diff --git a/services/solr_server/create_solr_core b/services/solr_server/create_solr_core new file mode 100755 index 0000000..ebfe4d6 --- /dev/null +++ b/services/solr_server/create_solr_core @@ -0,0 +1,3 @@ +#!/bin/sh +solr-precreate core /opt/solr/server/solr/configsets/fetconfig +solr-precreate coreprotocol /opt/solr/server/solr/configsets/fetconfig \ No newline at end of file diff --git a/solr_server/fetconfig/conf/lang/contractions_ca.txt b/services/solr_server/fetconfig/conf/lang/contractions_ca.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/contractions_ca.txt rename to services/solr_server/fetconfig/conf/lang/contractions_ca.txt diff --git a/solr_server/fetconfig/conf/lang/contractions_fr.txt b/services/solr_server/fetconfig/conf/lang/contractions_fr.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/contractions_fr.txt rename to services/solr_server/fetconfig/conf/lang/contractions_fr.txt diff --git a/solr_server/fetconfig/conf/lang/contractions_ga.txt b/services/solr_server/fetconfig/conf/lang/contractions_ga.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/contractions_ga.txt rename to services/solr_server/fetconfig/conf/lang/contractions_ga.txt diff --git a/solr_server/fetconfig/conf/lang/contractions_it.txt b/services/solr_server/fetconfig/conf/lang/contractions_it.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/contractions_it.txt rename to services/solr_server/fetconfig/conf/lang/contractions_it.txt diff --git a/solr_server/fetconfig/conf/lang/hyphenations_ga.txt b/services/solr_server/fetconfig/conf/lang/hyphenations_ga.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/hyphenations_ga.txt rename to services/solr_server/fetconfig/conf/lang/hyphenations_ga.txt diff --git a/solr_server/fetconfig/conf/lang/stemdict_nl.txt b/services/solr_server/fetconfig/conf/lang/stemdict_nl.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stemdict_nl.txt rename to services/solr_server/fetconfig/conf/lang/stemdict_nl.txt diff --git a/solr_server/fetconfig/conf/lang/stoptags_ja.txt b/services/solr_server/fetconfig/conf/lang/stoptags_ja.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stoptags_ja.txt rename to services/solr_server/fetconfig/conf/lang/stoptags_ja.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_ar.txt b/services/solr_server/fetconfig/conf/lang/stopwords_ar.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_ar.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_ar.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_bg.txt b/services/solr_server/fetconfig/conf/lang/stopwords_bg.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_bg.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_bg.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_ca.txt b/services/solr_server/fetconfig/conf/lang/stopwords_ca.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_ca.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_ca.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_cz.txt b/services/solr_server/fetconfig/conf/lang/stopwords_cz.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_cz.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_cz.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_da.txt b/services/solr_server/fetconfig/conf/lang/stopwords_da.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_da.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_da.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_de.txt b/services/solr_server/fetconfig/conf/lang/stopwords_de.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_de.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_de.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_el.txt b/services/solr_server/fetconfig/conf/lang/stopwords_el.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_el.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_el.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_en.txt b/services/solr_server/fetconfig/conf/lang/stopwords_en.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_en.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_en.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_es.txt b/services/solr_server/fetconfig/conf/lang/stopwords_es.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_es.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_es.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_et.txt b/services/solr_server/fetconfig/conf/lang/stopwords_et.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_et.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_et.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_eu.txt b/services/solr_server/fetconfig/conf/lang/stopwords_eu.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_eu.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_eu.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_fa.txt b/services/solr_server/fetconfig/conf/lang/stopwords_fa.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_fa.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_fa.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_fi.txt b/services/solr_server/fetconfig/conf/lang/stopwords_fi.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_fi.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_fi.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_fr.txt b/services/solr_server/fetconfig/conf/lang/stopwords_fr.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_fr.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_fr.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_ga.txt b/services/solr_server/fetconfig/conf/lang/stopwords_ga.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_ga.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_ga.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_gl.txt b/services/solr_server/fetconfig/conf/lang/stopwords_gl.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_gl.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_gl.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_hi.txt b/services/solr_server/fetconfig/conf/lang/stopwords_hi.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_hi.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_hi.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_hu.txt b/services/solr_server/fetconfig/conf/lang/stopwords_hu.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_hu.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_hu.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_hy.txt b/services/solr_server/fetconfig/conf/lang/stopwords_hy.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_hy.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_hy.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_id.txt b/services/solr_server/fetconfig/conf/lang/stopwords_id.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_id.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_id.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_it.txt b/services/solr_server/fetconfig/conf/lang/stopwords_it.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_it.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_it.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_ja.txt b/services/solr_server/fetconfig/conf/lang/stopwords_ja.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_ja.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_ja.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_lv.txt b/services/solr_server/fetconfig/conf/lang/stopwords_lv.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_lv.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_lv.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_nl.txt b/services/solr_server/fetconfig/conf/lang/stopwords_nl.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_nl.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_nl.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_no.txt b/services/solr_server/fetconfig/conf/lang/stopwords_no.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_no.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_no.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_pt.txt b/services/solr_server/fetconfig/conf/lang/stopwords_pt.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_pt.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_pt.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_ro.txt b/services/solr_server/fetconfig/conf/lang/stopwords_ro.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_ro.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_ro.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_ru.txt b/services/solr_server/fetconfig/conf/lang/stopwords_ru.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_ru.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_ru.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_sv.txt b/services/solr_server/fetconfig/conf/lang/stopwords_sv.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_sv.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_sv.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_th.txt b/services/solr_server/fetconfig/conf/lang/stopwords_th.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_th.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_th.txt diff --git a/solr_server/fetconfig/conf/lang/stopwords_tr.txt b/services/solr_server/fetconfig/conf/lang/stopwords_tr.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/stopwords_tr.txt rename to services/solr_server/fetconfig/conf/lang/stopwords_tr.txt diff --git a/solr_server/fetconfig/conf/lang/userdict_ja.txt b/services/solr_server/fetconfig/conf/lang/userdict_ja.txt similarity index 100% rename from solr_server/fetconfig/conf/lang/userdict_ja.txt rename to services/solr_server/fetconfig/conf/lang/userdict_ja.txt diff --git a/solr_server/fetconfig/conf/managed-schema b/services/solr_server/fetconfig/conf/managed-schema similarity index 100% rename from solr_server/fetconfig/conf/managed-schema rename to services/solr_server/fetconfig/conf/managed-schema diff --git a/solr_server/fetconfig/conf/protwords.txt b/services/solr_server/fetconfig/conf/protwords.txt similarity index 100% rename from solr_server/fetconfig/conf/protwords.txt rename to services/solr_server/fetconfig/conf/protwords.txt diff --git a/solr_server/fetconfig/conf/solrconfig.xml b/services/solr_server/fetconfig/conf/solrconfig.xml similarity index 100% rename from solr_server/fetconfig/conf/solrconfig.xml rename to services/solr_server/fetconfig/conf/solrconfig.xml diff --git a/solr_server/fetconfig/conf/stopwords.txt b/services/solr_server/fetconfig/conf/stopwords.txt similarity index 100% rename from solr_server/fetconfig/conf/stopwords.txt rename to services/solr_server/fetconfig/conf/stopwords.txt diff --git a/solr_server/fetconfig/conf/synonyms.txt b/services/solr_server/fetconfig/conf/synonyms.txt similarity index 100% rename from solr_server/fetconfig/conf/synonyms.txt rename to services/solr_server/fetconfig/conf/synonyms.txt diff --git a/solr_server/myconfig/conf/lang/contractions_ca.txt b/services/solr_server/myconfig/conf/lang/contractions_ca.txt similarity index 100% rename from solr_server/myconfig/conf/lang/contractions_ca.txt rename to services/solr_server/myconfig/conf/lang/contractions_ca.txt diff --git a/solr_server/myconfig/conf/lang/contractions_fr.txt b/services/solr_server/myconfig/conf/lang/contractions_fr.txt similarity index 100% rename from solr_server/myconfig/conf/lang/contractions_fr.txt rename to services/solr_server/myconfig/conf/lang/contractions_fr.txt diff --git a/solr_server/myconfig/conf/lang/contractions_ga.txt b/services/solr_server/myconfig/conf/lang/contractions_ga.txt similarity index 100% rename from solr_server/myconfig/conf/lang/contractions_ga.txt rename to services/solr_server/myconfig/conf/lang/contractions_ga.txt diff --git a/solr_server/myconfig/conf/lang/contractions_it.txt b/services/solr_server/myconfig/conf/lang/contractions_it.txt similarity index 100% rename from solr_server/myconfig/conf/lang/contractions_it.txt rename to services/solr_server/myconfig/conf/lang/contractions_it.txt diff --git a/solr_server/myconfig/conf/lang/hyphenations_ga.txt b/services/solr_server/myconfig/conf/lang/hyphenations_ga.txt similarity index 100% rename from solr_server/myconfig/conf/lang/hyphenations_ga.txt rename to services/solr_server/myconfig/conf/lang/hyphenations_ga.txt diff --git a/solr_server/myconfig/conf/lang/stemdict_nl.txt b/services/solr_server/myconfig/conf/lang/stemdict_nl.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stemdict_nl.txt rename to services/solr_server/myconfig/conf/lang/stemdict_nl.txt diff --git a/solr_server/myconfig/conf/lang/stoptags_ja.txt b/services/solr_server/myconfig/conf/lang/stoptags_ja.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stoptags_ja.txt rename to services/solr_server/myconfig/conf/lang/stoptags_ja.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_ar.txt b/services/solr_server/myconfig/conf/lang/stopwords_ar.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_ar.txt rename to services/solr_server/myconfig/conf/lang/stopwords_ar.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_bg.txt b/services/solr_server/myconfig/conf/lang/stopwords_bg.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_bg.txt rename to services/solr_server/myconfig/conf/lang/stopwords_bg.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_ca.txt b/services/solr_server/myconfig/conf/lang/stopwords_ca.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_ca.txt rename to services/solr_server/myconfig/conf/lang/stopwords_ca.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_cz.txt b/services/solr_server/myconfig/conf/lang/stopwords_cz.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_cz.txt rename to services/solr_server/myconfig/conf/lang/stopwords_cz.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_da.txt b/services/solr_server/myconfig/conf/lang/stopwords_da.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_da.txt rename to services/solr_server/myconfig/conf/lang/stopwords_da.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_de.txt b/services/solr_server/myconfig/conf/lang/stopwords_de.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_de.txt rename to services/solr_server/myconfig/conf/lang/stopwords_de.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_el.txt b/services/solr_server/myconfig/conf/lang/stopwords_el.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_el.txt rename to services/solr_server/myconfig/conf/lang/stopwords_el.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_en.txt b/services/solr_server/myconfig/conf/lang/stopwords_en.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_en.txt rename to services/solr_server/myconfig/conf/lang/stopwords_en.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_es.txt b/services/solr_server/myconfig/conf/lang/stopwords_es.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_es.txt rename to services/solr_server/myconfig/conf/lang/stopwords_es.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_et.txt b/services/solr_server/myconfig/conf/lang/stopwords_et.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_et.txt rename to services/solr_server/myconfig/conf/lang/stopwords_et.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_eu.txt b/services/solr_server/myconfig/conf/lang/stopwords_eu.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_eu.txt rename to services/solr_server/myconfig/conf/lang/stopwords_eu.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_fa.txt b/services/solr_server/myconfig/conf/lang/stopwords_fa.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_fa.txt rename to services/solr_server/myconfig/conf/lang/stopwords_fa.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_fi.txt b/services/solr_server/myconfig/conf/lang/stopwords_fi.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_fi.txt rename to services/solr_server/myconfig/conf/lang/stopwords_fi.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_fr.txt b/services/solr_server/myconfig/conf/lang/stopwords_fr.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_fr.txt rename to services/solr_server/myconfig/conf/lang/stopwords_fr.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_ga.txt b/services/solr_server/myconfig/conf/lang/stopwords_ga.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_ga.txt rename to services/solr_server/myconfig/conf/lang/stopwords_ga.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_gl.txt b/services/solr_server/myconfig/conf/lang/stopwords_gl.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_gl.txt rename to services/solr_server/myconfig/conf/lang/stopwords_gl.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_hi.txt b/services/solr_server/myconfig/conf/lang/stopwords_hi.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_hi.txt rename to services/solr_server/myconfig/conf/lang/stopwords_hi.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_hu.txt b/services/solr_server/myconfig/conf/lang/stopwords_hu.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_hu.txt rename to services/solr_server/myconfig/conf/lang/stopwords_hu.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_hy.txt b/services/solr_server/myconfig/conf/lang/stopwords_hy.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_hy.txt rename to services/solr_server/myconfig/conf/lang/stopwords_hy.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_id.txt b/services/solr_server/myconfig/conf/lang/stopwords_id.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_id.txt rename to services/solr_server/myconfig/conf/lang/stopwords_id.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_it.txt b/services/solr_server/myconfig/conf/lang/stopwords_it.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_it.txt rename to services/solr_server/myconfig/conf/lang/stopwords_it.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_ja.txt b/services/solr_server/myconfig/conf/lang/stopwords_ja.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_ja.txt rename to services/solr_server/myconfig/conf/lang/stopwords_ja.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_lv.txt b/services/solr_server/myconfig/conf/lang/stopwords_lv.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_lv.txt rename to services/solr_server/myconfig/conf/lang/stopwords_lv.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_nl.txt b/services/solr_server/myconfig/conf/lang/stopwords_nl.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_nl.txt rename to services/solr_server/myconfig/conf/lang/stopwords_nl.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_no.txt b/services/solr_server/myconfig/conf/lang/stopwords_no.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_no.txt rename to services/solr_server/myconfig/conf/lang/stopwords_no.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_pt.txt b/services/solr_server/myconfig/conf/lang/stopwords_pt.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_pt.txt rename to services/solr_server/myconfig/conf/lang/stopwords_pt.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_ro.txt b/services/solr_server/myconfig/conf/lang/stopwords_ro.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_ro.txt rename to services/solr_server/myconfig/conf/lang/stopwords_ro.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_ru.txt b/services/solr_server/myconfig/conf/lang/stopwords_ru.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_ru.txt rename to services/solr_server/myconfig/conf/lang/stopwords_ru.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_sv.txt b/services/solr_server/myconfig/conf/lang/stopwords_sv.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_sv.txt rename to services/solr_server/myconfig/conf/lang/stopwords_sv.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_th.txt b/services/solr_server/myconfig/conf/lang/stopwords_th.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_th.txt rename to services/solr_server/myconfig/conf/lang/stopwords_th.txt diff --git a/solr_server/myconfig/conf/lang/stopwords_tr.txt b/services/solr_server/myconfig/conf/lang/stopwords_tr.txt similarity index 100% rename from solr_server/myconfig/conf/lang/stopwords_tr.txt rename to services/solr_server/myconfig/conf/lang/stopwords_tr.txt diff --git a/solr_server/myconfig/conf/lang/userdict_ja.txt b/services/solr_server/myconfig/conf/lang/userdict_ja.txt similarity index 100% rename from solr_server/myconfig/conf/lang/userdict_ja.txt rename to services/solr_server/myconfig/conf/lang/userdict_ja.txt diff --git a/solr_server/myconfig/conf/managed-schema b/services/solr_server/myconfig/conf/managed-schema similarity index 100% rename from solr_server/myconfig/conf/managed-schema rename to services/solr_server/myconfig/conf/managed-schema diff --git a/solr_server/myconfig/conf/protwords.txt b/services/solr_server/myconfig/conf/protwords.txt similarity index 100% rename from solr_server/myconfig/conf/protwords.txt rename to services/solr_server/myconfig/conf/protwords.txt diff --git a/solr_server/myconfig/conf/solrconfig.xml b/services/solr_server/myconfig/conf/solrconfig.xml similarity index 100% rename from solr_server/myconfig/conf/solrconfig.xml rename to services/solr_server/myconfig/conf/solrconfig.xml diff --git a/solr_server/myconfig/conf/stopwords.txt b/services/solr_server/myconfig/conf/stopwords.txt similarity index 100% rename from solr_server/myconfig/conf/stopwords.txt rename to services/solr_server/myconfig/conf/stopwords.txt diff --git a/solr_server/myconfig/conf/synonyms.txt b/services/solr_server/myconfig/conf/synonyms.txt similarity index 100% rename from solr_server/myconfig/conf/synonyms.txt rename to services/solr_server/myconfig/conf/synonyms.txt