From 7bf9055a2f98663195d1c72f5cfd4cd7617920d9 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Fri, 23 Jun 2006 12:40:33 +0000 Subject: [PATCH] section on relation attributes added --- doc/querymodel.xml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/doc/querymodel.xml b/doc/querymodel.xml index 2ac38ca..42353e3 100644 --- a/doc/querymodel.xml +++ b/doc/querymodel.xml @@ -1,5 +1,5 @@ - + Query Model @@ -871,6 +871,38 @@ + The relation attributes + 1-5 are supported and work exactly as + expected. + All ordering operations are based on a lexicographical ordering, + expect when the + structure attribute numeric (109) is used. In + this case, ordering is numerical. See + . + + Z> find @attr 1=Title @attr 2=1 music + ... + Number of hits: 11745, setno 1 + ... + Z> find @attr 1=Title @attr 2=2 music + ... + Number of hits: 11771, setno 2 + ... + Z> find @attr 1=Title @attr 2=3 music + ... + Number of hits: 532, setno 3 + ... + Z> find @attr 1=Title @attr 2=4 music + ... + Number of hits: 11463, setno 4 + ... + Z> find @attr 1=Title @attr 2=5 music + ... + Number of hits: 11419, setno 5 + + + + The relation attribute Relevance (102) is supported, see for full information. -- 1.7.10.4