|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 UpdateRequestProcessorChains |
| 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.syncAdd(AddUpdateCommand cmd,
SolrCmdDistributor.Node node,
ModifiableSolrParams params)
Synchronous (blocking) add to specified node. |
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 |
URLClassifyProcessor.processAdd(AddUpdateCommand command)
|
void |
UpdateRequestProcessor.processAdd(AddUpdateCommand cmd)
|
void |
AbstractDefaultValueUpdateProcessorFactory.DefaultValueUpdateProcessor.processAdd(AddUpdateCommand cmd)
|
void |
DistributedUpdateProcessor.processAdd(AddUpdateCommand cmd)
|
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 |
RegexpBoostProcessor.processBoost(AddUpdateCommand command)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||