Package | Description |
---|---|
org.elasticsearch.action.index |
Index action.
|
org.elasticsearch.action.indexedscripts.put |
Index action.
|
Modifier and Type | Method and Description |
---|---|
static IndexRequest.OpType |
IndexRequest.OpType.fromId(byte id)
Constructs the operation type from its internal representation.
|
static IndexRequest.OpType |
IndexRequest.OpType.fromString(String sOpType) |
IndexRequest.OpType |
IndexRequest.opType()
The type of operation to perform.
|
static IndexRequest.OpType |
IndexRequest.OpType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexRequest.OpType[] |
IndexRequest.OpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IndexRequest |
IndexRequest.opType(IndexRequest.OpType opType)
Sets the type of operation to perform.
|
IndexRequestBuilder |
IndexRequestBuilder.setOpType(IndexRequest.OpType opType)
Sets the type of operation to perform.
|
Modifier and Type | Method and Description |
---|---|
IndexRequest.OpType |
PutIndexedScriptRequest.opType()
The type of operation to perform.
|
Modifier and Type | Method and Description |
---|---|
PutIndexedScriptRequest |
PutIndexedScriptRequest.opType(IndexRequest.OpType opType)
Sets the type of operation to perform.
|
PutIndexedScriptRequestBuilder |
PutIndexedScriptRequestBuilder.setOpType(IndexRequest.OpType opType)
Sets the type of operation to perform.
|
Copyright © 2009–2015. All rights reserved.