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 split index command encapsulated in an object.

Since:
solr 1.4

Field Summary
 List<SolrCore> cores
           
 List<String> paths
           
 List<DocRouter.Range> ranges
           
 String routeFieldName
           
 DocRouter router
           
 String splitKey
           
 
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, DocRouter router, String routeFieldName, String splitKey)
           
 
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

router

public DocRouter router

routeFieldName

public String routeFieldName

splitKey

public String splitKey
Constructor Detail

SplitIndexCommand

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

name

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

toString

public String toString()
Overrides:
toString in class UpdateCommand


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