| Package | Description |
|---|---|
| org.apache.solr.update |
APIs and classes for managing index updates
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddUpdateCommand |
class |
CommitUpdateCommand |
class |
DeleteUpdateCommand |
class |
MergeIndexesCommand
A merge indexes command encapsulated in an object.
|
class |
RollbackUpdateCommand |
class |
SplitIndexCommand
A split index command encapsulated in an object.
|
| Modifier and Type | Field and Description |
|---|---|
UpdateCommand |
SolrCmdDistributor.Req.cmd |
| Modifier and Type | Method and Description |
|---|---|
UpdateCommand |
UpdateCommand.clone() |
| Constructor and Description |
|---|
Req(UpdateCommand cmd,
SolrCmdDistributor.Node node,
UpdateRequest uReq,
boolean synchronous) |
Req(UpdateCommand cmd,
SolrCmdDistributor.Node node,
UpdateRequest uReq,
boolean synchronous,
DistributedUpdateProcessor.RequestReplicationTracker rfTracker,
int pollQueueTime) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.