Hi, I am using solr 4.9 for searching over 90 million+ documents. My Solr is running on tomcat server and I am querying Solr from an application. I have a problem with long-running queries against Solr. Although I have set timeAllowed to 40000ms, but it seems that solr still running this query until it processed fully. I read some articles where it is written that
"*Internally, Solr does nothing to time out any requests -- it lets both updates and queries take however long they need to take to be processed fully.*" Is this what Solr does? If so, is there a configuration option to change this behavior? or can I interrupt solr query execution. -- View this message in context: http://lucene.472066.n3.nabble.com/How-To-Interrupt-Solr-Query-Execution-tp4175190.html Sent from the Solr - User mailing list archive at Nabble.com.