On 16/01/2015 06:16, Rishabh Maurya wrote: > Hi Thomas, > > Right, its better not to use any scorer if there are orderby clause other > then default "jcr:score". > Is it be possible to extract the `jcr:score`?
Select [jcr:score], [jcr:path] from [...] If so we should use the custom scorer any time the score is requested. Cheers davide
