From e4f0434300f7ef15f050ea827f9d615d7624aaad Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 6 Oct 2010 16:02:00 +0200 Subject: [PATCH] New settings for pazpar2 targets Documenting pz:termlist_term_count, pz:termlist_term_sort, pz:preferred, and pz:block_timeout --- doc/pazpar2_conf.xml | 45 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index dd31569..2afd595 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -991,8 +991,8 @@ the protocol. - A value of 'solr' anables SOLR client support. This is supported - for Pazpar version 1.5.0 and later. + A value of 'solr' anables SOLR client support. This is supported + for Pazpar version 1.5.0 and later. @@ -1062,6 +1062,47 @@ + + + pz:termlist_term_count + + + Specifies that the target should return up to n terms for each facets (where termlist="yes"). This implies + that the target can return facets on the search command. Requesting facets on targets that doesn't, + will return unpredictable or error result. + + + + + + pz:termlist_term_sort + + + Specifies how the terms should be sorted. (Not yet implemented) + + + + + + pz:preferred + + + Specifies that a target is preferred, e.g. possible local, faster target. Using block=pref 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. + + + + + + pz:block_timeout + + + (Not yet implemented). Specifies the time for which a block should be released anyway. + + + + -- 1.7.10.4