org.apache.solr.update
Class SplitIndexCommand

java.lang.Object
  extended by org.apache.solr.update.UpdateCommand
      extended by org.apache.solr.update.SplitIndexCommand
All Implemented Interfaces:
Cloneable

public class SplitIndexCommand
extends UpdateCommand

A merge indexes command encapsulated in an object.

Since:
solr 1.4

Field Summary
 List<SolrCore> cores
           
 List<String> paths
           
 List<DocRouter.Range> ranges
           
 
Fields inherited from class org.apache.solr.update.UpdateCommand
BUFFERING, CLEAR_CACHES, flags, IGNORE_AUTOCOMMIT, PEER_SYNC, REPLAY, req, version
 
Constructor Summary
SplitIndexCommand(SolrQueryRequest req, List<String> paths, List<SolrCore> cores, List<DocRouter.Range> ranges)
           
 
Method Summary
 String name()
           
 String toString()
           
 
Methods inherited from class org.apache.solr.update.UpdateCommand
clone, getFlags, getReq, getVersion, setFlags, setReq, setVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

paths

public List<String> paths

cores

public List<SolrCore> cores

ranges

public List<DocRouter.Range> ranges
Constructor Detail

SplitIndexCommand

public SplitIndexCommand(SolrQueryRequest req,
                         List<String> paths,
                         List<SolrCore> cores,
                         List<DocRouter.Range> ranges)
Method Detail

name

public String name()
Specified by:
name in class UpdateCommand

toString

public String toString()
Overrides:
toString in class UpdateCommand


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.