sigram commented on code in PR #2290: URL: https://github.com/apache/solr/pull/2290#discussion_r1503946944
########## solr/solr-ref-guide/modules/query-guide/pages/common-query-parameters.adoc: ########## @@ -284,6 +284,17 @@ The query above allows you to examine the scoring explain info of the top matchi The default value of this parameter is blank, which causes no extra "explain info" to be returned. +== partialResults Parameter + +This parameter controls Solr's behavior when a query execution limit is reached (e.g. `timeAllowed` or `cpuAllowed`). + +When this parameter is set to `true` (default) then even though reaching a limit terminates further query processing +Solr will still attempt to return partial results collected so far. These results may be incomplete in Review Comment: Polish has no determiners ... Polish has no need for determiners :) -- 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]
