for $b in /books/book
let score $s := $b/content contains text ("web site" weight {0.5})
                           ftand ("usability" weight {2})
where $s > 0.5 
order by $s descending
return <result score="{$s}">{$b}</result>