From 2b4eb014c7252177ca1a4400a226182e8db4fb2e Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Tue, 24 Apr 2012 12:49:47 +0000 Subject: [PATCH] Fix: SOLR -> Solr. Add pz:presentchunk, termlist_term_count, termlist_term_factor. --- doc/pazpar2_conf.xml | 41 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 5 deletions(-) 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. -- 1.7.10.4