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

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

Uses of AddUpdateCommand in org.apache.solr.update
 

Methods in org.apache.solr.update with parameters of type AddUpdateCommand
protected  int DirectUpdateHandler.addConditionally(AddUpdateCommand cmd)
          Deprecated.  
 int DirectUpdateHandler2.addDoc(AddUpdateCommand cmd)
           
 int DirectUpdateHandler.addDoc(AddUpdateCommand cmd)
          Deprecated.  
abstract  int UpdateHandler.addDoc(AddUpdateCommand cmd)
           
protected  int DirectUpdateHandler.addNoOverwriteNoDups(AddUpdateCommand cmd)
          Deprecated.  
protected  int DirectUpdateHandler.allowDups(AddUpdateCommand cmd)
          Deprecated.  
protected  int DirectUpdateHandler.overwriteBoth(AddUpdateCommand cmd)
          Deprecated.  
 

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

Methods in org.apache.solr.update.processor with parameters of type AddUpdateCommand
 void UpdateRequestProcessor.processAdd(AddUpdateCommand cmd)
           
 void UniqFieldsUpdateProcessorFactory.UniqFieldsUpdateProcessor.processAdd(AddUpdateCommand cmd)
           
 



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