User Tools

Site Tools


evergreen-admin:sru_and_z39.50

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
evergreen-admin:sru_and_z39.50 [2022/02/10 13:34] – external edit 127.0.0.1evergreen-admin:sru_and_z39.50 [2025/06/13 14:21] (current) stompro
Line 1: Line 1:
 ======Evergreen: SRU and Z39.50 server support====== ======Evergreen: SRU and Z39.50 server support======
-[[http://www.loc.gov/standards/sru/|Search/Retrieval via URL (SRU)]] is a specification for searching resources that relies on standard Web technology (HTTP, XML) for its implementation. Evergreen 1.4 supports basic SRU access through the /opac/extras/sru service defined in the Apache ''eg_vhost.conf'' configuration file and implemented in the sru_search() method in [[http://svn.open-ils.org/trac/ILS/browser/trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm|Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm]].+[[http://www.loc.gov/standards/sru/|Search/Retrieval via URL (SRU)]] is a specification for searching resources that relies on standard Web technology (HTTP, XML) for its implementation. Evergreen 1.4 supports basic SRU access through the /opac/extras/sru service defined in the Apache ''eg_vhost.conf'' configuration file and implemented in the sru_search() method in [[https://git.evergreen-ils.org/?p=Evergreen.git;a=blob;f=Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm|Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm]].
  
  
Line 141: Line 141:
 []Record type: XML []Record type: XML
 <record xmlns:... (rest of record deliberately truncated) <record xmlns:... (rest of record deliberately truncated)
 +
 +(Example using Z39.50 Attribute codes - ISBN Search)
 +Z> find @attr 1=7 9781476770383
 +Sent searchRequest.
 +Received SearchResponse.
 +Search was a success.
 +Number of hits: 1, setno 6
 +records returned: 0
 +Elapsed: 0.201841
 </code> </code>
  
 +=====Adding an Index for Z39.50 Searching=====
 +Example of adding an index.
  
evergreen-admin/sru_and_z39.50.1644518097.txt.gz · Last modified: 2022/02/10 13:34 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.