Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
<h1>Z39.50/SRU Servers</h1> |
3 |
<h1>Z39.50/SRU Servers</h1> |
4 |
|
4 |
|
5 |
<p>Z39.50 and SRU are client–server protocols for searching and retrieving information from remote computer databases, in short tools used for copy cataloging. Using Koha you can connect to any Z39.50/SRU target that is publicly available or that you have the log in information to and copy both bibliographic and/or authority records from that source. (Note that not all SRU targets will offer bibliographic information in MARC format.)</p> |
5 |
<p>Z39.50 and SRU are client–server protocols for searching and retrieving information from remote computer databases, in short tools used for copy cataloging. Using Koha you can connect to any Z39.50/SRU target that is publicly available or that you have the log in information to and copy both bibliographic and/or authority records from that source. (Note that not all SRU targets will offer bibliographic record information in MARC format.)</p> |
6 |
|
6 |
|
7 |
<p>Koha comes with a default list of Z39.50/SRU targets set up that you can add to, edit or delete.</p> |
7 |
<p>Koha comes with a default list of Z39.50/SRU targets set up that you can add to, edit or delete.</p> |
8 |
|
8 |
|
Lines 22-28
Link Here
|
22 |
<li>'Syntax' is the MARC flavor you use.</li> |
22 |
<li>'Syntax' is the MARC flavor you use.</li> |
23 |
<li>'Encoding' tells the system how to read special characters.</li> |
23 |
<li>'Encoding' tells the system how to read special characters.</li> |
24 |
<li>'Timeout' is helpful for targets that take a long while. You can set the timeout so that it doesn't keep trying the target if results aren't found in a reasonable amount of time.</li> |
24 |
<li>'Timeout' is helpful for targets that take a long while. You can set the timeout so that it doesn't keep trying the target if results aren't found in a reasonable amount of time.</li> |
25 |
<li>'Record type' lets you define if this is a bibliographic or an authority target.</li> |
25 |
<li>'Record type' lets you define if this is a bibliographic record or an authority target.</li> |
26 |
<li>'Additional SRU options': You can enter additional options of the external server here, like sru_version=1.1 or schema=marc21, etc. Note that these options are server dependent.</li> |
26 |
<li>'Additional SRU options': You can enter additional options of the external server here, like sru_version=1.1 or schema=marc21, etc. Note that these options are server dependent.</li> |
27 |
<li>'SRU Search field mapping': Click on Modify to add or update the mapping from the available fields on the Koha search form to the specific server dependent index names. For instance, a SRU server could use 'cql.anywhere' for the Any field on the Koha form. If you do not enter an index name for a specific search field, the whole record will be searched.</li> |
27 |
<li>'SRU Search field mapping': Click on Modify to add or update the mapping from the available fields on the Koha search form to the specific server dependent index names. For instance, a SRU server could use 'cql.anywhere' for the Any field on the Koha form. If you do not enter an index name for a specific search field, the whole record will be searched.</li> |
28 |
<li>'XSLT file(s)': You can enter here one or more (comma-separated) XSLT file names that you want to apply on the search results.</li> |
28 |
<li>'XSLT file(s)': You can enter here one or more (comma-separated) XSLT file names that you want to apply on the search results.</li> |
29 |
- |
|
|