|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractUpdateRequest.ACTION | |
---|---|
org.apache.solr.client.solrj.request |
Uses of AbstractUpdateRequest.ACTION in org.apache.solr.client.solrj.request |
---|
Methods in org.apache.solr.client.solrj.request that return AbstractUpdateRequest.ACTION | |
---|---|
AbstractUpdateRequest.ACTION |
AbstractUpdateRequest.getAction()
|
static AbstractUpdateRequest.ACTION |
AbstractUpdateRequest.ACTION.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AbstractUpdateRequest.ACTION[] |
AbstractUpdateRequest.ACTION.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.solr.client.solrj.request with parameters of type AbstractUpdateRequest.ACTION | |
---|---|
AbstractUpdateRequest |
AbstractUpdateRequest.setAction(AbstractUpdateRequest.ACTION action,
boolean waitFlush,
boolean waitSearcher)
Sets appropriate parameters for the given ACTION |
AbstractUpdateRequest |
AbstractUpdateRequest.setAction(AbstractUpdateRequest.ACTION action,
boolean waitFlush,
boolean waitSearcher,
int maxSegments)
|
AbstractUpdateRequest |
AbstractUpdateRequest.setAction(AbstractUpdateRequest.ACTION action,
boolean waitFlush,
boolean waitSearcher,
int maxSegments,
boolean expungeDeletes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |