Github user romseygeek commented on the issue:

    https://github.com/apache/lucene-solr/pull/317
  
    I've moved all scoring into PassageScorer itself, and restored the 
Passage.setScore() method.
    
    One thing I notice now is that the various methods on PassageScorer other 
than score() don't need to be public.  Maybe as a follow up we can make 
PassageScorer an interface with the single `score(Passage, int)` signature, and 
rename the current model BM25PassageScorer


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to