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

Packages that use DeleteUpdateCommand
org.apache.solr.update APIs and classes for managing index updates 
org.apache.solr.update.processor UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain
 

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> nodes, ModifiableSolrParams params)
           
 void SolrCmdDistributor.distribDelete(DeleteUpdateCommand cmd, List<SolrCmdDistributor.Node> nodes, ModifiableSolrParams params, boolean sync)
           
 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-2014 Apache Software Foundation. All Rights Reserved.