[Koha-bugs] [Bug 11202] Improve UNIMARC biblio indexing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jan 18 14:18:06 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11202

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #53 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
What I did after applying the patch:
cp etc/searchengine/queryparser.yaml
../koha-devU/etc/searchengine/queryparser.yaml
cp etc/zebradb/ccl.properties ../koha-devU/etc/zebradb/ccl.properties
cp etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml
../koha-devU/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml
cp etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl
../koha-devU/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl
cp etc/zebradb/marc_defs/unimarc/biblios/record.abs 
../koha-devU/etc/zebradb/marc_defs/unimarc/biblios/record.abs

Completely reindexed the bibliographic data using -b -v -r -x

Full reindex and searching for Dissertation-information worked nicely in DOM
and GRS1. But...

1) In general I am having problems with pubdate and acqdate searches in UNIMARC
compared to their MARC21 equivalents Mathieu, could you please take a look?
Syntaxes I tried:
  pubdate=yyyy, pubdate:yyyy
  With QueryParser: pubdate(yyyy), acqdate(yyyy)

2) It would be nice if Dissertation-information could also be added for MARC21
   on a seaparate bug later on.

3) In general I am a bit worried about removing indexes. I can see, why
   some subfields are not making much sense to index, I also have read
   the comments on bug 11119, but some of the  changes might be debatable. 
   For example the following change could break functionality some 
   libraries rely on. Maybe it would not hurt to keep those around?

-#FIXME Fields 603, 630, 631, 632, 633, 634, 635, 636, 646 are not defined in
Unimarc, but may be used by some libraries.
-melm 603      Subject,Subject:p
-melm 630      Subject,Subject:p
-melm 631      Subject,Subject:p
-melm 632      Subject,Subject:p
-melm 633      Subject,Subject:p
-melm 634      Subject,Subject:p
-melm 635      Subject,Subject:p
-melm 636      Subject,Subject:p
-melm 646      Subject,Subject:p


Failing for now until 1) can be resolved.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list