X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=doc%2Fpazpar2_conf.xml;h=6eb2032927b289f36ceaad8556f72c5e7376d36d;hb=4b7c05f077ebe916e7ca2e56b184cf89841723c9;hp=8aac27a81dca40fd1e28a5875b42c0a5ccae8004;hpb=99b5b8f8856a3fe9c438d49b5206cec2e8ca514a;p=pazpar2-moved-to-github.git diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 8aac27a..6eb2032 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -269,6 +269,10 @@ elements of this type. The default is '0', which excludes this element from the rank calculation. + + For Pazpar2 1.6.13 and later, the rank may also defined + "per-document", by the normalization stylesheet. + @@ -339,6 +343,28 @@ + limitmap + + + Specifies a default limitmap for this field. This is to avoid mass + configuring of targets. However it is important to review/do this on a per + target since it is usually target-specific. See limitmap for format. + + + + + + facetmap + + + Specifies a default facetmap for this field. This is to avoid mass + configuring of targets. However it is important to review/do this on a per + target since it is usually target-specific. See facetmap for format. + + + + + setting @@ -523,6 +549,18 @@ + set + + + Specifies a variable that will be inherited by all targets defined in settings + + <set name="test" value="en"..<set> + + + + + + settings @@ -583,7 +621,7 @@ type="year" merge="range" termlist="yes"/> - + @@ -1078,6 +1116,15 @@ + pz:presentchunk + + + Controls the chunk size in present requests. Pazpar2 will + make (maxrecs / chunk) request(s). The default is 20. + + + + pz:id @@ -1114,7 +1161,7 @@ This setting enables - SRU/SOLR + SRU/Solr support. It has four possible settings. 'get', enables SRU access through GET requests. 'post' enables SRU/POST @@ -1123,7 +1170,7 @@ the protocol. - A value of 'solr' anables SOLR client support. This is supported + A value of 'solr' enables Solr client support. This is supported for Pazpar version 1.5.0 and later. @@ -1135,7 +1182,7 @@ This allows SRU version to be specified. If unset Pazpar2 will the default of YAZ (currently 1.2). Should be set - to 1.1 or 1.2. For SOLR, the current supported/tested version is 1.4 + to 1.1 or 1.2. For Solr, the current supported/tested version is 1.4 and 3.x. @@ -1220,7 +1267,6 @@ - pz:block_timeout @@ -1230,6 +1276,29 @@ + + pz:termlist_term_count + + + Specifies number of facet terms to be requested from the target. + The default is unspecified e.g. server-decided. Also see pz:facetmap. + + + + + pz:termlist_term_factor + + + Specifies whether to use a factor for pazpar2 generated facets (1) or not (0). + When mixing locallly generated (by the downloaded (pz:maxrecs) samples) + facet with native (target-generated) facets, the later will dominated the dominate the facet list + since they are generated based on the complete result set. + By scaling up the facet count using the ratio between total hit count and the sample size, + the total facet count can be approximated and thus better compared with native facets. + This is not enabled by default. + + + pz:facetmap:name @@ -1241,7 +1310,7 @@ - At this point only SOLR targets have been tested with this + At this point only Solr targets have been tested with this facility.