X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=doc%2Fpazpar2_conf.xml;h=7994914896d7c6118981c438a94f5c5a8b2913d8;hb=d96989af3aa0eb866948a3f6564e5b384a980fdf;hp=1d9d4790eacf2755ff56e94e32f3b88e1462b244;hpb=b0325ece208dabe5593488eedbcfdba4f4a4b439;p=pazpar2-moved-to-github.git diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 1d9d479..7994914 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -421,6 +421,29 @@ + icurule + + + Specifies the ICU rule set to be used for normalizing + metadata text. The "display" part of the rule is kept + in the returned metadata record (record+show commands), the + end result - normalized text - is used for performing + within-cluster merge (unique, longest, etc). If the icurule is + omitted, type generic (text) is converted as follows: + any of the characters " ,/.:([" are + chopped of prefix and suffix of text content + unless it includes the + characters "://" (URL). + + + + Requires Pazpar2 1.9.0 or later. + + + + + + setting @@ -1248,12 +1271,22 @@ supports (native) facets. The value is the name of the field on the target. - - - At this point only Solr targets have been tested with this - facility. - - + + + + + pz:facetmap:split:name + + + Like pz:facetmap, but makes Pazpar2 inspect the term value consisting + of two items separated by colon. First item is the raw ID to be + sent to database if limitmap on the field + name is used. The second item is + the display term. + + + This facility was added in Pazpar2 version 1.11.0. + @@ -1451,10 +1484,11 @@ Specifies that a target is preferred, e.g. possible local, faster - target. Using block=pref on show command will wait for all these + target. Using block=preferred on + show command will wait for all these targets to return records before releasing the block. - If no target is preferred, the block=pref will identical to block=1, - which release when one target has returned records. + If no target is preferred, the block=preferred will identical to + block=1, which release when one target has returned records.