Yep, I get it. But from the tests I did it tips it enough for those cases to be rare (and probably justified). Thx
On 3/19/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:
: wouldn't doing something like this in the query : : (field1:tag1 tag2) OR (field1:tag1 AND tag2) : The documents that have all the tags (tag1 and tag2) will comply with : both conditions and get scores from both while the documents that : don't have both tags will only get a score from the 1st (the OR) : condition therfore won't have higher score. correct ... but it won't *garuntee* the order you asked about ... the tf/idf could still tweak your ordering a bit in some circumstances, even if you did this... (field1:tag1 tag2) OR (field1:tag1 AND tag2)^1000 -Hoss