public class SplitIndexCommand extends UpdateCommand
| Modifier and Type | Field and Description | 
|---|---|
List<SolrCore> | 
cores  | 
List<String> | 
paths  | 
List<DocRouter.Range> | 
ranges  | 
String | 
routeFieldName  | 
DocRouter | 
router  | 
String | 
splitKey  | 
BUFFERING, CLEAR_CACHES, flags, IGNORE_AUTOCOMMIT, PEER_SYNC, REPLAY, req, route, version| Constructor and Description | 
|---|
SplitIndexCommand(SolrQueryRequest req,
                 List<String> paths,
                 List<SolrCore> cores,
                 List<DocRouter.Range> ranges,
                 DocRouter router,
                 String routeFieldName,
                 String splitKey)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
name()  | 
String | 
toString()  | 
clone, getFlags, getReq, getRoute, getVersion, setFlags, setReq, setRoute, setVersionpublic List<DocRouter.Range> ranges
public DocRouter router
public String routeFieldName
public String splitKey
public SplitIndexCommand(SolrQueryRequest req, List<String> paths, List<SolrCore> cores, List<DocRouter.Range> ranges, DocRouter router, String routeFieldName, String splitKey)
public String name()
name in class UpdateCommandpublic String toString()
toString in class UpdateCommandCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.