cammiemw edited a comment on pull request #2097:
URL: https://github.com/apache/lucene-solr/pull/2097#issuecomment-736443177


   Thanks for your comments and quick response time @mikemccand!  I think I 
have addressed and replied to each one.  
   
   An alternative to touching so many low-level lucene classes would be to 
create a separate interface with only the smoothingScore method.  Then the only 
Lucene class that I would need to change would be TermScorer to implement that 
interface and add the smoothing score method.  This might be less risky 
although perhaps not as clean.
   
   As I mentioned in some of my comments, I am hoping that can be a base for 
suggesting to add more Indri content.  I have several more query types and an 
Indri parser implemented already, but I thought it might make sense to start 
with a small piece of functionality so I could hopefully learn the code base 
and process.


----------------------------------------------------------------
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