Hi,

Is there a way to drop slow query in the distributed search?

In another words, is there a way to tell SolrCloud to wait x ms for the
response from shards in the cloud and to return the results which were
returned during the specified period of time (x ms)?


For example X=10 ms. There are 4 shards in the cloud. 3 of them served the
request in 3 ms and the last one in 15 seconds, so the total time for the
query will be 15 seconds. I prefer to return less results (from 3 fast
shards), but in much less time. Is there any configuration that can help to
achieve this?

thanks.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Dropping-slow-queries-tp4043074.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to