View | Details | Raw Unified | Return to bug 11232
Collapse All | Expand All

(-)a/debian/templates/zebra-biblios-dom-site.cfg.in (+1 lines)
Lines 28-33 iso2709.recordtype: dom./etc/koha/zebradb/biblios/etc/dom-config-marc.xml Link Here
28
recordId: (bib1,Local-number)
28
recordId: (bib1,Local-number)
29
storeKeys:1
29
storeKeys:1
30
storeData:1
30
storeData:1
31
facetNumRecs:1000
31
32
32
33
33
# Lock File Area
34
# Lock File Area
(-)a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml (+3 lines)
Lines 1322-1326 Link Here
1322
  <facet tag="952" subfields="c">
1322
  <facet tag="952" subfields="c">
1323
    <target_index>location:0</target_index>
1323
    <target_index>location:0</target_index>
1324
  </facet>
1324
  </facet>
1325
  <facet tag="952" subfields="y">
1326
    <target_index>itype:0</target_index>
1327
  </facet>
1325
1328
1326
</kohaidx:index_defs>
1329
</kohaidx:index_defs>
(-)a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl (+3 lines)
Lines 2420-2425 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
2420
      <z:index name="location:0">
2420
      <z:index name="location:0">
2421
        <xslo:value-of select="marc:subfield[@code='c']"/>
2421
        <xslo:value-of select="marc:subfield[@code='c']"/>
2422
      </z:index>
2422
      </z:index>
2423
      <z:index name="itype:0">
2424
        <xslo:value-of select="marc:subfield[@code='y']"/>
2425
      </z:index>
2423
    </xslo:if>
2426
    </xslo:if>
2424
  </xslo:template>
2427
  </xslo:template>
2425
  <xslo:template mode="index_all" match="text()">
2428
  <xslo:template mode="index_all" match="text()">
(-)a/etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml (+3 lines)
Lines 1001-1005 Link Here
1001
  <facet tag="952" subfields="c">
1001
  <facet tag="952" subfields="c">
1002
    <target_index>location:0</target_index>
1002
    <target_index>location:0</target_index>
1003
  </facet>
1003
  </facet>
1004
  <facet tag="952" subfields="y">
1005
    <target_index>itype:0</target_index>
1006
  </facet>
1004
1007
1005
</kohaidx:index_defs>
1008
</kohaidx:index_defs>
(-)a/etc/zebradb/marc_defs/normarc/biblios/biblio-zebra-indexdefs.xsl (+3 lines)
Lines 1845-1850 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
1845
      <z:index name="location:0">
1845
      <z:index name="location:0">
1846
        <xslo:value-of select="marc:subfield[@code='c']"/>
1846
        <xslo:value-of select="marc:subfield[@code='c']"/>
1847
      </z:index>
1847
      </z:index>
1848
      <z:index name="itype:0">
1849
        <xslo:value-of select="marc:subfield[@code='y']"/>
1850
      </z:index>
1848
    </xslo:if>
1851
    </xslo:if>
1849
  </xslo:template>
1852
  </xslo:template>
1850
  <xslo:template mode="index_all" match="text()">
1853
  <xslo:template mode="index_all" match="text()">
(-)a/etc/zebradb/zebra-biblios-dom.cfg (-1 / +1 lines)
Lines 28-33 iso2709.recordtype: dom.__ZEBRA_CONF_DIR__/biblios/etc/dom-config-marc.xml Link Here
28
recordId: (bib1,Local-number)
28
recordId: (bib1,Local-number)
29
storeKeys:1
29
storeKeys:1
30
storeData:1
30
storeData:1
31
facetNumRecs:1000
31
32
32
33
33
# Lock File Area
34
# Lock File Area
34
- 

Return to bug 11232