Uses of Class
org.apache.solr.update.DeleteUpdateCommand

Packages that use DeleteUpdateCommand
org.apache.solr.update   
org.apache.solr.update.processor   
 

Uses of DeleteUpdateCommand in org.apache.solr.update
 

Methods in org.apache.solr.update with parameters of type DeleteUpdateCommand
abstract  void UpdateHandler.delete(DeleteUpdateCommand cmd)
           
 void UpdateLog.delete(DeleteUpdateCommand cmd)
           
 void DirectUpdateHandler2.delete(DeleteUpdateCommand cmd)
           
abstract  void UpdateHandler.deleteByQuery(DeleteUpdateCommand cmd)
           
 void UpdateLog.deleteByQuery(DeleteUpdateCommand cmd)
           
 void DirectUpdateHandler2.deleteByQuery(DeleteUpdateCommand cmd)
           
 void SolrCmdDistributor.distribDelete(DeleteUpdateCommand cmd, List<SolrCmdDistributor.Node> urls, ModifiableSolrParams params)
           
 long TransactionLog.writeDelete(DeleteUpdateCommand cmd, int flags)
           
 long TransactionLog.writeDeleteByQuery(DeleteUpdateCommand cmd, int flags)
           
 

Uses of DeleteUpdateCommand in org.apache.solr.update.processor
 

Methods in org.apache.solr.update.processor with parameters of type DeleteUpdateCommand
 void DistributedUpdateProcessor.doDeleteByQuery(DeleteUpdateCommand cmd)
           
 void UpdateRequestProcessor.processDelete(DeleteUpdateCommand cmd)
           
 void DistributedUpdateProcessor.processDelete(DeleteUpdateCommand cmd)
           
 



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