|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteUpdateCommand | |
---|---|
org.apache.solr.update | |
org.apache.solr.update.processor |
Uses of DeleteUpdateCommand in org.apache.solr.update |
---|
Methods in org.apache.solr.update with parameters of type DeleteUpdateCommand | |
---|---|
abstract void |
UpdateHandler.delete(DeleteUpdateCommand cmd)
|
void |
DirectUpdateHandler2.delete(DeleteUpdateCommand cmd)
|
void |
DirectUpdateHandler.delete(DeleteUpdateCommand cmd)
Deprecated. Direct update handler - pseudo code *********** def add(doc, id, allowDups, overwritePending, overwriteCommitted): if not overwritePending and not overwriteCommitted: #special case... |
abstract void |
UpdateHandler.deleteByQuery(DeleteUpdateCommand cmd)
|
void |
DirectUpdateHandler2.deleteByQuery(DeleteUpdateCommand cmd)
|
void |
DirectUpdateHandler.deleteByQuery(DeleteUpdateCommand cmd)
Deprecated. |
Uses of DeleteUpdateCommand in org.apache.solr.update.processor |
---|
Methods in org.apache.solr.update.processor with parameters of type DeleteUpdateCommand | |
---|---|
void |
UpdateRequestProcessor.processDelete(DeleteUpdateCommand cmd)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |