Dom indexing operational with a fresh install?
Hello, Yesterday, I bumped into an indexing bug. The 008 language code is not indexed. I can't find the records using this value. I checked on bugzilla and found this old bug : http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7586. This bug changed "ln:n" by "ln:w" in record.abs . It works with grs-1 indexing. On Katrin advice, I checked if the installation is using dom or grs-1 indexing. I'm on 3.14.07. So it should use dom. koha-conf.xml says "dom" but zebra-biblios.cfg seems to say "grs"... So, I checked "zebra-biblios.cfg" on master and the default values are : * iso2709.recordType:grs.marcxml.record * marcxml.recordType:grs.sgml * recordType:grs.xml Shouldn't we have a reference to dom for these parameters? I also checked biblio-zebra-indexdefs.xsl and biblio-koha-indexdefs.xml and the language index is "ln:n". I tried to change it by "ln:w", restarted zebra server, reindexed but it didn't work. I followed the wiki instruction (http://wiki.koha-community.org/wiki/Switching_to_dom_indexing) to change the "zebra-biblios.cfg" values as well but didn't work either. Any ideas? Thanks! -- François Charbonnier, Bibl. prof. / Chef de produits Tél. : (888) 604-2627 francois.charbonnier@inLibro.com <mailto:francois.charbonnier@inLibro.com> inLibro | pour esprit libre | www.inLibro.com <http://www.inLibro.com>
On Tue, Sep 16, 2014 at 11:55 AM, Francois Charbonnier < francois.charbonnier@inlibro.com> wrote:
Hello,
Yesterday, I bumped into an indexing bug. The 008 language code is not
indexed. I can't find the records using this value. I checked on bugzilla and found this old bug : http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7586. This bug changed "ln:n" by "ln:w" in record.abs .
It works with grs-1 indexing. On Katrin advice, I checked if the
installation is using dom or grs-1 indexing.
I'm on 3.14.07. So it should use dom. koha-conf.xml says "dom" but
zebra-biblios.cfg seems to say "grs"... Your koha-conf.xml file should be pointing to zebra-biblios-dom.cfg in the id="biblioserver" section. Best regards To+ -- Tomás Cohen Arazi Prosecretaría de Informática Universidad Nacional de Córdoba ✆ +54 351 5353750 ext 13168 GPG: B76C 6E7C 2D80 551A C765 E225 0A27 2EA1 B2F3 C15F
Thanks! You're right. I was checking the wrong file. The set up is ok. But I still have the same problem. I tried to update biblio-koha-indexdefs.xml following the instructions on this wiki page : http://wiki.koha-community.org/wiki/MRenvoize/zebra I can't make the language index based on the 008 value work. Has someone already tried to fix this? Any advices when updating these dom files? Thanks! François François Charbonnier, Bibl. prof. / Chef de produits Tél. : (888) 604-2627 francois.charbonnier@inLibro.com <mailto:francois.charbonnier@inLibro.com> inLibro | pour esprit libre | www.inLibro.com <http://www.inLibro.com> Le 2014-09-16 18:29, Tomas Cohen Arazi a écrit :
On Tue, Sep 16, 2014 at 11:55 AM, Francois Charbonnier <francois.charbonnier@inlibro.com <mailto:francois.charbonnier@inlibro.com>> wrote:
Hello,
Yesterday, I bumped into an indexing bug. The 008 language code is
not indexed. I can't find the records using this value. I checked on bugzilla and found this old bug : http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7586. This bug changed "ln:n" by "ln:w" in record.abs .
It works with grs-1 indexing. On Katrin advice, I checked if the
installation is using dom or grs-1 indexing.
I'm on 3.14.07. So it should use dom. koha-conf.xml says "dom" but
zebra-biblios.cfg seems to say "grs"...
Your koha-conf.xml file should be pointing to zebra-biblios-dom.cfg in the id="biblioserver" section.
Best regards To+
-- Tomás Cohen Arazi Prosecretaría de Informática Universidad Nacional de Córdoba ✆ +54 351 5353750 ext 13168 GPG: B76C 6E7C 2D80 551A C765 E225 0A27 2EA1 B2F3 C15F
Hi Francois, I probably have the same problem. If, as me, you use DOM indexing, you need to fix only marc21/biblios/biblio-koha-indexdefs.xml Probaly the only change to do are the changes written in this comment of Paul Poulain: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7586#c6 After recreate the xsl file with: -- cd ../zebradb/xsl/ -- xsltproc koha-indexdefs-to-zebra.xsl ../marc21/biblios/biblio-koha-indexdefs.xml > ../marc21/biblios/biblio-zebra-indexdefs.xsl -- do a complete reindex of zebra biblio records. I open a bug about this problem, number 12948. Bye ----- Messaggio originale ----- Da: "Francois Charbonnier" <francois.charbonnier@inlibro.com> A: "Tomas Cohen Arazi" <tomascohen@gmail.com> Cc: "dev >> koha-devel" <koha-devel@lists.koha-community.org> Inviato: Mercoledì, 17 settembre 2014 20:00:56 Oggetto: Re: [Koha-devel] Dom indexing operational with a fresh install? Thanks! You're right. I was checking the wrong file. The set up is ok. But I still have the same problem. I tried to update biblio-koha-indexdefs.xml following the instructions on this wiki page : http://wiki.koha-community.org/wiki/MRenvoize/zebra I can't make the language index based on the 008 value work. Has someone already tried to fix this? Any advices when updating these dom files? Thanks! François François Charbonnier, Bibl. prof. / Chef de produits Tél. : (888) 604-2627 francois.charbonnier@inLibro.com in Libro | pour esprit libre | www.inLibro.com Le 2014-09-16 18:29, Tomas Cohen Arazi a écrit : On Tue, Sep 16, 2014 at 11:55 AM, Francois Charbonnier < francois.charbonnier@inlibro.com > wrote:
Hello,
Yesterday, I bumped into an indexing bug. The 008 language code is not indexed. I can't find the records using this value. I checked on bugzilla and found this old bug : http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7586 . This bug changed "ln:n" by "ln:w" in record.abs .
It works with grs-1 indexing. On Katrin advice, I checked if the installation is using dom or grs-1 indexing.
I'm on 3.14.07. So it should use dom. koha-conf.xml says "dom" but zebra-biblios.cfg seems to say "grs"...
Your koha-conf.xml file should be pointing to zebra-biblios-dom.cfg in the id="biblioserver" section. Best regards To+ -- Tomás Cohen Arazi Prosecretaría de Informática Universidad Nacional de Córdoba ✆ +54 351 5353750 ext 13168 GPG: B76C 6E7C 2D80 551A C765 E225 0A27 2EA1 B2F3 C15F _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Thanks Zeno. It works! François Charbonnier, Bibl. prof. / Chef de produits Tél. : (888) 604-2627 francois.charbonnier@inLibro.com <mailto:francois.charbonnier@inLibro.com> inLibro | pour esprit libre | www.inLibro.com <http://www.inLibro.com> Le 2014-09-17 14:40, Zeno Tajoli a écrit :
Hi Francois,
I probably have the same problem. If, as me, you use DOM indexing, you need to fix only marc21/biblios/biblio-koha-indexdefs.xml Probaly the only change to do are the changes written in this comment of Paul Poulain: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7586#c6
After recreate the xsl file with:
-- cd ../zebradb/xsl/ -- xsltproc koha-indexdefs-to-zebra.xsl ../marc21/biblios/biblio-koha-indexdefs.xml > ../marc21/biblios/biblio-zebra-indexdefs.xsl -- do a complete reindex of zebra biblio records.
I open a bug about this problem, number 12948.
Bye
----- Messaggio originale ----- Da: "Francois Charbonnier" <francois.charbonnier@inlibro.com> A: "Tomas Cohen Arazi" <tomascohen@gmail.com> Cc: "dev >> koha-devel" <koha-devel@lists.koha-community.org> Inviato: Mercoledì, 17 settembre 2014 20:00:56 Oggetto: Re: [Koha-devel] Dom indexing operational with a fresh install?
Thanks! You're right. I was checking the wrong file. The set up is ok.
But I still have the same problem. I tried to update biblio-koha-indexdefs.xml following the instructions on this wiki page : http://wiki.koha-community.org/wiki/MRenvoize/zebra I can't make the language index based on the 008 value work.
Has someone already tried to fix this? Any advices when updating these dom files?
Thanks!
François
François Charbonnier, Bibl. prof. / Chef de produits
Tél. : (888) 604-2627 francois.charbonnier@inLibro.com in Libro | pour esprit libre | www.inLibro.com Le 2014-09-16 18:29, Tomas Cohen Arazi a écrit :
On Tue, Sep 16, 2014 at 11:55 AM, Francois Charbonnier < francois.charbonnier@inlibro.com > wrote:
Hello,
Yesterday, I bumped into an indexing bug. The 008 language code is not indexed. I can't find the records using this value. I checked on bugzilla and found this old bug : http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7586 . This bug changed "ln:n" by "ln:w" in record.abs .
It works with grs-1 indexing. On Katrin advice, I checked if the installation is using dom or grs-1 indexing.
I'm on 3.14.07. So it should use dom. koha-conf.xml says "dom" but zebra-biblios.cfg seems to say "grs"...
Your koha-conf.xml file should be pointing to zebra-biblios-dom.cfg in the id="biblioserver" section.
Best regards To+
While you are at it, would you try bug 11232 patches on unimarc? They are SO by a marc21 user. El oct 2, 2014 10:31 AM, "Francois Charbonnier" < francois.charbonnier@inlibro.com> escribió:
Thanks Zeno. It works!
François Charbonnier, Bibl. prof. / Chef de produits
Tél. : (888) 604-2627 francois.charbonnier@inLibro.com inLibro | pour esprit libre | www.inLibro.com Le 2014-09-17 14:40, Zeno Tajoli a écrit :
Hi Francois,
I probably have the same problem. If, as me, you use DOM indexing, you need to fix only marc21/biblios/biblio-koha-indexdefs.xml Probaly the only change to do are the changes written in this comment of Paul Poulain:http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7586#c6
After recreate the xsl file with:
-- cd ../zebradb/xsl/ -- xsltproc koha-indexdefs-to-zebra.xsl ../marc21/biblios/biblio-koha-indexdefs.xml > ../marc21/biblios/biblio-zebra-indexdefs.xsl -- do a complete reindex of zebra biblio records.
I open a bug about this problem, number 12948.
Bye
----- Messaggio originale ----- Da: "Francois Charbonnier" <francois.charbonnier@inlibro.com> <francois.charbonnier@inlibro.com> A: "Tomas Cohen Arazi" <tomascohen@gmail.com> <tomascohen@gmail.com> Cc: "dev >> koha-devel" <koha-devel@lists.koha-community.org> <koha-devel@lists.koha-community.org> Inviato: Mercoledì, 17 settembre 2014 20:00:56 Oggetto: Re: [Koha-devel] Dom indexing operational with a fresh install?
Thanks! You're right. I was checking the wrong file. The set up is ok.
But I still have the same problem. I tried to update biblio-koha-indexdefs.xml following the instructions on this wiki page : http://wiki.koha-community.org/wiki/MRenvoize/zebra I can't make the language index based on the 008 value work.
Has someone already tried to fix this? Any advices when updating these dom files?
Thanks!
François
François Charbonnier, Bibl. prof. / Chef de produits
Tél. : (888) 604-2627 francois.charbonnier@inLibro.com in Libro | pour esprit libre | www.inLibro.com Le 2014-09-16 18:29, Tomas Cohen Arazi a écrit :
On Tue, Sep 16, 2014 at 11:55 AM, Francois Charbonnier < francois.charbonnier@inlibro.com > wrote:
Hello,
Yesterday, I bumped into an indexing bug. The 008 language code is not indexed. I can't find the records using this value. I checked on bugzilla and found this old bug : http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7586 . This bug changed "ln:n" by "ln:w" in record.abs .
It works with grs-1 indexing. On Katrin advice, I checked if the installation is using dom or grs-1 indexing.
I'm on 3.14.07. So it should use dom. koha-conf.xml says "dom" but zebra-biblios.cfg seems to say "grs"...
Your koha-conf.xml file should be pointing to zebra-biblios-dom.cfg in the id="biblioserver" section.
Best regards To+
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
participants (3)
-
Francois Charbonnier -
Tomas Cohen Arazi -
Zeno Tajoli