|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | +<solr persistent="true"> |
| 3 | + <cores adminPath="/admin/cores"> |
| 4 | + <core name="core_de" instanceDir="typo3cores" schema="german/schema.xml" dataDir="data/core_de" /> |
| 5 | + <core name="core_en" instanceDir="typo3cores" schema="english/schema.xml" dataDir="data/core_en" /> |
| 6 | + <core name="core_ar" instanceDir="typo3cores" schema="arabic/schema.xml" dataDir="data/core_ar" /> |
| 7 | + <core name="core_hy" instanceDir="typo3cores" schema="armenian/schema.xml" dataDir="data/core_hy" /> |
| 8 | + <core name="core_eu" instanceDir="typo3cores" schema="basque/schema.xml" dataDir="data/core_eu" /> |
| 9 | + <core name="core_ptbr" instanceDir="typo3cores" schema="brazilian_portuguese/schema.xml" dataDir="data/core_ptbr" /> |
| 10 | + <core name="core_bg" instanceDir="typo3cores" schema="bulgarian/schema.xml" dataDir="data/core_bg" /> |
| 11 | + <core name="core_my" instanceDir="typo3cores" schema="burmese/schema.xml" dataDir="data/core_my" /> |
| 12 | + <core name="core_ca" instanceDir="typo3cores" schema="catalan/schema.xml" dataDir="data/core_ca" /> |
| 13 | + <core name="core_zh" instanceDir="typo3cores" schema="chinese/schema.xml" dataDir="data/core_zh" /> |
| 14 | + <core name="core_cs" instanceDir="typo3cores" schema="czech/schema.xml" dataDir="data/core_cs" /> |
| 15 | + <core name="core_da" instanceDir="typo3cores" schema="danish/schema.xml" dataDir="data/core_da" /> |
| 16 | + <core name="core_nl" instanceDir="typo3cores" schema="dutch/schema.xml" dataDir="data/core_nl" /> |
| 17 | + <core name="core_fi" instanceDir="typo3cores" schema="finnish/schema.xml" dataDir="data/core_fi" /> |
| 18 | + <core name="core_fr" instanceDir="typo3cores" schema="french/schema.xml" dataDir="data/core_fr" /> |
| 19 | + <core name="core_gl" instanceDir="typo3cores" schema="galician/schema.xml" dataDir="data/core_gl" /> |
| 20 | + <core name="core_el" instanceDir="typo3cores" schema="greek/schema.xml" dataDir="data/core_el" /> |
| 21 | + <core name="core_hi" instanceDir="typo3cores" schema="hindi/schema.xml" dataDir="data/core_hi" /> |
| 22 | + <core name="core_hu" instanceDir="typo3cores" schema="hungarian/schema.xml" dataDir="data/core_hu" /> |
| 23 | + <core name="core_id" instanceDir="typo3cores" schema="indonesian/schema.xml" dataDir="data/core_id" /> |
| 24 | + <core name="core_it" instanceDir="typo3cores" schema="italian/schema.xml" dataDir="data/core_it" /> |
| 25 | + <core name="core_ja" instanceDir="typo3cores" schema="japanese/schema.xml" dataDir="data/core_ja" /> |
| 26 | + <core name="core_km" instanceDir="typo3cores" schema="khmer/schema.xml" dataDir="data/core_km" /> |
| 27 | + <core name="core_ko" instanceDir="typo3cores" schema="korean/schema.xml" dataDir="data/core_ko" /> |
| 28 | + <core name="core_lo" instanceDir="typo3cores" schema="lao/schema.xml" dataDir="data/core_lo" /> |
| 29 | + <core name="core_no" instanceDir="typo3cores" schema="norwegian/schema.xml" dataDir="data/core_no" /> |
| 30 | + <core name="core_fa" instanceDir="typo3cores" schema="persian/schema.xml" dataDir="data/core_fa" /> |
| 31 | + <core name="core_pl" instanceDir="typo3cores" schema="polish/schema.xml" dataDir="data/core_pl" /> |
| 32 | + <core name="core_pt" instanceDir="typo3cores" schema="portuguese/schema.xml" dataDir="data/core_pt" /> |
| 33 | + <core name="core_ro" instanceDir="typo3cores" schema="romanian/schema.xml" dataDir="data/core_ro" /> |
| 34 | + <core name="core_ru" instanceDir="typo3cores" schema="russian/schema.xml" dataDir="data/core_ru" /> |
| 35 | + <core name="core_es" instanceDir="typo3cores" schema="spanish/schema.xml" dataDir="data/core_es" /> |
| 36 | + <core name="core_sv" instanceDir="typo3cores" schema="swedish/schema.xml" dataDir="data/core_sv" /> |
| 37 | + <core name="core_th" instanceDir="typo3cores" schema="thai/schema.xml" dataDir="data/core_th" /> |
| 38 | + <core name="core_tr" instanceDir="typo3cores" schema="turkish/schema.xml" dataDir="data/core_tr" /> |
| 39 | + <core name="core_uk" instanceDir="typo3cores" schema="ukrainian/schema.xml" dataDir="data/core_uk" /> |
| 40 | + </cores> |
| 41 | +</solr> |
0 commit comments