I have been assuming that this:

for $x in cts:search(...)
return some-expression-involving($x)

is completely equivalent to this:

for $x in cts:search(...)
order by cts:score() descending
return some-expression-involving($x)

but is that true?

-- 
Michael Sokolov
Engineering Director
www.ifactory.com

_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to