org.apache.solr.client.solrj.request
public static class CoreAdminRequest.RequestSyncShard extends CoreAdminRequest
CoreAdminRequest.Create, CoreAdminRequest.MergeIndexes, CoreAdminRequest.Persist, CoreAdminRequest.RequestRecovery, CoreAdminRequest.RequestSyncShard, CoreAdminRequest.Unload, CoreAdminRequest.WaitForState
SolrRequest.METHOD
action, core, isIndexInfoNeeded, other
Constructor and Description |
---|
CoreAdminRequest.RequestSyncShard() |
Modifier and Type | Method and Description |
---|---|
String |
getCollection() |
SolrParams |
getParams() |
String |
getShard() |
void |
setCollection(String collection) |
void |
setShard(String shard) |
createCore, createCore, createCore, getContentStreams, getStatus, mergeIndexes, persist, process, reloadCore, renameCore, setAction, setCoreName, setIndexInfoNeeded, setOtherCoreName, unloadCore, unloadCore
getMethod, getPath, getResponseParser, getStreamingResponseCallback, setMethod, setPath, setResponseParser, setStreamingResponseCallback
public SolrParams getParams()
getParams
in class CoreAdminRequest
public String getShard()
public void setShard(String shard)
public String getCollection()
public void setCollection(String collection)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.