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