X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Fpazpar2_conf.xml;h=bc72683036ca8f7a7226c9758b2ed7c892075761;hb=a4a3e03e5341d1125a899391541e704d8204495c;hp=6eb2032927b289f36ceaad8556f72c5e7376d36d;hpb=9fcc9c9710afecdf31ca058f4c80f1711891c39e;p=pazpar2-moved-to-github.git diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 6eb2032..bc72683 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -262,17 +262,33 @@ Specifies that this element is to be used to help rank records against the user's query (when ranking is - requested). The value is an integer, used as a + requested). + The valus is of the form + + M [F N] + + where M is an integer, used as a multiplier against the basic TF*IDF score. A value of - 1 is the base, higher values give additional - weight to + 1 is the base, higher values give additional weight to elements of this type. The default is '0', which excludes this element from the rank calculation. + F is a CCL field and N is the multipler for terms + that matches those part of the CCL field in search. + The F+N combo allows the system to use a different + multipler for a certain field. For example, a rank value of + "1 au 3" gives a multipler of 3 for + all terms part of the au(thor) terms and 1 for everything else. + + For Pazpar2 1.6.13 and later, the rank may also defined "per-document", by the normalization stylesheet. + + The per field rank was introduced in Pazpar2 1.6.15. Earlier + releases only allowed a rank value M (simple integer). +