Koha/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml
Mathieu Saby 451f67c055 Bug 9940: Add a new index for the original language of a document
It could be useful to index the original language of a document (i.e.
"fre" for the English translation of a French novel).

This patch renames the Bib-1 use attribute 1095 from
Code-language-original to language-original and uses it to index:

- MARC21 041$h subfield
- UNIMARC 101$c subfield

It adds "language-original" in the list of index in Search.pm.

Test plan :
A. in a MARC21 GRS1 environment
1. Copy Zebra config files (zebradb/biblios/etc/bib1.att,
   zebradb/ccl.properties, marc_defs/marc21/biblios/record.abs) from
   your source etc/ directory to your main koha etc/ directory
2. Reindex zebra
3. Make some searches, like "language-original:fre"
B. in a MARC21 DOM environment
4. Copy Zebra config files (zebradb/biblios/etc/bib1.att, zebradb/ccl.properties,
   marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl) from your source etc/
   directory to your main koha etc/ directory
5. Reindex zebra
6. Make some searches, like "language-original:fre"
C. in a UNIMARC GRS1 environment
7. Copy Zebra config files (zebradb/biblios/etc/bib1.att,
   zebradb/ccl.properties, marc_defs/unimarc/biblios/record.abs) from
   your source etc/ directory to your main koha etc/ directory
8. Reindex zebra
9. Make some searches, like "language-original:fre"
A. in a UNIMARC DOM environment
10. Copy Zebra config files (zebradb/biblios/etc/bib1.att,
    zebradb/ccl.properties, marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl)
    from your source etc/ directory to your main koha etc/ directory
11. Reindex zebra
12. Make some searches, like "language-original:fre"

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-12-25 15:37:14 +00:00

