Hi all, Is there a setting to enforce an overall timeout for Solr? For example, we are using setting timeallowed=2000 in solrconfig.xml (using version 3.5), but as far as I can tell, that only applies to the search part that returns partial results if it takes more than 2 seconds and returns partialResults=true, but the other processing time (facetting, highlighting, etc) is not covered in this timeallowed setting.
Is there something that can be done so that for example if a Solr call overall takes more than say 5 seconds, kill the request it and return an error, or empty response or something? -- Jose Aguilar.