sigram commented on PR #3739: URL: https://github.com/apache/solr/pull/3739#issuecomment-3376948644
Explanation of the flags: * when `useExitableDirectoryReader=true` then the `SolrIndexSearcher.reader` is always wrapped in an `ExitableDirectoryReader`. * when `useTimeLimit=true` then a query param `timeAllowed` is added but with a very high limit, which only triggers `QueryLimits` checking and doesn't trip the limit. At first glance, these results are nearly the same, within the error margin. Which is good news because it shows that using EDR doesn't significantly worsen the search performance. -- 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]
