vigyasharma commented on pull request #711:
URL: https://github.com/apache/lucene/pull/711#issuecomment-1055823491


   @jpountz Out of curiosity, what is the implication of returning whatever 
minScore get's computed after 2 iterations? Like we do a best case effort to 
converge, but return with whatever we get after n attempts? 
   I guess it could be bad if the function doesn't keep converging with every 
iteration, and stopping abruptly at `n iters` can land in some random, 
divergent values.. I'm not sure how this works.
   
   Also, do you have any pointers on what user should look at once she gets 
this exception? I understand it's too early as we're not able to repro the 
issue, so is the plan to keep a jira open to collate more data around how 
frequently people run into this exception?
   


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

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

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