On Mon, 08 Aug 2016 07:59:10 -0700, Prakashkumar Patel <[email protected]> wrote:
> Hi, > > We are using score-simple method for score calculation. We are getting > multiple documents with same score in result. Do we know what is the > secondary sorting algorithm that ML uses in such tie situation where two > or more documents have same scores? By default it would be document order. Across documents that is, from a user point of view, random but consistent. You can use the cts:order options to specify something different. See the documentation on cts:search[1] //Mary [1] http://docs.marklogic.com/undefined/cts:search _______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