1668 lines
92 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<kohaidx:index_defs xmlns:kohaidx="http://www.koha-community.org/schemas/index-defs">
<id>marc:controlfield[@tag='001']</id>
<!--record.abs line 24: melm 001 Local-number,Local-number:n-->
<index_control_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="001">
<target_index>Local-number:w</target_index>
</index_control_field>
<index_control_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="001">
<target_index>Local-number:n</target_index>
</index_control_field>
<!--record.abs line 26: melm 009 Identifier-standard:w,Identifier-standard:n-->
<index_control_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="009">
<target_index>Identifier-standard:w</target_index>
</index_control_field>
<index_control_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="009">
<target_index>Identifier-standard:n</target_index>
</index_control_field>
<!--record.abs line 27: melm 090$9 Local-number,Local-number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="090" subfields="9">
<target_index>Local-number:w</target_index>
<target_index>Local-number:n</target_index>
</index_subfields>
<!--record.abs line 28: melm 099$c date-entered-on-file:s,date-entered-on-file:n,date-entered-on-file:y,Date-of-acquisition,Date-of-acquisition:d,Date-of-acquisition:s-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="099" subfields="c">
<target_index>date-entered-on-file:s</target_index>
<target_index>date-entered-on-file:n</target_index>
<target_index>date-entered-on-file:y</target_index>
<target_index>Date-of-acquisition:w</target_index>
<target_index>Date-of-acquisition:d</target_index>
<target_index>Date-of-acquisition:s</target_index>
</index_subfields>
<!--record.abs line 29: melm 099$d Date/time-last-modified:s,Date/time-last-modified:n,Date/time-last-modified:y-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="099" subfields="d">
<target_index>Date/time-last-modified:s</target_index>
<target_index>Date/time-last-modified:n</target_index>
<target_index>Date/time-last-modified:y</target_index>
</index_subfields>
<!--record.abs line 30: melm 099$t ccode:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="099" subfields="t">
<target_index>ccode:w</target_index>
</index_subfields>
<!--record.abs line 33: melm 010$a ISBN:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="010" subfields="a">
<target_index>ISBN:w</target_index>
</index_subfields>
<!--record.abs line 35: melm 010$z ISBN:w,Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="010" subfields="z">
<target_index>ISBN:w</target_index>
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 36: melm 011$a ISSN:w,Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="011" subfields="a">
<target_index>ISSN:w</target_index>
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 38: melm 011$y ISSN:w,Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="011" subfields="y">
<target_index>ISSN:w</target_index>
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 40: melm 011$z ISSN:w,Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="011" subfields="z">
<target_index>ISSN:w</target_index>
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 44: melm 011$f Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="011" subfields="f">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 45: melm 011$g Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="011" subfields="g">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 47: melm 012$a Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="012" subfields="a">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 49: melm 013$a Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="013" subfields="a">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 50: melm 013$z Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="013" subfields="z">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 52: melm 014$a Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="014" subfields="a">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 53: melm 014$z Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="014" subfields="z">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 55: melm 015$a Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="015" subfields="a">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 56: melm 015$z Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="015" subfields="z">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 58: melm 016$a Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="016" subfields="a">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 59: melm 016$z Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="016" subfields="z">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 61: melm 017$a Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="017" subfields="a">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 62: melm 017$z Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="017" subfields="z">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 72: melm 040$a Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="040" subfields="a">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 73: melm 040$z Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="040" subfields="z">
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 75: melm 071$a Identifier-publisher-for-music:w,Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="071" subfields="a">
<target_index>Identifier-publisher-for-music:w</target_index>
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 76: melm 071$z Identifier-publisher-for-music:w,Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="071" subfields="z">
<target_index>Identifier-publisher-for-music:w</target_index>
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 77: melm 071$b Publisher,Publisher:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="071" subfields="b">
<target_index>Publisher:w</target_index>
<target_index>Publisher:p</target_index>
</index_subfields>
<!--record.abs line 79: melm 072$a UPC:w,Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="072" subfields="a">
<target_index>UPC:w</target_index>
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 80: melm 072$z UPC:w,Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="072" subfields="z">
<target_index>UPC:w</target_index>
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 82: melm 073$a EAN:w,Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="073" subfields="a">
<target_index>EAN:w</target_index>
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs line 83: melm 073$z EAN:w,Identifier-standard:w-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="073" subfields="z">
<target_index>EAN:w</target_index>
<target_index>Identifier-standard:w</target_index>
</index_subfields>
<!--record.abs melm 200$b itemtype:w,itemtype:p,itype:w,itype:p,Material-type:w,Material-type:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="200" subfields="b">
<target_index>itemtype:w</target_index>
<target_index>itemtype:p</target_index>
<target_index>itype:w</target_index>
<target_index>itype:p</target_index>
<target_index>Material-type:w</target_index>
<target_index>Material-type:p</target_index>
</index_subfields>
<!--record.abs line 87: melm 995$r itemtype:w,itemtype:p,itype:w,itype:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="r">
<target_index>itemtype:w</target_index>
<target_index>itemtype:p</target_index>
<target_index>itype:w</target_index>
<target_index>itype:p</target_index>
</index_subfields>
<!--record.abs melm 100$a tpubdate:s:range(data,8,1),ta:w:range(data,17,1),ta:w:range(data,18,1),ta:w:range(data,19,1),Modified-code:n:range(data,21,1),char-encoding:n:range(data,26,2),char-encoding:n:range(data,28,2),char-encoding:n:range(data,30,2),script-Title:n:range(data,34,2)-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="100" subfields="a" offset="8" length="1">
<target_index>tpubdate:s</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="100" subfields="a" offset="17" length="1">
<target_index>ta:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="100" subfields="a" offset="18" length="1">
<target_index>ta:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="100" subfields="a" offset="19" length="1">
<target_index>ta:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="100" subfields="a" offset="21" length="1">
<target_index>Modified-code:n</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="100" subfields="a" offset="26" length="2">
<target_index>char-encoding:n</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="100" subfields="a" offset="28" length="2">
<target_index>char-encoding:n</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="100" subfields="a" offset="30" length="2">
<target_index>char-encoding:n</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="100" subfields="a" offset="34" length="2">
<target_index>script-Title:n</target_index>
</index_subfields>
<!--record.abs line 49: melm 101$a ln-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="101" subfields="a">
<target_index>ln:w</target_index>
</index_subfields>
<!--record.abs line 49: melm 101$h language-original-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="101" subfields="c">
<target_index>language-original:w</target_index>
</index_subfields>
<!--record.abs line 50: melm 102$a Country-heading-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="102" subfields="a">
<target_index>Country-publication:w</target_index>
</index_subfields>
<!--record.abs melm 105$a ff8-18-21:w:range(data,0,1),ff8-18-21:w:range(data,1,1),ff8-18-21:w:range(data,2,1),ff8-18-21:w:range(data,3,1),ctype:w:range(data,4,1),ctype:w:range(data,5,1),ctype:w:range(data,6,1),ctype:w:range(data,7,1),ff8-29:w:range(data,8,1),ff8-30:w:range(data,9,1),ff8-31:w:range(data,10,1),lf:w:range(data,11,1),bio:w:range(data,12,1)-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="105" subfields="a" offset="0" length="1">
<target_index>ff8-18-21:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="105" subfields="a" offset="1" length="1">
<target_index>ff8-18-21:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="105" subfields="a" offset="2" length="1">
<target_index>ff8-18-21:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="105" subfields="a" offset="3" length="1">
<target_index>ff8-18-21:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="105" subfields="a" offset="4" length="1">
<target_index>ctype:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="105" subfields="a" offset="5" length="1">
<target_index>ctype:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="105" subfields="a" offset="6" length="1">
<target_index>ctype:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="105" subfields="a" offset="7" length="1">
<target_index>ctype:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="105" subfields="a" offset="8" length="1">
<target_index>ff8-29:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="105" subfields="a" offset="9" length="1">
<target_index>ff8-30:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="105" subfields="a" offset="10" length="1">
<target_index>ff8-31:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="105" subfields="a" offset="11" length="1">
<target_index>lf:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="105" subfields="a" offset="12" length="1">
<target_index>bio:w</target_index>
</index_subfields>
<!--record.abs melm 106$a ff8-23:w,ff8-23:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="106" subfields="a">
<target_index>ff8-23:w</target_index>
<target_index>ff8-23:p</target_index>
</index_subfields>
<!--record.abs melm 110$a ff8-21:w:range(data,0,1),ff8-18:w:range(data,1,1),ff8-19:w:range(data,2,1),ctype:w:range(data,3,1),ctype:w:range(data,4,3),ff8-29:w:range(data,7,1),Title-Page-availability-Code:w:range(data,8,1),ff8-31:w:range(data,9,1),Cumulative-Index-availability-Code:w:range(data,10,1)-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="110" subfields="a" offset="0" length="1">
<target_index>ff8-21:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="110" subfields="a" offset="1" length="1">
<target_index>ff8-18:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="110" subfields="a" offset="2" length="1">
<target_index>ff8-19:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="110" subfields="a" offset="3" length="1">
<target_index>ctype:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="110" subfields="a" offset="4" length="1">
<target_index>ctype:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="110" subfields="a" offset="7" length="1">
<target_index>ff8-29:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="110" subfields="a" offset="8" length="1">
<target_index>Title-page-availability:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="110" subfields="a" offset="9" length="1">
<target_index>ff8-31:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="110" subfields="a" offset="10" length="1">
<target_index>Cumulative-index-availability:w</target_index>
</index_subfields>
<!--record.abs line 77: melm 115$a Video-mt:w:range(data,0,1)-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="115" subfields="a" offset="0" length="1">
<target_index>Video-mt:w</target_index>
</index_subfields>
<!--record.abs line 79: melm 116$a Graphics-type:w:range(data,0,1),Graphics-support:w:range(data,1,1),Graphics-support:w:range(data,2,1),-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="116" subfields="a" offset="0" length="1">
<target_index>Graphics-type:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="116" subfields="a" offset="1" length="1">
<target_index>Graphics-support:w</target_index>
</index_subfields>
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="116" subfields="a" offset="2" length="1">
<target_index>Graphics-support:w</target_index>
</index_subfields>
<!--record.abs line 92: melm 200$f Author:w,Author:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="200" subfields="f">
<target_index>Author:w</target_index>
<target_index>Author:p</target_index>
</index_subfields>
<!--record.abs line 94: melm 200$g Author:w,Author:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="200" subfields="g">
<target_index>Author:w</target_index>
<target_index>Author:p</target_index>
</index_subfields>
<!--record.abs line 96: melm 700$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="700" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 97: melm 700$a Author,Personal-name,Author:p,Personal-name:p,Personal-name,Author:s-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="700" subfields="a">
<target_index>Author:w</target_index>
<target_index>Personal-name:w</target_index>
<target_index>Author:p</target_index>
<target_index>Personal-name:p</target_index>
<target_index>Personal-name:w</target_index>
<target_index>Author:s</target_index>
</index_subfields>
<!--record.abs line 98: melm 700 Author,Personal-name,Author:p,Personal-name:p,Personal-name:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="700">
<target_index>Author:w</target_index>
<target_index>Personal-name:w</target_index>
<target_index>Author:p</target_index>
<target_index>Personal-name:p</target_index>
<target_index>Personal-name:p</target_index>
</index_data_field>
<!--record.abs line 99: melm 701$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="701" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 100: melm 701 Author,Personal-name,Author:p,Personal-name:p,Personal-name:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="701">
<target_index>Author:w</target_index>
<target_index>Personal-name:w</target_index>
<target_index>Author:p</target_index>
<target_index>Personal-name:p</target_index>
<target_index>Personal-name:p</target_index>
</index_data_field>
<!--record.abs line 101: melm 702$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="702" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 102: melm 702 Author,Personal-name,Author:p,Personal-name:p,Personal-name:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="702">
<target_index>Author:w</target_index>
<target_index>Personal-name:w</target_index>
<target_index>Author:p</target_index>
<target_index>Personal-name:p</target_index>
<target_index>Personal-name:p</target_index>
</index_data_field>
<!--record.abs line 105: melm 710$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="710" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 106: melm 710 Author,Author-name-corporate,Author-name-conference,Corporate-name,Conference-name,Author:p,Author-name-corporate:p,Author-name-conference:p,Corporate-name:p,Conference-name:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="710">
<target_index>Author:w</target_index>
<target_index>Author-name-corporate:w</target_index>
<target_index>Author-name-conference:w</target_index>
<target_index>Corporate-name:w</target_index>
<target_index>Conference-name:w</target_index>
<target_index>Author:p</target_index>
<target_index>Author-name-corporate:p</target_index>
<target_index>Author-name-conference:p</target_index>
<target_index>Corporate-name:p</target_index>
<target_index>Conference-name:p</target_index>
</index_data_field>
<!--record.abs line 107: melm 711$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="711" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 108: melm 711 Author,Author-name-corporate,Author-name-conference,Corporate-name,Conference-name,Author:p,Author-name-corporate:p,Author-name-conference:p,Corporate-name:p,Conference-name:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="711">
<target_index>Author:w</target_index>
<target_index>Author-name-corporate:w</target_index>
<target_index>Author-name-conference:w</target_index>
<target_index>Corporate-name:w</target_index>
<target_index>Conference-name:w</target_index>
<target_index>Author:p</target_index>
<target_index>Author-name-corporate:p</target_index>
<target_index>Author-name-conference:p</target_index>
<target_index>Corporate-name:p</target_index>
<target_index>Conference-name:p</target_index>
</index_data_field>
<!--record.abs line 110: melm 712$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="712" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 111: melm 712 Author,Author-name-corporate,Author-name-conference,Corporate-name,Conference-name,Author:p,Author-name-corporate:p,Author-name-conference:p,Corporate-name:p,Conference-name:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="712">
<target_index>Author:w</target_index>
<target_index>Author-name-corporate:w</target_index>
<target_index>Author-name-conference:w</target_index>
<target_index>Corporate-name:w</target_index>
<target_index>Conference-name:w</target_index>
<target_index>Author:p</target_index>
<target_index>Author-name-corporate:p</target_index>
<target_index>Author-name-conference:p</target_index>
<target_index>Corporate-name:p</target_index>
<target_index>Conference-name:p</target_index>
</index_data_field>
<!--record.abs line 147: melm 716$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="716" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 148: melm 716 Author:w,Author:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="716">
<target_index>Author:w</target_index>
<target_index>Author:p</target_index>
</index_data_field>
<!--record.abs line 151: melm 720$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="720" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 152: melm 720 Author:w,Author:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="720">
<target_index>Author:w</target_index>
<target_index>Author:p</target_index>
</index_data_field>
<!--record.abs line 153: melm 721$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="721" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 154: melm 721 Author:w,Author:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="721">
<target_index>Author:w</target_index>
<target_index>Author:p</target_index>
</index_data_field>
<!--record.abs line 155: melm 722$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="722" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 156: melm 722 Author:w,Author:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="722">
<target_index>Author:w</target_index>
<target_index>Author:p</target_index>
</index_data_field>
<!--record.abs line 159: melm 730$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="730" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 160: melm 730 Author:w,Author:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="730">
<target_index>Author:w</target_index>
<target_index>Author:p</target_index>
</index_data_field>
<!--record.abs line 115: melm 200$a Title:w,Title:p,Title:s,Title-cover:w,Title-cover:p,Title-cover:s-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="200" subfields="a">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
<target_index>Title:s</target_index>
<target_index>Title-cover:w</target_index>
<target_index>Title-cover:p</target_index>
<target_index>Title-cover:s</target_index>
</index_subfields>
<!--record.abs line 117: melm 200$c Title:w,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="200" subfields="c">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 119: melm 200$d Title:w,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="200" subfields="d">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 121: melm 200$e Title:w,Title:p,Title-cover:w,Title-cover:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="200" subfields="e">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
<target_index>Title-cover:w</target_index>
<target_index>Title-cover:p</target_index>
</index_subfields>
<!--record.abs line 123: melm 200$i Title:w,Title:p,Title-cover:w,Title-cover:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="200" subfields="i">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
<target_index>Title-cover:w</target_index>
<target_index>Title-cover:p</target_index>
</index_subfields>
<!--record.abs line 125: melm 205 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="205">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 127: melm 207 Serials,Serials:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="207">
<target_index>Serials:w</target_index>
<target_index>Serials:p</target_index>
</index_data_field>
<!--record.abs line 128: melm 208 Printed-music,Printed-music:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="208">
<target_index>Printed-music:w</target_index>
<target_index>Printed-music:p</target_index>
</index_data_field>
<!--record.abs line 186: melm 230$a Electronic-ressource-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="230" subfields="a">
<target_index>Electronic-ressource:w</target_index>
</index_subfields>
<!--record.abs line 132: melm 210$a pl,pl:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="210" subfields="a">
<target_index>pl:w</target_index>
<target_index>pl:p</target_index>
</index_subfields>
<!--record.abs line 133: melm 210$c Publisher,Publisher:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="210" subfields="c">
<target_index>Publisher:w</target_index>
<target_index>Publisher:p</target_index>
</index_subfields>
<!--record.abs line 134: melm 210$d pubdate:n,pubdate:y,pubdate:s-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="210" subfields="d">
<target_index>pubdate:n</target_index>
<target_index>pubdate:y</target_index>
<target_index>pubdate:s</target_index>
</index_subfields>
<!--record.abs line 136: melm 215 Extent-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="215">
<target_index>Extent:w</target_index>
</index_data_field>
<!--record.abs line 139: melm 225$a Title-series,Title-series:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="225" subfields="a">
<target_index>Title-series:w</target_index>
<target_index>Title-series:p</target_index>
</index_subfields>
<!--record.abs line 140: melm 225$d Title-series,Title-series:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="225" subfields="d">
<target_index>Title-series:w</target_index>
<target_index>Title-series:p</target_index>
</index_subfields>
<!--record.abs line 142: melm 225$e Title-series,Title-series:p -->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="225" subfields="e">
<target_index>Title-series:w</target_index>
<target_index>Title-series:p</target_index>
</index_subfields>
<!--record.abs line 144: melm 225$f Author,Author:p,Name-and-title,Name-and-title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="225" subfields="f">
<target_index>Author:w</target_index>
<target_index>Author:p</target_index>
<target_index>Name-and-title:w</target_index>
<target_index>Name-and-title:p</target_index>
</index_subfields>
<!--record.abs line 146: melm 225$h Title-series,Title-series:p -->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="225" subfields="h">
<target_index>Title-series:w</target_index>
<target_index>Title-series:p</target_index>
</index_subfields>
<!--record.abs line 148: melm 225$i Title-series,Title-series:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="225" subfields="i">
<target_index>Title-series:w</target_index>
<target_index>Title-series:p</target_index>
</index_subfields>
<!--record.abs line 150: melm 225$v Title-series,Title-series:p -->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="225" subfields="v">
<target_index>Title-series:w</target_index>
<target_index>Title-series:p</target_index>
</index_subfields>
<!--record.abs line 151: melm 225$x ISSN-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="225" subfields="x">
<target_index>ISSN:w</target_index>
</index_subfields>
<!--record.abs line 156: melm 300$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="300" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 157: melm 301$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="301" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 158: melm 302$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="302" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 159: melm 303$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="303" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 160: melm 304$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="304" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 161: melm 305$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="305" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 162: melm 306$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="306" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 163: melm 307$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="307" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 164: melm 308 Note,Note:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="308">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_data_field>
<!--record.abs line 166: melm 310$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="310" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 167: melm 311$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="311" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 168: melm 312$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="312" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 169: melm 313$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="313" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 170: melm 314$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="314" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 171: melm 315$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="315" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 172: melm 316$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="316" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 173: melm 317$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="317" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 174: melm 318$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="318" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 175: melm 320$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="320" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 176: melm 321$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="321" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 177: melm 322$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="322" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 178: melm 323$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="323" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 179: melm 324$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="324" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 180: melm 325$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="325" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 181: melm 326$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="326" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 182: melm 327$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="327" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 183: melm 328 Note,Note:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="328">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_data_field>
<!--record.abs line 185: melm 330$a Abstract,Note:w,Abstract:p,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="330" subfields="a">
<target_index>Abstract:w</target_index>
<target_index>Note:w</target_index>
<target_index>Abstract:p</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 186: melm 332$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="332" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 187: melm 333$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="333" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 273: melm 334$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="334" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 188: melm 336$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="336" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 189: melm 337$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="337" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 190: melm 345$a Note,Note:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="345" subfields="a">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
</index_subfields>
<!--record.abs line 198: melm 410$t Title-series,Title-series:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="410" subfields="t">
<target_index>Title-series:w</target_index>
<target_index>Title-series:p</target_index>
</index_subfields>
<!--record.abs line 284: melm 411$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="411" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 199: melm 412$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="412" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 286: melm 413$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="413" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 287: melm 421$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="421" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 288: melm 422$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="422" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 289: melm 423$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="423" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 290: melm 424$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="424" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 291: melm 425$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="425" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 292: melm 430$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="430" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 293: melm 431$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="431" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 294: melm 432$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="432" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 295: melm 433$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="433" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 296: melm 434$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="434" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 297: melm 435$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="435" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 298: melm 436$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="436" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 299: melm 437$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="437" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 211: melm 440$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="440" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 212: melm 441$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="441" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 302: melm 442$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="442" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 303: melm 443$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="443" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 304: melm 444$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="444" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 305: melm 445$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="445" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 306: melm 446$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="446" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 307: melm 447$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="447" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 308: melm 448$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="448" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 309: melm 451$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="451" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 310: melm 452$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="452" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 311: melm 453$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="453" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 312: melm 454$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="454" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 313: melm 455$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="455" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 314: melm 456$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="456" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 316: melm 461$t Title,Title-host:w,title-host:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="461" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title-host:w</target_index>
<target_index>title-host:p</target_index>
</index_subfields>
<!--record.abs line 317: melm 462$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="462" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 318: melm 463$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="463" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 320: melm 464$t Title,Title-host:w,title-host:p,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="464" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title-host:w</target_index>
<target_index>title-host:p</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 321: melm 470$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="470" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 322: melm 481$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="481" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 323: melm 482$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="482" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 324: melm 488$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="488" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 328: melm 461$9 Host-Item-Number-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="461" subfields="9">
<target_index>Host-Item-Number:w</target_index>
</index_subfields>
<!--record.abs line 331: melm 400$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="400" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 332: melm 401$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="401" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 333: melm 403$t Title,Title:p,Title-Uniform,Title-Uniform:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="403" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
<target_index>Title-Uniform:w</target_index>
<target_index>Title-Uniform:p</target_index>
</index_subfields>
<!--record.abs line 334: melm 414$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="414" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 335: melm 415$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="415" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 336: melm 416$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="416" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 337: melm 417$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="417" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 338: melm 418$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="418" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 339: melm 419$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="419" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 340: melm 420$t Title,Title:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="420" subfields="t">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_subfields>
<!--record.abs line 217: melm 400$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="400" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 218: melm 401$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="401" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 219: melm 403$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="403" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 220: melm 410$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="410" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 221: melm 412$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="412" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 222: melm 413$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="413" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 223: melm 414$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="414" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 224: melm 415$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="415" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 225: melm 416$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="416" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 226: melm 417$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="417" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 227: melm 418$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="418" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 228: melm 419$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="419" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 229: melm 420$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="420" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 230: melm 430$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="430" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 231: melm 431$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="431" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 232: melm 432$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="432" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 233: melm 440$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="440" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 234: melm 441$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="441" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 235: melm 445$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="445" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 236: melm 461$d pubdate:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="461" subfields="d">
<target_index>pubdate:n</target_index>
</index_subfields>
<!--record.abs line 239: melm 461$9 Host-Item-Number-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="461" subfields="9">
<target_index>Host-Item-Number:w</target_index>
</index_subfields>
<!--record.abs line 242: melm 500$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="500" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 243: melm 501$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="501" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 244: melm 503$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="503" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 245: melm 510$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="510" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 246: melm 512$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="512" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 247: melm 513$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="513" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 248: melm 514$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="514" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 249: melm 515$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="515" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 250: melm 516$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="516" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 251: melm 517$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="517" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 252: melm 518$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="518" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 253: melm 519$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="519" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 254: melm 520$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="520" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 255: melm 530$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="530" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 256: melm 531$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="531" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 257: melm 532$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="532" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 258: melm 540$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="540" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 259: melm 541$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="541" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 260: melm 545$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="545" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs melm 560$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="560" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 262: melm 500 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="500">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 263: melm 501 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="501">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 264: melm 503 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="503">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 265: melm 510 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="510">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 266: melm 512 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="512">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 267: melm 513 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="513">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 268: melm 514 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="514">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 269: melm 515 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="515">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 270: melm 516 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="516">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 271: melm 517 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="517">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 272: melm 518 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="518">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 273: melm 519 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="519">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 274: melm 520 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="520">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 275: melm 530 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="530">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 276: melm 531 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="531">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 277: melm 532 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="532">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 278: melm 540 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="540">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 279: melm 541 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="541">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 280: melm 545 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="545">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs melm 560 Title,Title:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="560">
<target_index>Title:w</target_index>
<target_index>Title:p</target_index>
</index_data_field>
<!--record.abs line 283: melm 600$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="600" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 284: melm 601$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="601" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 285: melm 602$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="602" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 286: melm 603$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="603" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 287: melm 604$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="604" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 288: melm 605$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="605" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 289: melm 606$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="606" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 290: melm 607$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="607" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs melm 608$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="608" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 291: melm 610$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="610" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs melm 615$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="615" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs melm 616$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="616" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs melm 617$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="617" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs melm 620$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="620" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs melm 621$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="621" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 292: melm 630$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="630" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 293: melm 631$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="631" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 294: melm 632$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="632" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 295: melm 633$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="633" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 296: melm 634$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="634" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 297: melm 635$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="635" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 298: melm 636$9 Koha-Auth-Number,Koha-Auth-Number:n-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="636" subfields="9">
<target_index>Koha-Auth-Number:w</target_index>
<target_index>Koha-Auth-Number:n</target_index>
</index_subfields>
<!--record.abs line 300: melm 600$a Personal-name,Personal-name:p,Subject,Subject:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="600" subfields="a">
<target_index>Personal-name:w</target_index>
<target_index>Personal-name:p</target_index>
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_subfields>
<!--record.abs line 301: melm 600 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="600">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 302: melm 601$a Corporate-name,Conference-name,Corporate-name:p,Conference-name:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="601" subfields="a">
<target_index>Corporate-name:w</target_index>
<target_index>Conference-name:w</target_index>
<target_index>Corporate-name:p</target_index>
<target_index>Conference-name:p</target_index>
</index_subfields>
<!--record.abs line 303: melm 601 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="601">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 304: melm 602$a Personal-name,Personal-name:p-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="602" subfields="a">
<target_index>Personal-name:w</target_index>
<target_index>Personal-name:p</target_index>
</index_subfields>
<!--record.abs line 305: melm 602 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="602">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 306: melm 604 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="604">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 307: melm 605 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="605">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 308: melm 606 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="606">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 309: melm 607 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="607">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 445: melm 608 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="608">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 446: melm 610 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="610">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 447: melm 615 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="615">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 448: melm 616 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="616">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 449: melm 617 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="617">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 450: melm 620 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="620">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 451: melm 621 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="621">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 460: melm 603 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="603">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 310: melm 630 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="630">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 311: melm 631 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="631">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 312: melm 632 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="632">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 313: melm 633 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="633">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 314: melm 634 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="634">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 315: melm 635 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="635">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 316: melm 636 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="636">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 324: melm 646 Subject,Subject:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="646">
<target_index>Subject:w</target_index>
<target_index>Subject:p</target_index>
</index_data_field>
<!--record.abs line 471: melm 670 Subject-precis:w,Subject-precis:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="670">
<target_index>Subject-precis:w</target_index>
<target_index>Subject-precis:p</target_index>
</index_data_field>
<!--record.abs line 473: melm 675$a UDC-classification:w,UDC-classification:p,UDC-classification:s-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="675" subfields="a">
<target_index>UDC-classification:w</target_index>
<target_index>UDC-classification:p</target_index>
<target_index>UDC-classification:s</target_index>
</index_subfields>
<!--record.abs line 328: melm 676$a Dewey-classification:w,Dewey-classification:p,Dewey-classification:s-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="676" subfields="a">
<target_index>Dewey-classification:w</target_index>
<target_index>Dewey-classification:p</target_index>
<target_index>Dewey-classification:s</target_index>
</index_subfields>
<!--record.abs line 477: melm 680$b LC-call-number:s-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="680" subfields="b">
<target_index>LC-call-number:s</target_index>
</index_subfields>
<!--record.abs line 478: melm 680 LC-call-number:w,LC-call-number:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="680">
<target_index>LC-call-number:w</target_index>
<target_index>LC-call-number:p</target_index>
</index_data_field>
<!--record.abs line 480: melm 686 Local-classification:w,Local-classification:p-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="686">
<target_index>Local-classification:w</target_index>
<target_index>Local-classification:p</target_index>
</index_data_field>
<!--record.abs melm 995$1 damaged,damaged:n,item-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="1">
<target_index>damaged:w</target_index>
<target_index>damaged:n</target_index>
<target_index>item:w</target_index>
</index_subfields>
<!--record.abs melm 995$2 lost,lost:n,item-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="2">
<target_index>lost:w</target_index>
<target_index>lost:n</target_index>
<target_index>item:w</target_index>
</index_subfields>
<!--record.abs melm 995$3 withdrawn,withdrawn:n,item-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="3">
<target_index>withdrawn:w</target_index>
<target_index>withdrawn:n</target_index>
<target_index>item:w</target_index>
</index_subfields>
<!--record.abs line 332: melm 995$a homebranch,Host-item,item-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="a">
<target_index>homebranch:w</target_index>
<target_index>Host-item:w</target_index>
<target_index>item:w</target_index>
</index_subfields>
<!--record.abs line 333: melm 995$b homebranch,Host-item,item-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="b">
<target_index>homebranch:w</target_index>
<target_index>Host-item:w</target_index>
<target_index>item:w</target_index>
</index_subfields>
<!--record.abs line 334: melm 995$c holdingbranch,Record-Source,item-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="c">
<target_index>holdingbranch:w</target_index>
<target_index>Record-Source:w</target_index>
<target_index>item:w</target_index>
</index_subfields>
<!--record.abs line 335: melm 995$d holdingbranch,Record-Source,item-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="d">
<target_index>holdingbranch:w</target_index>
<target_index>Record-Source:w</target_index>
<target_index>item:w</target_index>
</index_subfields>
<!--record.abs melm 995$e location,location:p,item-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="e">
<target_index>location:w</target_index>
<target_index>location:p</target_index>
<target_index>item:w</target_index>
</index_subfields>
<!--record.abs line 337: melm 995$f barcode,barcode:p,item-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="f">
<target_index>barcode:w</target_index>
<target_index>barcode:p</target_index>
<target_index>item:w</target_index>
</index_subfields>
<!--record.abs line 338: melm 995$h ccode,ccode:p,item-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="h">
<target_index>ccode:w</target_index>
<target_index>ccode:p</target_index>
<target_index>item:w</target_index>
</index_subfields>
<!--record.abs line 339: melm 995$j LC-card-number:s,item-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="j">
<target_index>LC-card-number:s</target_index>
<target_index>item:w</target_index>
</index_subfields>
<!--record.abs line 340: melm 995$k Call-Number,Local-classification,lcn,Call-Number:p,Local-classification:p,lcn:p,item,Local-classification:s-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="k">
<target_index>Call-Number:w</target_index>
<target_index>Local-classification:w</target_index>
<target_index>lcn:w</target_index>
<target_index>Call-Number:p</target_index>
<target_index>Local-classification:p</target_index>
<target_index>lcn:p</target_index>
<target_index>item:w</target_index>
<target_index>Local-classification:s</target_index>
</index_subfields>
<!--record.abs line 341: melm 995$n onloan:d,onloan:n,onloan:s,onloan:w,item-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="n">
<target_index>onloan:d</target_index>
<target_index>onloan:n</target_index>
<target_index>onloan:s</target_index>
<target_index>onloan:w</target_index>
<target_index>item:w</target_index>
</index_subfields>
<!--record.abs line 342: melm 995$u Note,Note:p,item-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="995" subfields="u">
<target_index>Note:w</target_index>
<target_index>Note:p</target_index>
<target_index>item:w</target_index>
</index_subfields>
<!--record.abs line 343: melm 995 item # just to index every subfield-->
<index_data_field xmlns="http://www.koha-community.org/schemas/index-defs" tag="995">
<target_index>item:w</target_index>
</index_data_field>
<!--record.abs line 346: melm 942$0 totalissues:n,totalissues:s-->
<index_subfields xmlns="http://www.koha-community.org/schemas/index-defs" tag="942" subfields="0">
<target_index>totalissues:n</target_index>
<target_index>totalissues:s</target_index>
</index_subfields>
</kohaidx:index_defs>