X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fintroduction.xml;h=fc9a628b20ccdbea415cc4d025cc9a985fc3cf47;hp=90ff777067fa4b287c032ba85de899b0f9d0009a;hb=e7cef788e6e6ae270dc9a274b5da51e953ca5479;hpb=8c49b29ec99736b215bb2b98f049e7ed5d87ed26 diff --git a/doc/introduction.xml b/doc/introduction.xml index 90ff777..fc9a628 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -1,9 +1,8 @@ - Introduction &yaz; is a C/C++ library for information retrieval applications - using the Z39.50/SRU protocols for information retrieval. + using the Z39.50/SRU/SOLR protocols for information retrieval. @@ -17,7 +16,7 @@ Supports SRU GET/POST/SOAP - version 1.1 (over HTTP and HTTPS). + version 1.2 (over HTTP and HTTPS). Includes BER encoders/decoders for the @@ -25,6 +24,10 @@ protocol. + Supports + SOLR Web Service version 1.4.x (client side only) + + Supports the following transports: BER over TCP/IP (RFC1729), BER over unix local socket, and @@ -32,14 +35,15 @@ Secure Socket Layer support using + GNU TLS or OpenSSL. If enabled, &yaz; uses HTTPS transport (for SOAP) or "Secure BER" (for Z39.50). Offers - ZOOM C API implementing both - Z39.50 and SRU. + ZOOM C API implementing + Z39.50, SRU and SOLR Web Service. The &yaz; library offers a set of useful utilities @@ -97,7 +101,7 @@ - describes how to use the &yaz; Z39.50 + describes how to use the &yaz; Z39.50 client. If you're developer and wish to test your server or a server from another party, you might find this chapter useful.