On 11/17/2015 1:11 AM, adfel70
Could it be that the parameter waitSearcher=true doesn't really work?
or maybe I don't understand something here...

I am just guessing with this, but I think this is likely how it works:

I believe that if maxWarmingSearchers is exceeded, a commit call will return more quickly than usual, and Solr will not attempt to open a new searcher with that commit, because the threshold has been exceeded.

Basically, when there are too many searchers warming at once, new ones cannot be created, which means that Solr cannot make the visibility guarantees it usually makes.

CloudSolrServer should be identical in function to CloudSolrClient, I don't think you have to worry about it being deprecated for right now. You'll want to switch before 6.0.

Thanks,
Shawn

Reply via email to