Here you are, enjoy!
Note that there is one peculiarity in this response. The bath profile
actually doesn't define isbn index, but it exists in the default
explain response of YAZ Proxy and is replicated here.
--Ere
Quoting "Ziso, Ya'aqov" <z...@rowan.edu>:
Ere, thanks. Can you share the response you get for your explain query then?
./Ya’aqov
On 6/10/10 11:04 AM, "Ere Maijala" <ere.maij...@helsinki.fi> wrote:
No, we have a perfectly working setup, explain included.
--Ere
Quoting "Ziso, Ya'aqov" <z...@rowan.edu>:
Ere,
So far Corey (NYU, given their no-implementation-yet) reported he
gets a 404 for an explain query.
Are you configured differently and ALSO get a 404?
Ya'aqov
________________________________________
From: Code for Libraries [code4...@listserv.nd.edu] On Behalf Of Ere
Maijala [ere.maij...@helsinki.fi]
Sent: Thursday, June 10, 2010 10:10 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] SRU indexes for Aleph
Quoting "LeVan,Ralph" <le...@oclc.org>:
Something's not right with this picture. The YAZ Proxy IS the SRU
server, so it should be delivering up the Explain record. If it has
a configuration file that defines the mapping from CQL indexes to
z39.50 indexes, then it has all the information it needs to populate
the indexInfo part of the Explain record.
So, why no Explain record?
The explain record is a static xml fragment, a part of the
configuration XML. It is separate from the pqf mapping file. In the
default Aleph config it's completely missing, although the YAZ Proxy
distribution does have it.
--Ere
--
Ere Maijala (Mr.)
Kansalliskirjasto / The National Library of Finland
--
Ere Maijala (Mr.)
Kansalliskirjasto / The National Library of Finland
<?xml version="1.0"?>
<zs:explainResponse xmlns:zs="http://www.loc.gov/zing/srw/"><zs:version>1.1</zs:version><zs:record><zs:recordSchema>http://explain.z3950.org/dtd/2.0/</zs:recordSchema><zs:recordPacking>xml</zs:recordPacking><zs:recordData><explain xmlns="http://explain.z3950.org/dtd/2.0/">
<serverInfo>
<host>linda.linneanet.fi</host>
<port>210</port>
<database>fin01</database>
</serverInfo>
<databaseInfo>
<title>LINDA</title>
<description lang="en" primary="true">
SRU/Z39.50 Gateway to Union Catalog LINDA
</description>
</databaseInfo>
<indexInfo>
<set identifier="info:srw/cql-context-set/1/cql-v1.1" name="cql"/>
<set identifier="info:srw/cql-context-set/1/dc-v1.1" name="dc"/>
<set identifier="http://zing.z3950.org/cql/bath/2.0/" name="bath"/>
<index id="12">
<title>id</title>
<map><name set="rec">id</name></map>
</index>
<index id="4">
<title>title</title>
<map><name set="dc">title</name></map>
</index>
<index id="21">
<title>subject</title>
<map><name set="dc">subject</name></map>
</index>
<index id="30">
<title>date</title>
<map><name set="dc">date</name></map>
</index>
<index id="62">
<title>description</title>
<map><name set="dc">description</name></map>
</index>
<index id="1003">
<title>creator</title>
<map><name set="dc">creator</name></map>
<map><name set="dc">author</name></map>
</index>
<index id="1007">
<title>identifier</title>
<map><name set="dc">identifier</name></map>
</index>
<index id="1018">
<title>publisher</title>
<map><name set="dc">publisher</name></map>
</index>
<index id="1020">
<title>editor</title>
<map><name set="dc">editor</name></map>
</index>
<index id="7">
<title>isbn</title>
<map><name set="bath">isbn</name></map>
</index>
<index id="8">
<title>issn</title>
<map><name set="bath">issn</name></map>
</index>
<index id="1002">
<title>name</title>
<map><name set="bath">name</name></map>
</index>
</indexInfo>
<schemaInfo>
<schema identifier="info:srw/schema/1/marcxml-v1.1" sort="false" name="marcxml">
<title>MARCXML</title>
</schema>
<schema identifier="info:srw/schema/1/dc-v1.1" sort="false" name="dc">
<title>Dublin Core</title>
</schema>
<schema identifier="http://www.loc.gov/mods" sort="false" name="mods2">
<title>MODS v2</title>
</schema>
<schema identifier="info:srw/schema/1/mods-v3.0" sort="false" name="mods">
<title>MODS v3</title>
</schema>
</schemaInfo>
<configInfo>
<default type="numberOfRecords">0</default>
</configInfo>
</explain></zs:recordData></zs:record></zs:explainResponse>