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, setVersion
public 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 UpdateCommand
public String toString()
toString
in class UpdateCommand
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.