Package | Description |
---|---|
org.elasticsearch.action.indexedscripts.delete |
Delete action.
|
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support | |
org.elasticsearch.script |
Modifier and Type | Method and Description |
---|---|
DeleteIndexedScriptRequest |
DeleteIndexedScriptRequest.id(String id)
Sets the id of the document to delete.
|
DeleteIndexedScriptRequest |
TransportDeleteIndexedScriptAction.newRequestInstance() |
DeleteIndexedScriptRequest |
DeleteIndexedScriptRequest.scriptLang(String type)
Sets the scriptLang of the document to delete.
|
DeleteIndexedScriptRequest |
DeleteIndexedScriptRequest.version(long version)
Sets the version, which will cause the delete operation to only be performed if a matching
version exists and no changes happened on the doc since then.
|
DeleteIndexedScriptRequest |
DeleteIndexedScriptRequest.versionType(VersionType versionType) |
Modifier and Type | Method and Description |
---|---|
protected void |
TransportDeleteIndexedScriptAction.doExecute(DeleteIndexedScriptRequest request,
ActionListener<DeleteIndexedScriptResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteIndexedScriptResponse> |
Client.deleteIndexedScript(DeleteIndexedScriptRequest request)
Delete an indexed script
|
void |
Client.deleteIndexedScript(DeleteIndexedScriptRequest request,
ActionListener<DeleteIndexedScriptResponse> listener)
delete an indexed script
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<DeleteIndexedScriptResponse> |
AbstractClient.deleteIndexedScript(DeleteIndexedScriptRequest request)
Delete an indexed script
|
void |
AbstractClient.deleteIndexedScript(DeleteIndexedScriptRequest request,
ActionListener<DeleteIndexedScriptResponse> listener)
delete an indexed script
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptService.deleteScriptFromIndex(DeleteIndexedScriptRequest request,
ActionListener<DeleteResponse> listener) |
Copyright © 2009–2015. All rights reserved.