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 1235304 2012-01-24 15:39:17Z janhoy $

Field Summary
 int commitWithin
           
 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

commitWithin

public int commitWithin
Constructor Detail

DeleteUpdateCommand

public DeleteUpdateCommand()
Method Detail

toString

public String toString()
Overrides:
toString in class UpdateCommand