X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Fpazpar2_conf.xml;h=04f6e2a79e931e59adc1682201c2398008ddb520;hb=5cdddaf1ba96608fcbd221421503b609ded909bf;hp=f91a4e09def8fc5959f4f08a616b1017bef021f3;hpb=767abb65f144ddf2f76f96b5a279baadcf54fc04;p=pazpar2-moved-to-github.git diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index f91a4e0..04f6e2a 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -121,11 +121,11 @@ - relevance / sort / mergekey + relevance / sort / mergekey / facet - Specifies character set normalization for relevancy / sorting - and the mergekey - for the server. These definitions serves as + Specifies character set normalization for relevancy / sorting / + mergekey and facets - for the server. These definitions serves as default for services that don't have these given. For the meaning of these settings refer to the "relevance" element inside service. @@ -415,6 +415,17 @@ + facet + + + Specifies ICU tokenization and transformation rules + for tokens that are used in Pazpar2's facets. The contents + is similar to that of relevance. + + + + + settings @@ -726,6 +737,9 @@ +q + + @@ -1055,51 +1069,73 @@ 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 + pz:preferred - 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. + 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:termlist_term_sort + pz:block_timeout - Specifies how the terms should be sorted. (Not yet implemented) + (Not yet implemented). Specifies the time for which a block should be released anyway. - pz:preferred + pz:facetmap:name - 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. + Specifies that for field name, the target + supports (native) facets. The value is the name of the + field on the target. + + + At this point only SOLR targets have been tested with this + facility. + + - pz:block_timeout + pz:limitmap:name - (Not yet implemented). Specifies the time for which a block should be released anyway. + Specifies attributes for limiting a search to a field - using + the limit parameter for search. In some cases the mapping of + a field to a value is identical to an existing cclmap field; in + other cases the field must be specified in a different way - for + example to match a complete field (rather than parts of a subfield). + + + The value of limitmap may have one of two forms: referral to + an exisiting CCL field or a raw PQF string. Leading string + determines type; either ccl: for CCL field or + rpn: for PQF/RPN. + + + The limitmap facility is supported for Pazpar2 version 1.6.0. + +