From c7f4f3051cc7215e8513a7ddeb765d7db64c8f11 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 21 Nov 2013 11:40:44 +0100 Subject: [PATCH] Doc: relevance section refer to config description --- doc/book.xml | 8 ++++++++ doc/pazpar2_conf.xml | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/book.xml b/doc/book.xml index f3c8235..58e9ca6 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -858,6 +858,14 @@ tf[i] = tf[i] / cluster_size; relevance += 100000 * tf[i] / idf[i]; ]]> + + For controlling the ranking parameters, refer to the + rank element of the + service definition. + Refer to the rank attribute + of the metadata element for how to control ranking for individual + metadata fields. +
diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 05ca85d..66704eb 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -606,7 +606,7 @@ - + rank @@ -774,6 +774,7 @@ + -- 1.7.10.4