jpountz commented on issue #13152:
URL: https://github.com/apache/lucene/issues/13152#issuecomment-1994488165

   I agree that the penalty feels too high. We have challenges with queries 
like this one because there is no good theoretical basis for the right way to 
score such queries (at least to my knowledge), which forces to make guesses. 
The one that is implemented at the moment is certainly not great, but at least 
it's parameter-free. I would imagine that something like `k / (k + 
matchLength)` would work better for you but then it requires us to expose a 
configuration option which isn't great either.


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