X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Frecordmodel-alvisxslt.xml;h=ca4b2d33c9b4088033e3d37f05f4a650d1873d49;hb=31232fe1b6651119ed966bf60282f6ca109a06ea;hp=df73cb99294b3c825d75034b45802144cf37609f;hpb=43b4d8d93cd567284f4e48731119f3da2a1daedf;p=idzebra-moved-to-github.git 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.