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

Packages that use AddUpdateCommand
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 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)
           
 void SolrCmdDistributor.distribAdd(AddUpdateCommand cmd, List<SolrCmdDistributor.Node> nodes, ModifiableSolrParams params, boolean synchronous)
           
 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
static boolean DistributedUpdateProcessor.isAtomicUpdate(AddUpdateCommand cmd)
          Utility method that examines the SolrInputDocument in an AddUpdateCommand and returns true if the documents contains atomic update instructions.
 void RegexpBoostProcessor.processAdd(AddUpdateCommand command)
           
 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)
           
 void RegexpBoostProcessor.processBoost(AddUpdateCommand command)
           
 



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