jpountz commented on PR #13058: URL: https://github.com/apache/lucene/pull/13058#issuecomment-1919616921
I'm not sure about this one. Intuitively, if I configure a limit on the number of visited nodes, I may consider it a bug if we end up visiting more nodes than this limit. Maybe we should instead fix the queries to set a limit of `cost+1`? (plus logic to protect from overflows) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
