cammiemw commented on pull request #2097:
URL: https://github.com/apache/lucene-solr/pull/2097#issuecomment-770074489


   Hi @mikemccand!  The smoothingScore method requires a docId because the most 
important implementation of smoothingScore is in TermScorer, which uses the 
postingsEnum to get the docId.  However, in the case of the smoothing score, 
there will be no posting for the term in the document.  Let me know if you 
think a different way of getting the docId would work better.
   
   Thanks so much for all your help and time throughout this process!  I am 
very excited about this change and hope that I can continue to add more.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to