hi, i am using groupingSearch, and the lucene vsrsion is 7.2.1,i found that ScoreCachingLeafCollector will compute the document score,and also in the FirstPassGroupingCollector the RelevanceComparator compute the score again,because i use the CustomScoreQuery and the customScore method is complicated,so the grouping is slow,why not wrap the scorer in ScoreCachingLeafCollector to ScoreCachingWrappingScorer?
-- Sent from: http://lucene.472066.n3.nabble.com/Lucene-Java-Users-f532864.html --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org