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

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

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

Methods in org.apache.solr.uima.processor with parameters of type AddUpdateCommand
 void UIMAUpdateRequestProcessor.processAdd(AddUpdateCommand cmd)
           
 

Uses of AddUpdateCommand in org.apache.solr.update
 

Methods in org.apache.solr.update with parameters of type AddUpdateCommand
 void UpdateLog.add(AddUpdateCommand cmd)
           
 void UpdateLog.add(AddUpdateCommand cmd, boolean clearCaches)
           
abstract  int UpdateHandler.addDoc(AddUpdateCommand cmd)
           
 int DirectUpdateHandler2.addDoc(AddUpdateCommand cmd)
           
 void SolrCmdDistributor.distribAdd(AddUpdateCommand cmd, List<SolrCmdDistributor.Node> nodes, ModifiableSolrParams params)
           
 long TransactionLog.write(AddUpdateCommand cmd, int flags)
           
 

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

Methods in org.apache.solr.update.processor with parameters of type AddUpdateCommand
 void LanguageIdentifierUpdateProcessor.processAdd(AddUpdateCommand cmd)
           
 void UniqFieldsUpdateProcessorFactory.UniqFieldsUpdateProcessor.processAdd(AddUpdateCommand cmd)
           
 void FieldMutatingUpdateProcessor.processAdd(AddUpdateCommand cmd)
          Calls mutate on any fields identified by the selector before forwarding the command down the chain.
 void AbstractDefaultValueUpdateProcessorFactory.DefaultValueUpdateProcessor.processAdd(AddUpdateCommand cmd)
           
 void UpdateRequestProcessor.processAdd(AddUpdateCommand cmd)
           
 void URLClassifyProcessor.processAdd(AddUpdateCommand command)
           
 void DistributedUpdateProcessor.processAdd(AddUpdateCommand cmd)
           
 



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