> Is it be possible to extract the `jcr:score`? Yes, I think in CustomScoreProvider -
CustomScoreProvider.customScore(int doc, float subQueryScore, float[] valSrcScores) subQueryScore above should be same as jcr:score for lucene index. I will have to check once. Thanks On Fri, Jan 16, 2015 at 8:41 PM, Davide Giannella <[email protected]> wrote: > 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 > > >
