| Package | Description |
|---|---|
| org.apache.solr.client.solrj.request |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRequest.ACTION |
UpdateRequest.ACTION.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static UpdateRequest.ACTION[] |
UpdateRequest.ACTION.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRequest |
UpdateRequest.setAction(UpdateRequest.ACTION action,
boolean waitFlush,
boolean waitSearcher)
Deprecated.
Use
AbstractUpdateRequest.ACTION instead |
UpdateRequest |
UpdateRequest.setAction(UpdateRequest.ACTION action,
boolean waitFlush,
boolean waitSearcher,
int maxSegments)
Deprecated.
Use
AbstractUpdateRequest.ACTION instead |
UpdateRequest |
UpdateRequest.setAction(UpdateRequest.ACTION action,
boolean waitFlush,
boolean waitSearcher,
int maxSegments,
boolean expungeDeletes)
Deprecated.
Use
AbstractUpdateRequest.ACTION instead |