X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=blobdiff_plain;f=doc%2Fpazpar2_conf.xml;h=c90c9319eafee4f8c727e7d03aaccaaeac0b8c56;hp=8d64acce19fa53d03a509852beef7ff54a5f5e55;hb=24ad8ea356d71c764af19897e2719670a94a3a05;hpb=790995e4dcd6f46f801917d770f550fe6bf2f859 diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 8d64acc..c90c931 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -73,6 +73,15 @@ in main thread). + + sockets + + This section is optional and is supported for Pazpar2 version 1.13.0 and + later . It is identified by element "sockets" which + may include one attribute "max" which specifies + the maximum number of sockets to be used by Pazpar2. + + file @@ -421,6 +430,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 @@ -1161,11 +1193,12 @@ user, password. - For HTTP based procotols, such as SRU and Solr, the authentication - string includes a username term and, optionally, a password term. + For HTTP based procotols, such as SRU and Apache Solr, the + authentication string includes a username term and, optionally, + a password term. Each term is separated by a single blank. The authentication information is passed either by HTTP basic - authentication or via URL parameters. The mode is operation is + authentication or via URL parameters. The mode of operation is determined by pz:authentication_mode setting. @@ -1248,12 +1281,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. +