From: Marc Cromme Date: Fri, 23 Jun 2006 12:40:33 +0000 (+0000) Subject: section on relation attributes added X-Git-Tag: before.bug.529~6 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=sidebyside;h=7bf9055a2f98663195d1c72f5cfd4cd7617920d9;p=idzebra-moved-to-github.git section on relation attributes added --- 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.