Package | Description |
---|---|
org.apache.solr.update |
APIs and classes for managing index updates
|
org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain s |
Modifier and Type | Method and Description |
---|---|
void |
UpdateLog.delete(DeleteUpdateCommand cmd) |
abstract void |
UpdateHandler.delete(DeleteUpdateCommand cmd) |
void |
DirectUpdateHandler2.delete(DeleteUpdateCommand cmd) |
void |
UpdateLog.deleteByQuery(DeleteUpdateCommand cmd) |
abstract void |
UpdateHandler.deleteByQuery(DeleteUpdateCommand cmd) |
void |
DirectUpdateHandler2.deleteByQuery(DeleteUpdateCommand cmd) |
void |
SolrCmdDistributor.distribDelete(DeleteUpdateCommand cmd,
List<SolrCmdDistributor.Node> nodes,
ModifiableSolrParams params) |
void |
SolrCmdDistributor.distribDelete(DeleteUpdateCommand cmd,
List<SolrCmdDistributor.Node> nodes,
ModifiableSolrParams params,
boolean sync) |
long |
TransactionLog.writeDelete(DeleteUpdateCommand cmd,
int flags) |
long |
TransactionLog.writeDeleteByQuery(DeleteUpdateCommand cmd,
int flags) |
Modifier and Type | Method and Description |
---|---|
void |
DistributedUpdateProcessor.doDeleteByQuery(DeleteUpdateCommand cmd) |
void |
UpdateRequestProcessor.processDelete(DeleteUpdateCommand cmd) |
void |
DistributedUpdateProcessor.processDelete(DeleteUpdateCommand cmd) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.