Uses of Class
org.apache.solr.update.DeleteUpdateCommand
-
Packages that use DeleteUpdateCommand Package Description org.apache.solr.update APIs and classes for managing index updatesorg.apache.solr.update.processor UpdateRequestProcessorFactoryAPIs and implementations for use inUpdateRequestProcessorChains -
-
Uses of DeleteUpdateCommand in org.apache.solr.update
-
Uses of DeleteUpdateCommand in org.apache.solr.update.processor
Methods in org.apache.solr.update.processor with parameters of type DeleteUpdateCommand Modifier and Type Method Description protected voidDistributedUpdateProcessor. doDeleteById(DeleteUpdateCommand cmd)protected voidDistributedZkUpdateProcessor. doDeleteById(DeleteUpdateCommand cmd)protected voidDistributedUpdateProcessor. doDeleteByQuery(DeleteUpdateCommand cmd)for implementing classes to setup request data(nodes, replicas)protected voidDistributedUpdateProcessor. doDeleteByQuery(DeleteUpdateCommand cmd, List<SolrCmdDistributor.Node> replicas, DocCollection coll)should be called by implementing class after setting up replicasprotected voidDistributedZkUpdateProcessor. doDeleteByQuery(DeleteUpdateCommand cmd)protected voidDistributedUpdateProcessor. doDistribDeleteById(DeleteUpdateCommand cmd)This method can be overridden to tamper with the cmd after the localDeleteById operationprotected voidDistributedZkUpdateProcessor. doDistribDeleteById(DeleteUpdateCommand cmd)protected voidDistributedUpdateProcessor. doDistribDeleteByQuery(DeleteUpdateCommand cmd, List<SolrCmdDistributor.Node> replicas, DocCollection coll)This runs after versionDeleteByQuery is invoked, should be used to tamper or forward DeleteCommandprotected voidDistributedZkUpdateProcessor. doDistribDeleteByQuery(DeleteUpdateCommand cmd, List<SolrCmdDistributor.Node> replicas, DocCollection coll)voidDistributedUpdateProcessor. processDelete(DeleteUpdateCommand cmd)voidDistributedZkUpdateProcessor. processDelete(DeleteUpdateCommand cmd)voidDocBasedVersionConstraintsProcessor. processDelete(DeleteUpdateCommand cmd)voidRoutedAliasUpdateProcessor. processDelete(DeleteUpdateCommand cmd)voidTolerantUpdateProcessor. processDelete(DeleteUpdateCommand cmd)voidUpdateRequestProcessor. processDelete(DeleteUpdateCommand cmd)protected booleanCdcrUpdateProcessor. versionDelete(DeleteUpdateCommand cmd)Deprecated.protected booleanDistributedUpdateProcessor. versionDelete(DeleteUpdateCommand cmd)protected voidCdcrUpdateProcessor. versionDeleteByQuery(DeleteUpdateCommand cmd)Deprecated.protected voidDistributedUpdateProcessor. versionDeleteByQuery(DeleteUpdateCommand cmd)
-