@@ -, +, @@ Zebra folders. Choose for DOM indexing. Enable the SRU server on port 9998 (small edit in koha-conf.xml). Check the SRU output on port 9998. NOTE: If you do not pass recordSchema, you should get back a marc response now (instead of index schema). Bonus: Add your server as a Z3950 target to another Koha install. And perform a Z3950 search from the other server to your new install. Bonus: Check response from the auth and biblio socket via yaz-client. --- etc/koha-conf.xml | 198 +---------------------- etc/zebradb/authorities/etc/dom-config-marc.xml | 7 +- etc/zebradb/authorities/etc/dom-config.xml | 7 +- etc/zebradb/biblios/etc/dom-config-marc.xml | 7 +- etc/zebradb/biblios/etc/dom-config.xml | 7 +- etc/zebradb/retrieval-info-auth-dom.xml | 6 +- etc/zebradb/retrieval-info-bib-dom.xml | 6 +- 7 files changed, 12 insertions(+), 226 deletions(-) --- a/etc/koha-conf.xml +++ a/etc/koha-conf.xml @@ -37,74 +37,8 @@ __PAZPAR2_TOGGLE_XML_POST__ __ZEBRA_DATA_DIR__/biblios __ZEBRA_CONF_DIR__/__ZEBRA_BIB_CFG__ __ZEBRA_CONF_DIR__/pqf.properties - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - __ZEBRA_SRU_HOST__ - __ZEBRA_SRU_BIBLIOS_PORT__ - biblios - - - - + + __ZEBRA_CONF_DIR__/ccl.properties @@ -117,65 +51,8 @@ __PAZPAR2_TOGGLE_XML_POST__ __ZEBRA_DATA_DIR__/authorities __ZEBRA_CONF_DIR__/__ZEBRA_AUTH_CFG__ __ZEBRA_CONF_DIR__/pqf.properties - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - __ZEBRA_SRU_HOST__ - __ZEBRA_SRU_AUTHORITIES_PORT__ - authorities - - - - + + __ZEBRA_CONF_DIR__/ccl.properties @@ -189,71 +66,8 @@ __PAZPAR2_TOGGLE_XML_POST__ __ZEBRA_DATA_DIR__/biblios __ZEBRA_CONF_DIR__/__ZEBRA_BIB_CFG__ __ZEBRA_CONF_DIR__/pqf.properties - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - __ZEBRA_SRU_HOST__ - __ZEBRA_SRU_BIBLIOS_PORT__ - biblios - - - - + + __ZEBRA_CONF_DIR__/ccl.properties --- a/etc/zebradb/authorities/etc/dom-config-marc.xml +++ a/etc/zebradb/authorities/etc/dom-config-marc.xml @@ -30,15 +30,10 @@ Authorities DOM config for MARC ISO2709 input - - - - - - + --- a/etc/zebradb/authorities/etc/dom-config.xml +++ a/etc/zebradb/authorities/etc/dom-config.xml @@ -30,15 +30,10 @@ Authorities DOM config for MARC XML input - - - - - - + --- a/etc/zebradb/biblios/etc/dom-config-marc.xml +++ a/etc/zebradb/biblios/etc/dom-config-marc.xml @@ -30,15 +30,10 @@ Bibliographic DOM config for MARC ISO2709 input - - - - - - + --- a/etc/zebradb/biblios/etc/dom-config.xml +++ a/etc/zebradb/biblios/etc/dom-config.xml @@ -30,15 +30,10 @@ Bibliographic DOM config for MARC XML input - - - - - - + --- a/etc/zebradb/retrieval-info-auth-dom.xml +++ a/etc/zebradb/retrieval-info-auth-dom.xml @@ -14,9 +14,5 @@ outputcharset="utf-8"/> - - - + --- a/etc/zebradb/retrieval-info-bib-dom.xml +++ a/etc/zebradb/retrieval-info-bib-dom.xml @@ -14,9 +14,5 @@ outputcharset="utf-8"/> - - - + --