Package | Description |
---|---|
org.apache.solr.handler | |
org.apache.solr.update | |
org.apache.solr.update.processor |
Modifier and Type | Field and Description |
---|---|
(package private) AddUpdateCommand |
CSVLoader.templateAdd |
Modifier and Type | Method and Description |
---|---|
private AddUpdateCommand |
BinaryUpdateRequestHandler.getAddCommand(SolrParams params) |
(package private) AddUpdateCommand |
JsonLoader.parseAdd() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
CSVLoader.doAdd(int line,
java.lang.String[] vals,
SolrInputDocument doc,
AddUpdateCommand template)
this must be MT safe...
|
Modifier and Type | Method and Description |
---|---|
protected int |
DirectUpdateHandler.addConditionally(AddUpdateCommand cmd)
Deprecated.
|
abstract int |
UpdateHandler.addDoc(AddUpdateCommand cmd) |
int |
DirectUpdateHandler.addDoc(AddUpdateCommand cmd)
Deprecated.
|
int |
DirectUpdateHandler2.addDoc(AddUpdateCommand cmd) |
protected int |
DirectUpdateHandler.addNoOverwriteNoDups(AddUpdateCommand cmd)
Deprecated.
|
protected int |
DirectUpdateHandler.allowDups(AddUpdateCommand cmd)
Deprecated.
|
protected int |
DirectUpdateHandler.overwriteBoth(AddUpdateCommand cmd)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
URLClassifyProcessor.processAdd(AddUpdateCommand command) |
void |
RunUpdateProcessor.processAdd(AddUpdateCommand cmd) |
void |
SignatureUpdateProcessorFactory.SignatureUpdateProcessor.processAdd(AddUpdateCommand cmd) |
void |
UpdateRequestProcessor.processAdd(AddUpdateCommand cmd) |
void |
UniqFieldsUpdateProcessorFactory.UniqFieldsUpdateProcessor.processAdd(AddUpdateCommand cmd) |
void |
LogUpdateProcessor.processAdd(AddUpdateCommand cmd) |