Bug 31532: Add preprocessor to Zebra indexing pipeline to index 880 as linked field
authorDavid Cook <dcook@prosentient.com.au>
Thu, 8 Sep 2022 05:06:38 +0000 (05:06 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 24 Oct 2022 17:07:46 +0000 (14:07 -0300)
commit2c673944ba8a5f2b785836dab562acdbb026ccee
treeb4ac8694de371dae8dd9dfb8382640d12d3ac9eb
parentb35df706560daa070cd87411e1b2019b00819acd
Bug 31532: Add preprocessor to Zebra indexing pipeline to index 880 as linked field

This patch adds a preprocessor XSLT to the Zebra indexing pipeline,
so that 880 fields get indexed as the fields they're linked to. For example,
a "880 $6 245" field would be indexed as a "245" field.

However, because the preprocessor only occurs in the indexing part of the pipeline,
it does not affect the retrieval of MARCXML from Zebra. That MARCXML will be
the same MARCXML that was sent to Zebra from Koha.

Test plan:

0. Revert bug 15187, and apply patch for 31532
1. cp ./etc/zebradb/biblios/etc/dom-config.xml /etc/koha/zebradb/biblios/etc/dom-config.xml
2a. cp etc/zebradb/marc_defs/marc21/biblios/preprocess_marcxml.xsl /etc/koha/zebradb/marc_defs/marc21/biblios/.
2b. cp etc/zebradb/marc_defs/normarc/biblios/preprocess_marcxml.xsl /etc/koha/zebradb/marc_defs/normarc/biblios/.
2c. cp etc/zebradb/marc_defs/unimarc/biblios/preprocess_marcxml.xsl /etc/koha/zebradb/marc_defs/unimarc/biblios/.
3. koha-rebuild-zebra -b -f -v kohadev
4. Note that in search results the 880$6245$a data appears before the 245$a data
5. Note that you can do a title index search on the 880$6245$a data

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
etc/zebradb/biblios/etc/dom-config.xml
etc/zebradb/marc_defs/marc21/biblios/preprocess_marcxml.xsl [new file with mode: 0644]
etc/zebradb/marc_defs/normarc/biblios/preprocess_marcxml.xsl [new file with mode: 0644]
etc/zebradb/marc_defs/unimarc/biblios/preprocess_marcxml.xsl [new file with mode: 0644]