| パッケージ | 説明 |
|---|---|
| org.elasticsearch.action.index |
Index action.
|
| org.elasticsearch.action.indexedscripts.put |
Index action.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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)
指定した名前を持つこの型の列挙型定数を返します。
|
static IndexRequest.OpType[] |
IndexRequest.OpType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexRequest.OpType |
PutIndexedScriptRequest.opType()
The type of operation to perform.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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–2016. All rights reserved.