Hi, We use solrcloud in production, and we are facing some issues with queries that take very long specially deep paging queries, these queries keep our servers very busy. i am looking for a way to stop (kill) queries taking longer than a specific amount of time (say 5 seconds), i checked timeAllowed but it doesn't work (again query runs completely). Also i noticed that there are connTimeout and socketTimeout for distributed searches, but i am not sure if they kill the thread (i want to save resources by killing the query, not just returning a timeout). Also, if i could get partial results that would be ideal. Any suggestions?
Thanks, arin -- View this message in context: http://lucene.472066.n3.nabble.com/Search-timeout-for-Solrcloud-tp3987716.html Sent from the Solr - User mailing list archive at Nabble.com.