| 程序包 | 说明 |
|---|---|
| org.apache.solr.client.solrj.request |
Convenience classes for dealing with various types of Solr requests.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static CollectionAdminRequest.ForceLeader |
CollectionAdminRequest.forceLeaderElection(String collection,
String shard)
Returns a SolrRequest to force a leader election for a shard in a collection
WARNING: This may cause data loss if the new leader does not contain updates
acknowledged by the old leader.
|
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.