From: Marc Cromme Date: Thu, 16 Feb 2006 14:45:51 +0000 (+0000) Subject: more info added X-Git-Tag: before.bug.529~236 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=a0e0e6201b34e05f715a65d19a9b5667b734a58f;p=idzebra-moved-to-github.git more info added --- diff --git a/doc/recordmodel-alvisxslt.xml b/doc/recordmodel-alvisxslt.xml index df73cb9..ca4b2d3 100644 --- a/doc/recordmodel-alvisxslt.xml +++ b/doc/recordmodel-alvisxslt.xml @@ -1,5 +1,5 @@ - + ALVIS XML Record Model and Filter Module @@ -187,9 +187,45 @@ the same character normalization map w. + Finally, this example configuration can be queried using PQF + queries, either transported by Z39.50, (here using a yaz-client) + + open localhost:9999 + Z> elem dc + Z> form xml + Z> + Z> f @attr 1=dc:creator Kumar + Z> scan @attr 1=dc:creator adam + Z> + Z> f @attr 1=dc:title @attr 4=2 "proceeding congress superconductivity" + Z> scan @attr 1=dc:title abc + ]]> + + or the proprietary + extentions x-pquery and + x-pScanClause to + SRU, and SRW + + + + See for more information on SRU/SRW + configuration, and or + + the YAZ manual CQL section + for the details + of the YAZ frontend server + CQL + configuration. + + Notice that there are no *.abs, *.est, *.map, or other GRS-1 - filter configuration files involves in this process. + filter configuration files involves in this process, and that the + literal index names are used during search and retrieval. diff --git a/doc/server.xml b/doc/server.xml index 908b3eb..a21b518 100644 --- a/doc/server.xml +++ b/doc/server.xml @@ -1,5 +1,5 @@ - + The Z39.50 Server @@ -751,7 +751,7 @@ Explain Zebra fully supports SRU's core - searchRetrieve + explain operation, as described at