| Package | Description |
|---|---|
| org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChains |
| Modifier and Type | Method and Description |
|---|---|
static DistributedUpdateProcessor.DistribPhase |
DistributedUpdateProcessor.DistribPhase.parseParam(String param) |
static DistributedUpdateProcessor.DistribPhase |
DistributedUpdateProcessor.DistribPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributedUpdateProcessor.DistribPhase[] |
DistributedUpdateProcessor.DistribPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TolerantUpdateProcessor(SolrQueryRequest req,
SolrQueryResponse rsp,
UpdateRequestProcessor next,
int maxErrors,
DistributedUpdateProcessor.DistribPhase distribPhase) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.