Update WRT settings, relevance etc.
[pazpar2-moved-to-github.git] / doc / pazpar2_conf.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
3  "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"
4 [
5      <!ENTITY % local SYSTEM "local.ent">
6      %local;
7      <!ENTITY % entities SYSTEM "entities.ent">
8      %entities;
9      <!ENTITY % idcommon SYSTEM "common/common.ent">
10      %idcommon;
11 ]>
12 <refentry id="pazpar2_conf">
13  <refentryinfo>
14   <productname>Pazpar2</productname>
15   <productnumber>&version;</productnumber>
16  </refentryinfo>
17  <refmeta>
18   <refentrytitle>Pazpar2 conf</refentrytitle>
19   <manvolnum>5</manvolnum>
20  </refmeta>
21  
22  <refnamediv>
23   <refname>pazpar2_conf</refname>
24   <refpurpose>Pazpar2 Configuration</refpurpose>
25  </refnamediv>
26  
27  <refsynopsisdiv>
28   <cmdsynopsis>
29    <command>pazpar2.conf</command>
30   </cmdsynopsis>
31  </refsynopsisdiv>
32  
33  <refsect1><title>DESCRIPTION</title>
34   <para>
35    The Pazpar2 configuration file, together with any referenced XSLT files,
36    govern Pazpar2's behavior as a client, and control the normalization and
37    extraction of data elements from incoming result records, for the
38    purposes of merging, sorting, facet analysis, and display.
39   </para>
40   
41   <para>
42    The file is specified using the option -f on the Pazpar2 command line.
43    There is not presently a way to reload the configuration file without
44    restarting Pazpar2, although this will most likely be added some time
45    in the future.
46   </para>
47  </refsect1>
48  
49  <refsect1><title>FORMAT</title>
50   <para>
51    The configuration file is XML-structured. It must be valid XML. All
52    elements specific to Pazpar2 should belong to the namespace
53    <literal>http://www.indexdata.com/pazpar2/1.0</literal> 
54    (this is assumed in the
55    following examples). The root element is named <literal>pazpar2</literal>.
56    Under the  root element are a number of elements which group categories of
57    information. The categories are described below.
58   </para>
59   
60   <refsect2 id="config-server"><title>server</title>
61    <para>
62     This section governs overall behavior of the server. The data
63     elements are described below. From Pazpar2 version 1.2 this is
64     a repeatable element.
65    </para>
66    <variablelist> <!-- level 1 -->
67     <varlistentry>
68      <term>listen</term>
69      <listitem>
70       <para>
71        Configures the webservice -- this controls how you can connect
72        to Pazpar2 from your browser or server-side code. The
73        attributes 'host' and 'port' control the binding of the
74        server. The 'host' attribute can be used to bind the server to
75        a secondary IP address of your system, enabling you to run
76        Pazpar2 on port 80 alongside a conventional web server. You
77        can override this setting on the command line using the option -h.
78       </para>
79      </listitem>
80     </varlistentry>
81     
82     <varlistentry>
83      <term>proxy</term>
84      <listitem>
85       <para>
86        If this item is given, Pazpar2 will forward all incoming HTTP
87        requests that do not contain the filename 'search.pz2' to the
88        host and port specified using the 'host' and 'port'
89        attributes. The 'myurl' attribute is required, and should provide
90        the base URL of the server. Generally, the HTTP URL for the host
91        specified in the 'listen' parameter. This functionality is
92        crucial if you wish to use
93        Pazpar2 in conjunction with browser-based code (JS, Flash,
94        applets, etc.) which operates in a security sandbox. Such code
95        can only connect to the same server from which the enclosing
96        HTML page originated. Pazpar2s proxy functionality enables you
97        to host all of the main pages (plus images, CSS, etc) of your
98        application on a conventional webserver, while efficiently
99        processing webservice requests for metasearch status, results,
100        etc.
101       </para>
102      </listitem>
103     </varlistentry>
104
105     <varlistentry>
106      <term>relevance / sort / mergekey</term>
107      <listitem>
108       <para>
109        Specifies character set normalization for relevancy / sorting 
110        and the mergekey - for the server. These definitions serves as
111        default for services that don't have these given. For the meaning
112        of these settings refer to the "relevance" element inside service.
113       </para>
114      </listitem>
115     </varlistentry>
116     
117     <varlistentry>
118      <term>settings</term>
119      <listitem>
120       <para>
121        Specifies target settings for the server.. These settings serves
122        as default for all services which don't have these given.
123        The settings element requires one attribute 'src' which specifies
124        a settings file or a directory . If a directory is given all
125        files with suffix <filename>.xml</filename> is read from this
126        directory. Refer to 
127        <xref linkend="target_settings"/> for more information.
128       </para>
129      </listitem>
130     </varlistentry>
131     
132     <varlistentry>
133      <term>service</term>
134      <listitem>
135       <para>
136        This nested element controls the behavior of Pazpar2 with
137        respect to your data model. In Pazpar2, incoming records are
138        normalized, using XSLT, into an internal representation.
139        The 'service' section controls the further processing and
140        extraction of data from the internal representation, primarily
141        through the 'metadata' sub-element.
142       </para>
143       <para>
144        Pazpar2 version 1.2 and later allows multiple service elements.
145        Multiple services must be given a unique ID by specifying
146        attribute <literal>id</literal>.
147        A single service may be unnamed (service ID omitted). The
148        service ID is referred to in the
149        <link linkend="command-init"><literal>init</literal></link> webservice
150        command's <literal>service</literal> parameter.
151       </para>
152
153       <variablelist> <!-- Level 2 -->
154        <varlistentry><term>metadata</term>
155         <listitem>
156          <para>
157           One of these elements is required for every data element in
158           the internal representation of the record (see
159           <xref linkend="data_model"/>. It governs
160           subsequent processing as pertains to sorting, relevance
161           ranking, merging, and display of data elements. It supports
162           the following attributes:
163          </para>
164          
165          <variablelist> <!-- level 3 -->
166           <varlistentry><term>name</term>
167            <listitem>
168             <para>
169              This is the name of the data element. It is matched
170              against the 'type' attribute of the
171              'metadata' element 
172              in the normalized record. A warning is produced if
173              metadata elements with an unknown name are
174              found in the 
175              normalized record. This name is also used to
176              represent 
177              data elements in the records returned by the
178              webservice API, and to name sort lists and browse
179              facets.
180             </para>
181            </listitem>
182           </varlistentry>
183           
184           <varlistentry><term>type</term>
185            <listitem>
186             <para>
187              The type of data element. This value governs any
188              normalization or special processing that might take
189              place on an element. Possible values are 'generic'
190              (basic string), 'year' (a range is computed if
191              multiple years are found in the record). Note: This
192              list is likely to increase in the future.
193             </para>
194            </listitem>
195           </varlistentry>
196           
197           <varlistentry><term>brief</term>
198            <listitem>
199             <para>
200              If this is set to 'yes', then the data element is
201              includes in brief records in the webservice API. Note
202              that this only makes sense for metadata elements that
203              are merged (see below). The default value is 'no'.
204             </para>
205            </listitem>
206           </varlistentry>
207           
208           <varlistentry><term>sortkey</term>
209            <listitem>
210             <para>
211              Specifies that this data element is to be used for
212              sorting. The possible values are 'numeric' (numeric
213              value), 'skiparticle' (string; skip common, leading
214              articles), and 'no' (no sorting). The default value is
215              'no'.
216             </para>
217            </listitem>
218           </varlistentry>
219           
220           <varlistentry><term>rank</term>
221            <listitem>
222             <para>
223              Specifies that this element is to be used to
224              help rank 
225              records against the user's query (when ranking is
226              requested). The value is an integer, used as a
227              multiplier against the basic TF*IDF score. A value of
228              1 is the base, higher values give additional
229              weight to 
230              elements of this type. The default is '0', which
231              excludes this element from the rank calculation.
232             </para>
233            </listitem>
234           </varlistentry>
235           
236           <varlistentry><term>termlist</term>
237            <listitem>
238             <para>
239              Specifies that this element is to be used as a
240              termlist, or browse facet. Values are tabulated from
241              incoming records, and a highscore of values (with
242              their associated frequency) is made available to the
243              client through the webservice API. 
244              The possible values
245              are 'yes' and 'no' (default).
246             </para>
247            </listitem>
248           </varlistentry>
249           
250           <varlistentry><term>merge</term>
251            <listitem>
252             <para>
253              This governs whether, and how elements are extracted
254              from individual records and merged into cluster
255              records. The possible values are: 'unique' (include
256              all unique elements), 'longest' (include only the
257              longest element (strlen), 'range' (calculate a range
258              of values across all matching records), 'all' (include
259              all elements), or 'no' (don't merge; this is the
260                           default);
261             </para>
262            </listitem>
263           </varlistentry>
264
265           <varlistentry><term>mergekey</term>
266            <listitem>
267             <para>
268              If set to <literal>yes</literal>, the value of this
269              metadata element is appended to the resulting mergekey.
270              By default metadata is not part of a mergekey.
271             </para>
272            </listitem>
273           </varlistentry>
274
275           <varlistentry><term>setting</term>
276            <listitem>
277             <para>
278               This attribute allows you to make use of static database
279               settings in the processing of records. Three possible values
280               are allowed. 'no' is the default and doesn't do anything.
281               'postproc' copies the value of a setting with the same name
282               into the output of the normalization stylesheet(s). 'parameter'
283               makes the value of a setting with the same name available 
284               as a parameter to the normalization stylesheet, so you
285               can further process the value inside of the stylesheet, or use
286               the value to decide how to deal with other data values.
287             </para>
288             <para>
289               The purpose of using settings in this way can either be to
290               control the behavior of normalization stylesheet in a database-
291               dependent way, or to easily make database-dependent values
292               available to display-logic in your user interface, without having
293               to implement complicated interactions between the user interface
294               and your configuration system.
295             </para>
296            </listitem>
297           </varlistentry>
298           
299          </variablelist> <!-- attributes to metadata -->
300          
301         </listitem>
302        </varlistentry>
303        
304        <varlistentry>
305         <term>relevance</term>
306         <listitem>
307          <para>
308           Specifies ICU tokenization and transformation rules
309           for tokens that are used in Pazpar2's relevance ranking.
310           The 'id' attribute is currently not used, and the 'locale'
311           attribute must be set to one of the locale strings
312           defined in ICU. The child elements listed below can be
313           in any order, except the 'index' element which logically
314           belongs to the end of the list. The stated tokenization,
315           transformation and charmapping instructions are performed
316           in order from top to bottom. 
317          </para>
318          <variablelist> <!-- Level 2 -->
319           <varlistentry><term>casemap</term>
320            <listitem>
321             <para>
322              The attribute 'rule' defines the direction of the
323              per-character casemapping, allowed values are "l"
324              (lower), "u" (upper), "t" (title).  
325             </para>
326            </listitem>
327           </varlistentry>
328           <varlistentry><term>transform</term>
329            <listitem>
330             <para>
331              Normalization and transformation of tokens follows
332              the rules defined in the 'rule' attribute. For
333              possible values we refer to the extensive ICU
334              documentation found at the 
335              <ulink url="&url.icu.transform;">ICU
336               transformation</ulink> home page. Set filtering
337              principles are explained at the 
338              <ulink url="&url.icu.unicode.set;">ICU set and
339               filtering</ulink> page.
340             </para>
341            </listitem>
342           </varlistentry>
343           <varlistentry><term>tokenize</term>
344            <listitem>
345             <para>
346              Tokenization is the only rule in the ICU chain
347              which splits one token into multiple tokens. The
348              'rule' attribute may have the following values:
349              "s" (sentence), "l" (line-break), "w" (word), and
350              "c" (character), the later probably not being
351              very useful in a pruning Pazpar2 installation. 
352             </para>
353            </listitem>
354           </varlistentry>
355          </variablelist>
356          <para>
357           From Pazpar2 version 1.1 the ICU wrapper from YAZ is used.
358           Refer to the <ulink url="&url.yaz.yaz-icu;">yaz-icu</ulink>
359           utility for more information.
360          </para>
361         </listitem>
362        </varlistentry>
363        
364        <varlistentry>
365         <term>sort</term>
366         <listitem>
367          <para>
368           Specifies ICU tokenization and transformation rules
369           for tokens that are used in Pazpar2's sorting. The contents
370           is similar to that of <literal>relevance</literal>.
371          </para>
372         </listitem>
373        </varlistentry>
374        
375        <varlistentry>
376         <term>mergekey</term>
377         <listitem>
378          <para>
379           Specifies ICU tokenization and transformation rules
380           for tokens that are used in Pazpar2's mergekey. The contents
381           is similar to that of <literal>relevance</literal>.
382          </para>
383         </listitem>
384        </varlistentry>
385
386        <varlistentry>
387         <term>settings</term>
388         <listitem>
389          <para>
390           Specifies target settings for this service. Refer to
391           <xref linkend="target_settings"/>.
392          </para>
393         </listitem>
394        </varlistentry>
395
396       </variablelist>     <!-- Data elements in service directive -->
397      </listitem>
398     </varlistentry>
399     
400    </variablelist>           <!-- Data elements in server directive -->
401   </refsect2>
402
403  </refsect1>
404  
405  <refsect1><title>EXAMPLE</title>
406   <para>Below is a working example configuration:
407    <screen><![CDATA[
408     <?xml version="1.0" encoding="UTF-8"?>
409     <pazpar2 xmlns="http://www.indexdata.com/pazpar2/1.0">
410     
411       <server>
412         <listen port="9004"/>
413         <service>
414           <metadata name="title" brief="yes" sortkey="skiparticle"
415              merge="longest" rank="6"/>
416           <metadata name="isbn" merge="unique"/>
417           <metadata name="date" brief="yes" sortkey="numeric"
418              type="year" merge="range" termlist="yes"/>
419           <metadata name="author" brief="yes" termlist="yes"
420              merge="longest" rank="2"/>
421           <metadata name="subject" merge="unique" termlist="yes" rank="3"/>
422           <metadata name="url" merge="unique"/>
423           <relevance>
424             <icu_chain id="relevance" locale="el">
425               <transform rule="[:Control:] Any-Remove"/>
426               <tokenize rule="l"/>
427               <transform rule="[[:WhiteSpace:][:Punctuation:]] Remove"/>
428               <casemap rule="l"/>
429              </icu_chain>
430            </relevance>
431            <settings src="mysettings"/>
432         <service>
433      </server>
434    </pazpar2>
435     ]]></screen>
436   </para>
437  </refsect1> 
438
439  <refsect1 id="config-include"><title>INCLUDE FACILITY</title>
440   <para>
441    The XML configuration may be partitioned into multiple files by using
442    the <literal>include</literal> element which takes a single attribute,
443    <literal>src</literal>. The of the <literal>src</literal> attribute is
444    regular Shell like glob-pattern. For example,
445    <screen><![CDATA[
446     <include src="/etc/pazpar2/conf.d/*.xml"/>
447     ]]></screen>
448   </para>
449   <para>
450    The include facility requires Pazpar2 version 1.2.
451   </para>
452  </refsect1>
453
454  <refsect1 id="target_settings"><title>TARGET SETTINGS</title>
455   <para>
456    Pazpar2 features a cunning scheme by which you can associate various
457    kinds of attributes, or settings with search targets. This can be done
458    through XML files which are read at startup; each file can associate
459    one or more settings with one or more targets. The file format is generic
460    in nature, designed to support a wide range of application requirements. The
461    settings can be purely technical things, like, how to perform a title
462    search against a given target, or it can associate arbitrary name=value
463    pairs with groups of targets -- for instance, if you would like to
464    place all commercial full-text bases in one group for selection
465    purposes, or you would like to control what targets are accessible
466    to users by default. Per-database settings values can even be used
467    to drive sorting, facet/termlist generation, or end-user interface display
468    logic.
469   </para>
470   
471   <para>
472    During startup, Pazpar2 will recursively read a specified directory
473    (can be identified in the pazpar2.cfg file or on the command line), and
474    process any settings files found therein.
475   </para>
476   
477   <para>
478    Clients of the Pazpar2 webservice interface can selectively override
479    settings for individual targets within the scope of one session. This
480    can be used in conjunction with an external authentication system to
481    determine which resources are to be accessible to which users. Pazpar2
482    itself has no notion of end-users, and so can be used in conjunction
483    with any type of authentication system. Similarly, the authentication
484    tokens submitted to access-controlled search targets can similarly be
485    overridden, to allow use of Pazpar2 in a consortial or multi-library
486    environment, where different end-users may need to be represented to
487    some search targets in different ways. This, again, can be managed
488    using an external database or other lookup mechanism. Setting overrides
489    can be performed either using the
490    <link linkend="command-init">init</link> or the 
491    <link linkend="command-settings">settings</link> webservice
492    command.
493   </para>
494   
495   <para>
496    In fact, every setting that applies to a database (except pz:id, which
497    can only be used for filtering targets to use for a search) can be overridden
498    on a per-session basis. This allows the client to override specific CCL fields
499    for searching, etc., to meet the needs of a session or user.
500   </para>
501   
502   <para>
503    Finally, as an extreme case of this, the webservice client can
504    introduce entirely new targets, on the fly, as part of the
505    <link linkend="command-init">init</link> or
506    <link linkend="command-settings">settings</link> command.
507    This is useful if you desire to manage information
508    about your search targets in a separate application such as a database.
509    You do not need any static settings file whatsoever to run Pazpar2 -- as
510    long as the webservice client is prepared to supply the necessary
511    information at the beginning of every session.
512   </para>
513   
514   <note>
515    <para>
516     The following discussion of practical issues related to session and settings
517     management are cast in terms of a user interface based on Ajax/Javascript
518     technology. It would apply equally well to many other kinds of browser-based logic.
519    </para>
520   </note>
521   
522   <para>
523    Typically, a Javascript client is not allowed to  directly alter the parameters
524    of a session. There are two reasons for this. One has to do with access
525    to information; typically, information about a user will be stored in a
526    system on the server side, or it will be accessible in some way from the server.
527    However, since the Javascript client cannot be entirely trusted (some hostile
528    agent might in fact 'pretend' to be a regular ws client), it is more robust
529    to control session settings from scripting that you run as part of your
530    webserver. Typically, this can be handled during the session initialization,
531    as follows:
532   </para>
533   
534   <para>
535    Step 1: The Javascript client loads, and asks the webserver for a new Pazpar2
536    session ID. This can be done using a Javascript call, for instance. Note that
537    it is possible to submit Ajax HTTPXmlRequest calls either to Pazpar2 or to the
538    webserver that Pazpar2 is proxying for. See (XXX Insert link to Pazpar2 protocol).
539     </para>
540   
541   <para>
542    Step 2: Code on the webserver authenticates the user, by database lookup,
543    LDAP access, NCIP, etc. Determines which resources the user has access to,
544    and any user-specific parameters that are to be applied during this session.
545   </para>
546   
547   <para>
548    Step 3: The webserver initializes a new Pazpar2 settings, and sets user-specific
549    parameters as necessary, using the init webservice command. A new session ID is
550    returned.
551   </para>
552   
553   <para>
554    Step 4: The webserver returns this session ID to the Javascript client, which then
555    uses the session ID to submit searches, show results, etc.
556   </para>
557   
558   <para>
559    Step 5: When the Javascript client ceases to use the session, Pazpar2 destroys
560    any session-specific information.
561   </para>
562
563   <refsect2><title>SETTINGS FILE FORMAT</title>
564    <para>
565     Each file contains a root element named &lt;settings&gt;. It may
566     contain one or more &lt;set&gt; elements. The settings and set
567     elements may contain the following attributes. Attributes in the set node
568     overrides those in the setting root element. Each set node must
569     specify (directly, or inherited from the parent node) at least a
570     target, name, and value.
571    </para>
572    
573    <variablelist> 
574     <varlistentry>
575      <term>target</term>
576      <listitem>
577       <para>
578        This specifies the search target to which this setting should be
579        applied. Targets are identified by their Z39.50 URL, generally
580        including the host, port, and database name, (e.g.
581        <literal>bagel.indexdata.com:210/marc</literal>).
582        Two wildcard forms are accepted:
583        * (asterisk) matches all known targets;
584        <literal>bagel.indexdata.com:210/*</literal> matches all
585        known databases on the given host.
586       </para>
587       <para>
588        A precedence system determines what happens if there are
589        overlapping values for the same setting name for the same
590        target. A setting for a specific target name overrides a
591        setting which specifies target using a wildcard. This makes it
592        easy to set defaults for all targets, and then override them
593        for specific targets or hosts. If there are
594        multiple overlapping settings with the same name and target
595        value, the 'precedence' attribute determines what happens.
596       </para>
597      </listitem>
598     </varlistentry>
599     <varlistentry>
600      <term>name</term>
601      <listitem>
602       <para>
603        The name of the setting. This can be anything you like.
604        However, Pazpar2 reserves a number of setting names for
605        specific purposes, all starting with 'pz:', and it is a good
606        idea to avoid that prefix if you make up your own setting
607        names. See below for a list of reserved variables.
608       </para>
609      </listitem>
610     </varlistentry>
611     <varlistentry>
612      <term>value</term>
613      <listitem>
614       <para>
615        The value of the setting. Generally, this can be anything you
616        want -- however, some of the reserved settings may expect
617        specific kinds of values.
618       </para>
619      </listitem>
620     </varlistentry>
621     <varlistentry>
622      <term>precedence</term>
623      <listitem>
624       <para>
625        This should be an integer. If not provided, the default value
626        is 0. If two (or more) settings have the same content for
627        target and name, the precedence value determines the outcome.
628        If both settings have the same precedence value, they are both
629        applied to the target(s). If one has a higher value, then the
630        value of that setting is applied, and the other one is ignored.
631       </para>
632      </listitem>
633     </varlistentry>
634    </variablelist>
635    
636    <para>
637     By setting defaults for target, name, or value in the root
638     settings node, you can use the settings files in many different
639     ways. For instance, you can use a single file to set defaults for
640     many different settings, like search fields, retrieval syntaxes,
641     etc. You can have one file per server, which groups settings for
642     that server or target. You could also have one file which associates
643     a number of targets with a given setting, for instance, to associate
644     many databases with a given category or class that makes sense
645     within your application.
646    </para>
647    
648    <para>
649     The following examples illustrate uses of the settings system to
650     associate settings with targets to meet different requirements.
651    </para>
652    
653    <para>
654     The example below associates a set of default values that can be
655     used across many targets. Note the wildcard for targets.
656     This associates the given settings with all targets for which no
657     other information is provided.
658     <screen><![CDATA[
659 <settings target="*">
660
661   <!-- This file introduces default settings for pazpar2 -->
662
663   <!-- mapping for unqualified search -->
664   <set name="pz:cclmap:term" value="u=1016 t=l,r s=al"/>
665
666   <!-- field-specific mappings -->
667   <set name="pz:cclmap:ti" value="u=4 s=al"/>
668   <set name="pz:cclmap:su" value="u=21 s=al"/>
669   <set name="pz:cclmap:isbn" value="u=7"/>
670   <set name="pz:cclmap:issn" value="u=8"/>
671   <set name="pz:cclmap:date" value="u=30 r=r"/>
672
673   <!-- Retrieval settings -->
674
675   <set name="pz:requestsyntax" value="marc21"/>
676   <set name="pz:elements" value="F"/>
677
678   <!-- Query encoding -->
679   <set name="pz:queryencoding" value="iso-8859-1"/>
680
681   <!-- Result normalization settings -->
682
683   <set name="pz:nativesyntax" value="iso2709"/>
684   <set name="pz:xslt" value="../etc/marc21.xsl"/>
685
686 </settings>
687
688         ]]></screen>
689    </para>
690    
691    <para>
692     The next example shows certain settings overridden for one target,
693     one which returns XML records containing DublinCore elements, and
694     which furthermore requires a username/password.
695     <screen><![CDATA[
696 <settings target="funkytarget.com:210/db1">
697   <set name="pz:requestsyntax" value="xml"/>
698   <set name="pz:nativesyntax" value="xml"/>
699   <set name="pz:xslt" value="../etc/dublincore.xsl"/>
700
701   <set name="pz:authentication" value="myuser/password"/>
702 </settings>
703         ]]></screen>
704    </para>
705    
706    <para>
707     The following example associates a specific name/value combination
708     with a number of targets. The targets below are access-restricted,
709     and can only be used by users with special credentials.
710     <screen><![CDATA[
711 <settings name="pz:allow" value="0">
712   <set target="funkytarget.com:210/*"/>
713   <set target="commercial.com:2100/expensiveDb"/>
714 </settings>
715         ]]></screen>
716    </para>
717    
718   </refsect2>
719   
720   <refsect2><title>RESERVED SETTING NAMES</title>
721    <para>
722     The following setting names are reserved by Pazpar2 to control the
723     behavior of the client function.
724    </para>
725    
726    <variablelist>
727     <varlistentry>
728      <term>pz:cclmap:xxx</term>
729      <listitem>
730       <para>
731        This establishes a CCL field definition or other setting, for
732        the purpose of mapping end-user queries. XXX is the field or
733        setting name, and the value of the setting provides parameters
734        (e.g. parameters to send to the server, etc.). Please consult
735        the YAZ manual for a full overview of the many capabilities of
736        the powerful and flexible CCL parser.
737       </para>
738       <para>
739        Note that it is easy to establish a set of default parameters,
740        and then override them individually for a given target.
741       </para>
742      </listitem>
743     </varlistentry>
744     <varlistentry>
745      <term>pz:requestsyntax</term>
746      <listitem>
747       <para>
748        This specifies the record syntax to use when requesting
749        records from a given server. The value can be a symbolic name like
750        marc21 or xml, or it can be a Z39.50-style dot-separated OID.
751       </para>
752      </listitem>
753     </varlistentry>
754     <varlistentry>
755      <term>pz:elements</term>
756      <listitem>
757       <para>
758        The element set name to be used when retrieving records from a
759        server.
760       </para>
761      </listitem>
762     </varlistentry>
763     <varlistentry>
764      <term>pz:piggyback</term>
765      <listitem>
766       <para>
767        Piggybacking enables the server to retrieve records from the
768        server as part of the search response in Z39.50. Almost all
769        servers support this (or fail it gracefully), but a few
770        servers will produce undesirable results.
771        Set to '1' to enable piggybacking, '0' to disable it. Default
772        is 1 (piggybacking enabled).
773       </para>
774      </listitem>
775     </varlistentry>
776     <varlistentry>
777      <term>pz:nativesyntax</term>
778      <listitem>
779       <para>
780        The representation (syntax) of the retrieval records. Currently
781        recognized values are iso2709 and xml.
782       </para>
783       <para>
784        For iso2709, can also specify a native character set, e.g. "iso2709;latin-1".
785        If no character set is provided, MARC-8 is assumed.
786       </para>
787       <para>
788         If pz:nativesyntax is not specified, pazpar2 will attempt to determine
789         the value based on the response from the server.
790       </para>
791      </listitem>
792     </varlistentry>
793
794     <varlistentry>
795      <term>pz:queryencoding</term>
796      <listitem>
797       <para>
798         The encoding of the search terms that a target accepts. Most
799         targets do not honor UTF-8 in which case this needs to be specified.
800         Each term in a query will be converted if this setting is given.
801       </para>
802      </listitem>
803     </varlistentry>
804
805     <varlistentry>
806      <term>pz:xslt</term>
807      <listitem>
808       <para>
809        Provides the path of an XSLT stylesheet which will be used to
810        map incoming records to the internal representation.
811       </para>
812      </listitem>
813     </varlistentry>
814     <varlistentry>
815      <term>pz:authentication</term>
816      <listitem>
817       <para>
818        Sets an authentication string for a given server. See the section on
819        authorization and authentication for discussion.
820       </para>
821      </listitem>
822     </varlistentry>
823     <varlistentry>
824      <term>pz:allow</term>
825      <listitem>
826       <para>
827        Allows or denies access to the resources it is applied to. Possible
828        values are '0' and '1'. The default is '1' (allow access to this resource).
829        See the manual section on authorization and authentication for discussion
830        about how to use this setting.
831       </para>
832      </listitem>
833     </varlistentry>
834     <varlistentry>
835      <term>pz:maxrecs</term>
836      <listitem>
837       <para>
838        Controls the maximum number of records to be retrieved from a
839        server. The default is 100.
840       </para>
841      </listitem>
842     </varlistentry>
843     <varlistentry>
844      <term>pz:id</term>
845      <listitem>
846       <para>
847        This setting can't be 'set' -- it contains the ID (normally
848        ZURL) for a given target, and is useful for filtering --
849        specifically when you want to select one or more specific
850        targets in the search command.
851       </para>
852      </listitem>
853     </varlistentry>
854     <varlistentry>
855      <term>pz:zproxy</term>
856      <listitem>
857       <para>
858        The 'pz:zproxy' setting has the value syntax 
859        'host.internet.adress:port', it is used to tunnel Z39.50
860        requests through the named Z39.50 proxy.
861       </para>
862      </listitem>
863     </varlistentry>
864
865     <varlistentry>
866      <term>pz:apdulog</term>
867      <listitem>
868       <para>
869        If the 'pz:apdulog' setting is defined and has other value than 0,
870        then Z39.50 APDUs are written to the log.
871       </para>
872      </listitem>
873     </varlistentry>
874
875     <varlistentry>
876       <term>pz:sru</term>
877       <listitem>
878         <para>
879           This setting enables SRU/SRW support. It has three possible settings.
880           'get', enables SRU access through GET requests. 'post' enables SRU/POST
881           support, less commonly supported, but useful if very large requests are
882           to be submitted. 'srw' enables the SRW variation of the protocol.
883         </para>
884       </listitem>
885     </varlistentry>
886
887     <varlistentry>
888       <term>pz:sru_version</term>
889       <listitem>
890         <para>
891           This allows SRU version to be specified. If unset Pazpar2
892           will the default of YAZ (currently 1.2). Should be set
893           to 1.1 or 1.2.
894         </para>
895       </listitem>
896     </varlistentry>
897
898     <varlistentry>
899       <term>pz:pqf_prefix</term>
900       <listitem>
901         <para>
902           Allows you to specify an arbitrary PQF query language substring. The provided
903           string is prefixed the user's query after it has been normalized to PQF
904           internally in pazpar2. This allows you to attach complex 'filters' to
905           queries for a gien target, sometimes necessary to select sub-catalogs
906           in union catalog systems, etc.
907         </para>
908       </listitem>
909     </varlistentry>
910
911     <varlistentry>
912       <term>pz:sort</term>
913       <listitem>
914         <para>
915           Specifies sort criteria to be applied to the result set. Only works for targets
916           which support the sort service.
917         </para>
918       </listitem>
919     </varlistentry>
920    </variablelist>
921   </refsect2>
922
923  </refsect1>
924  <refsect1><title>SEE ALSO</title>
925   <para>
926    <citerefentry>
927     <refentrytitle>pazpar2</refentrytitle>
928     <manvolnum>8</manvolnum>
929    </citerefentry>
930    <citerefentry>
931     <refentrytitle>yaz-icu</refentrytitle>
932     <manvolnum>1</manvolnum>
933    </citerefentry>
934    <citerefentry>
935     <refentrytitle>pazpar2_protocol</refentrytitle>
936     <manvolnum>7</manvolnum>
937    </citerefentry>
938   </para>
939  </refsect1>
940 </refentry>
941 <!-- Keep this comment at the end of the file
942 Local variables:
943 mode: sgml
944 sgml-omittag:t
945 sgml-shorttag:t
946 sgml-minimize-attributes:nil
947 sgml-always-quote-attributes:t
948 sgml-indent-step:1
949 sgml-indent-data:t
950 sgml-parent-document:nil
951 sgml-local-catalogs: nil
952 sgml-namecase-general:t
953 End:
954 -->