I want to run a query like to_tsquery("A | B | C") and then rank theresults so that if a document contained A, B, and C, then it wouldrank above a document that just had some subset.How would I do such a thing?