Re: [Koha] Koha and old books
Am 30.04.2013 21:08, schrieb Elaine Bradtke:
I'm not the technical half of our team, but I think you may have fields that are not indexed. This would cause your searches to fail. Not all possible MARC fields are indexed in the default version of Koha. The Wiki might help. http://wiki.koha-community.org/wiki/Understanding_Zebra_indexing http://wiki.koha-community.org/wiki/Making_more_indexes_searchable_with_Zebr... regards,
I read the first one and tried to follow it. I read the second one too, but didn't understand it enough. Beda
Hi Beda , see this : https://docs.google.com/document/d/1rHuoX_AeLkWK_0FEkWhCvpoTCWO7AcNG5355DIZ_... Regards On Wed, May 1, 2013 at 12:25 AM, Beda Szukics <beda@kollegium-sarnen.ch>wrote:
Am 30.04.2013 21:08, schrieb Elaine Bradtke:
I'm not the technical half of our team, but I think you may have fields that are not indexed. This would cause your searches to fail. Not all possible MARC fields are indexed in the default version of Koha. The Wiki might help. http://wiki.koha-community.org/wiki/Understanding_Zebra_indexing
http://wiki.koha-community.org/wiki/Making_more_indexes_searchable_with_Zebr...
regards,
I read the first one and tried to follow it.
I read the second one too, but didn't understand it enough.
Beda _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- *Karam Qubsi*
Hi Karam Thank you. I will try to follow your instructions and I'll tell the results. Beda Am 01.05.2013 15:55, schrieb Karam Qubsi:
Hi Beda , see this : https://docs.google.com/document/d/1rHuoX_AeLkWK_0FEkWhCvpoTCWO7AcNG5355DIZ_...
Regards
Hi Karam Am 01.05.2013 15:55, schrieb Karam Qubsi:
Hi Beda , see this : https://docs.google.com/document/d/1rHuoX_AeLkWK_0FEkWhCvpoTCWO7AcNG5355DIZ_...
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
Hi Beda , I just want to help ^_^ , and this is not my document at the end of the doc you can see his name : * Ashraf Brzy IT manager Heliopolis University * * * about dom : I think it must used also for bib., I didn't try to apply this before ... so I'm not sure . I hope some one can help you more about this and to complete your project . Best Wishes On Wed, May 1, 2013 at 11:05 AM, Beda Szukics <beda@kollegium-sarnen.ch>wrote:
Hi Karam
Am 01.05.2013 15:55, schrieb Karam Qubsi:
Hi Beda , see this :
https://docs.google.com/document/d/1rHuoX_AeLkWK_0FEkWhCvpoTCWO7AcNG5355DIZ_...
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
-- *Karam Qubsi*
Hi Karam In the passing weeks I have set up a procedure to make koha fit for cataloguing old books according to our rules. I have written a wiki-article (http://wiki.koha-community.org/wiki/Koha_und_alte_Drucke). Unfortunately it's in german because my english isn't good enough. The article you sent me helped me a lot. Thank you Beda Am 01.05.2013 22:44, schrieb Karam Qubsi:
Hi Beda , I just want to help ^_^ , and this is not my document at the end of the doc you can see his name : *
Ashraf Brzy
IT manager
Heliopolis University * * * about dom : I think it must used also for bib., I didn't try to apply this before ... so I'm not sure .
I hope some one can help you more about this and to complete your project .
Best Wishes
participants (2)
-
Beda Szukics -
Karam Qubsi