X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2Fpazpar2_conf.xml;h=1eb6fde446bdeefe65cc77f497f4c4d8c11f1ab9;hb=0e0ddf5be474a96ae8838fe9845858b7ca96b9d8;hp=c8b85c7d33c6fc23ba76640dd6f87a1c6b84bca7;hpb=61b955f3f2bd41dc16b658a28c17f031801b2331;p=pazpar2-moved-to-github.git diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index c8b85c7..1eb6fde 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -13,10 +13,13 @@ Pazpar2 &version; + Index Data + Pazpar2 conf 5 + File formats and conventions @@ -988,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. @@ -1000,7 +1003,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. + to 1.1 or 1.2. For SOLR, the current supported/tested version is 1.4 @@ -1052,13 +1055,55 @@ Specifies a filter which allows Pazpar2 to only include records that meet a certain criteria in a result. Unmatched records - will be ignored. The filter takes the form name[~value] , which + will be ignored. The filter takes the form name, name~value, or name=value, which will include only records with metadata element (name) that has the - substring (value) given. If value is omitted all records with the - metadata present will be included. + substring (~value) given, or matches exactly (=value). If value is omitted all records + with the named + metadata element present will be included. + + + + + + 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. + + + +