A solr core have several state, besides "Active", there are "Recovering", "Down", "Recovery failed" and "Gone". I know when the state is Recovering, the query or index request can be failover to its leader(the good one), but I'm not sure other state, especially the "Down" state at the solr server just starting period.
Could anyone help to confirm? Thanks!