Uses of Class
org.apache.solr.update.UpdateCommand
Packages that use UpdateCommand
Package
Description
APIs and classes for managing index updates
UpdateRequestProcessorFactory APIs and implementations
for use in UpdateRequestProcessorChains-
Uses of UpdateCommand in org.apache.solr.update
Subclasses of UpdateCommand in org.apache.solr.updateModifier and TypeClassDescriptionclassAnUpdateCommandfor adding or updating one document.classA commit index command encapsulated in an object.classclassA merge indexes command encapsulated in an object.classclassA split index command encapsulated in an object.Fields in org.apache.solr.update declared as UpdateCommandMethods in org.apache.solr.update that return UpdateCommandConstructors in org.apache.solr.update with parameters of type UpdateCommandModifierConstructorDescriptionReq(UpdateCommand cmd, SolrCmdDistributor.Node node, org.apache.solr.client.solrj.request.UpdateRequest uReq, boolean synchronous) Req(UpdateCommand cmd, SolrCmdDistributor.Node node, org.apache.solr.client.solrj.request.UpdateRequest uReq, boolean synchronous, DistributedUpdateProcessor.RollupRequestReplicationTracker rollupTracker, DistributedUpdateProcessor.LeaderRequestReplicationTracker leaderTracker) -
Uses of UpdateCommand in org.apache.solr.update.processor
Methods in org.apache.solr.update.processor with parameters of type UpdateCommandModifier and TypeMethodDescriptionprotected List<SolrCmdDistributor.Node> DistributedZkUpdateProcessor.setupRequest(String id, org.apache.solr.common.SolrInputDocument doc, String route, UpdateCommand updateCommand)