X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=doc%2Fpazpar2_conf.xml;h=1472f7f47555321d31c2f3e2216d31fc60945211;hb=b1006944ac43c3f9297cc14db8d27afaa1f2d4ae;hp=dab43f6278ea546c4bd2e733e7aad7defe419f38;hpb=98e1ff5ebcca708e56e87ed5ff3596cdf9b2ae1a;p=pazpar2-moved-to-github.git diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index dab43f6..1472f7f 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -1,3 +1,4 @@ + %idcommon; ]> - Pazpar2 @@ -102,11 +102,11 @@ - icu_chain + relevance - Definition of ICU tokenization and normalization rules - are used if ICU support is compiled in. The 'id' + Specifies ICU tokenization and normalization rules + for tokens that are used in Pazpar2's relevance ranking. The 'id' attribute is currently not used, and the 'locale' attribute must be set to one of the locale strings defined in ICU. The child elements listed below can be @@ -166,6 +166,28 @@ + + + sort + + + Specifies ICU tokenization and normalization rules + for tokens that are used in Pazpar2's sorting. The contents + is similar to that of relevance. + + + + + + mergekey + + + Specifies ICU tokenization and normalization rules + for tokens that are used in Pazpar2's mergekey. The contents + is similar to that of relevance. + + + service @@ -290,6 +312,30 @@ + + setting + + + This attribute allows you to make use of static database + settings in the processing of records. Three possible values + are allowed. 'no' is the default and doesn't do anything. + 'postproc' copies the value of a setting with the same name + into the output of the normalization stylesheet(s). 'parameter' + makes the value of a setting with the same name available + as a parameter to the normalization stylesheet, so you + can further process the value inside of the stylesheet, or use + the value to decide how to deal with other data values. + + + + The purpose of using settings in this way can either be to + control the behavior of normalization stylesheet in a database- + dependent way, or to easily make database-dependent values + available to display-logic in your user interface, without having + to implement complicated interactions between the user interface + and your configuration system. + + @@ -351,7 +397,9 @@ pairs with groups of targets -- for instance, if you would like to place all commercial full-text bases in one group for selection purposes, or you would like to control what targets are accessible - to users by default. + to users by default. Per-database settings values can even be used + to drive sorting, facet/termlist generation, or end-user interface display + logic. @@ -541,7 +589,6 @@ - @@ -725,10 +772,36 @@ + + + pz:apdulog + + + If the 'pz:apdulog' setting is defined and has other value than 0, + then Z39.50 APDUs are written to the log. + + + + SEE ALSO + + Pazpar2: + + pazpar2 + 8 + + + + Pazpar2 protocol: + + pazpar2_protocol + 7 + + +