more info added
authorMarc Cromme <marc@indexdata.dk>
Thu, 16 Feb 2006 14:45:51 +0000 (14:45 +0000)
committerMarc Cromme <marc@indexdata.dk>
Thu, 16 Feb 2006 14:45:51 +0000 (14:45 +0000)
doc/recordmodel-alvisxslt.xml
doc/server.xml

index df73cb9..ca4b2d3 100644 (file)
@@ -1,5 +1,5 @@
  <chapter id="record-model-alvisxslt">
-  <!-- $Id: recordmodel-alvisxslt.xml,v 1.3 2006-02-16 12:32:31 marc Exp $ -->
+  <!-- $Id: recordmodel-alvisxslt.xml,v 1.4 2006-02-16 14:45:51 marc Exp $ -->
   <title>ALVIS XML Record Model and Filter Module</title>
   
 
      the same character normalization map <literal>w</literal>. 
     </para>
     <para>
+     Finally, this example configuration can be queried using PQF
+     queries, either transported by Z39.50, (here using a yaz-client) 
+     <screen>
+      <![CDATA[
+      Z> 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
+      ]]>
+     </screen>
+     or the proprietary
+     extentions <literal>x-pquery</literal> and
+     <literal>x-pScanClause</literal> to
+     SRU, and SRW
+     <screen>
+      <![CDATA[
+      http://localhost:9999/?version=1.1&operation=searchRetrieve&x-pquery=%40attr+1%3Ddc%3Acreator+%40attr+4%3D6+%22the
+      http://localhost:9999/?version=1.1&operation=scan&x-pScanClause=@attr+1=dc:date+@attr+4=2+a
+      ]]>
+     </screen>
+     See <xref linkend="server-sru"/> for more information on SRU/SRW
+     configuration, and <xref linkend="gfs-config"/> or 
+     <ulink url="http://www.indexdata.dk/yaz/doc/tools.tkl#tools.cql">
+      the YAZ manual CQL section</ulink>
+     for the details
+     of the YAZ frontend server 
+     <ulink url="http://www.loc.gov/standards/sru/cql/">CQL</ulink>
+     configuration. 
+    </para>
+    <para>
      Notice that there are no <filename>*.abs</filename>,
      <filename>*.est</filename>, <filename>*.map</filename>, 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.
     </para>
    </sect2>
   </sect1>
index 908b3eb..a21b518 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="server">
- <!-- $Id: server.xml,v 1.14 2006-02-16 13:27:18 mike Exp $ -->
+ <!-- $Id: server.xml,v 1.15 2006-02-16 14:45:51 marc Exp $ -->
  <title>The Z39.50 Server</title>
  
  <sect1 id="zebrasrv">
    <title>Explain</title>
    <para>
     Zebra fully supports SRU's core
-    <literal>searchRetrieve</literal>
+    <literal>explain</literal>
     operation, as described at
     <ulink url="http://www.loc.gov/standards/sru/explain/index.html"/>
    </para>