dsmiley commented on PR #2221: URL: https://github.com/apache/solr/pull/2221#issuecomment-1912952744
> does not need to sort the results or even compute the score Is there a unit test you can recommend that I might run in a debugger looking at key spots, that would show that a score is being computed wastefully? I can't imagine that there is time wasted sorting (as you claim) because there is nothing to sort. > This means the filterCache can be more efficient to compute the result and Solr doesn't spend time on unnecessarily sorting and scoring large result sets for it to be thrown away. This seems contradictory. If the filterCache can compute the result, then wouldn't disabling the filterCache for the query (as I see you do in the PR) *not* use the filter cache then? I'm referring to the query, not the filters (which are processed the same either way). -- 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...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org