org.apache.solr.update
Class MergeIndexesCommand

java.lang.Object
  extended by org.apache.solr.update.UpdateCommand
      extended by org.apache.solr.update.MergeIndexesCommand

public class MergeIndexesCommand
extends UpdateCommand

A merge indexes command encapsulated in an object.

Since:
solr 1.4
Version:
$Id: MergeIndexesCommand.java 779423 2009-05-28 04:16:41Z shalin $

Field Summary
 Directory[] dirs
           
 
Fields inherited from class org.apache.solr.update.UpdateCommand
commandName
 
Constructor Summary
MergeIndexesCommand()
           
MergeIndexesCommand(Directory[] dirs)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dirs

public Directory[] dirs
Constructor Detail

MergeIndexesCommand

public MergeIndexesCommand()

MergeIndexesCommand

public MergeIndexesCommand(Directory[] dirs)
Method Detail

toString

public String toString()
Overrides:
toString in class UpdateCommand


Copyright © 2010 Apache Software Foundation. All Rights Reserved.