X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=doc%2Fpazpar2_conf.xml;h=bea66c239744b794211e58b8a47c6880d8f6ee63;hb=2b4eb014c7252177ca1a4400a226182e8db4fb2e;hp=f66068e9ac3bd768a00b584e8185a378f80f8911;hpb=c466ae6033b7daf0c94c4874c53183f6f737af0d;p=pazpar2-moved-to-github.git diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index f66068e..bea66c2 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -1082,6 +1082,15 @@ + pz:presentchunk + + + Controls the chunk size in present requests. Pazpar2 will + make (maxrecs / chunk) request(s). The default is 20. + + + + pz:id @@ -1118,7 +1127,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 @@ -1127,7 +1136,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. @@ -1139,7 +1148,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. @@ -1224,7 +1233,6 @@ - pz:block_timeout @@ -1234,6 +1242,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 @@ -1245,7 +1276,7 @@ - At this point only SOLR targets have been tested with this + At this point only Solr targets have been tested with this facility.