org.apache.solr.update
Class DeleteUpdateCommand

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

public class DeleteUpdateCommand
extends UpdateCommand

Version:
$Id: DeleteUpdateCommand.java 1065312 2011-01-30 16:08:25Z rmuir $

Field Summary
 boolean fromCommitted
           
 boolean fromPending
           
 String id
           
 String query
           
 
Fields inherited from class org.apache.solr.update.UpdateCommand
commandName
 
Constructor Summary
DeleteUpdateCommand()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public String id

query

public String query

fromPending

public boolean fromPending

fromCommitted

public boolean fromCommitted
Constructor Detail

DeleteUpdateCommand

public DeleteUpdateCommand()
Method Detail

toString

public String toString()
Overrides:
toString in class UpdateCommand


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