[Koha] Koha and old books

Beda Szukics beda at kollegium-sarnen.ch
Thu May 2 06:05:40 NZST 2013


Hi Karam

Am 01.05.2013 15:55, schrieb Karam Qubsi:
> Hi Beda , 
> see this : 
> https://docs.google.com/document/d/1rHuoX_AeLkWK_0FEkWhCvpoTCWO7AcNG5355DIZ_7QA/edit
> 
> Regards 

At the beginning of your document you tell me to make sure that I am
using zebra DOM indexing. Do both, authority and bibliographic, have to
be using DOM indexing?

In my case I think only authority is using DOM indexing:

Part of my koha-conf.xml

<!-- BIBLIOGRAPHIC RECORDS -->
<server id="biblioserver"  listenref="biblioserver">
    <directory>/var/lib/koha/sm/biblios</directory>
    <config>/etc/koha/sites/sm/zebra-biblios.cfg</config>
    <cql2rpn>/etc/koha/zebradb/pqf.properties</cql2rpn>
     <retrievalinfo>


<!-- AUTHORITY RECORDS -->
<server id="authorityserver"  listenref="authorityserver" >
    <directory>/var/lib/koha/sm/authorities</directory>
    <config>/etc/koha/sites/sm/zebra-authorities-dom.cfg</config>
    <cql2rpn>/etc/koha/zebradb/pqf.properties</cql2rpn>
    <xi:include href="/etc/koha/zebradb/retrieval-info-auth-dom.xml"
                xmlns:xi="http://www.w3.org/2001/XInclude">
      <xi:fallback>
     <retrievalinfo>

I tried to follow

http://wiki.koha-community.org/wiki/Switching_to_dom_indexing

but I think it's outdated. (I don't find any line with <!--
<maximumrecordsize>2000000</maximumrecordsize> --> and
href="/home/paul/koha.dev/installs/lecannetdesmaures/etc/zebradb/retrieval-info-bib-dom.xml"
seemes to be a specific path of a test environment of Paul, there is no
line with <useldapserver> too.


Would it be safe to change the bibliographic records section according
to the authority section?


Regards                   Beda


More information about the Koha mailing list