jpountz commented on PR #14701: URL: https://github.com/apache/lucene/pull/14701#issuecomment-2925216962
I think I found the reason, the new approach to scoring conjunctions appears to be slower if the ramp-up phase, when less than `k` hits have been collected and faster in the steady state when most hits have a score that is less than the minimum competitive score. Filtered conjunctions are slower because they have barely more than k=100 hits globally. I'll open a PR shortly. -- 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