| 修飾子とタイプ | メソッドと説明 |
|---|---|
ScriptService.ScriptType |
SearchRequest.templateType()
非推奨です。
use
SearchRequest.template() instead. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SearchRequestBuilder |
SearchRequestBuilder.setTemplateType(ScriptService.ScriptType templateType)
非推奨です。
Use
SearchRequestBuilder.setTemplate(Template) instead. |
void |
SearchRequest.templateType(ScriptService.ScriptType templateType)
非推奨です。
use
SearchRequest.template(Template) instead. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ScriptService.ScriptType |
UpdateRequest.scriptType()
非推奨です。
Use
UpdateRequest.script() instead |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
UpdateRequest |
UpdateRequest.script(String script,
ScriptService.ScriptType scriptType)
非推奨です。
Use
UpdateRequest.script(Script) instead |
UpdateRequest |
UpdateRequest.script(String script,
ScriptService.ScriptType scriptType,
Map<String,Object> scriptParams)
非推奨です。
Use
UpdateRequest.script(Script) instead |
UpdateRequest |
UpdateRequest.script(String script,
String scriptLang,
ScriptService.ScriptType scriptType,
Map<String,Object> scriptParams)
非推奨です。
Use
UpdateRequest.script(Script) instead |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DocumentMapper.Builder |
DocumentMapper.Builder.transform(ScriptService scriptService,
String script,
ScriptService.ScriptType scriptType,
String language,
Map<String,Object> parameters)
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static TemplateQueryBuilder |
QueryBuilders.templateQuery(String template,
ScriptService.ScriptType templateType,
Map<String,Object> vars)
Facilitates creating template query requests
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Template |
TemplateQueryParser.parse(XContentParser parser,
Map<String,ScriptService.ScriptType> parameterMap,
ParseFieldMatcher parseFieldMatcher) |
| コンストラクタと説明 |
|---|
TemplateQueryBuilder(String template,
ScriptService.ScriptType templateType,
Map<String,Object> vars)
非推奨です。
Use
TemplateQueryBuilder.TemplateQueryBuilder(Template) instead. |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static ScriptService.ScriptType |
Script.DEFAULT_TYPE |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ScriptService.ScriptType |
Script.getType()
Method for getting the type.
|
static ScriptService.ScriptType |
ScriptService.ScriptType.readFrom(StreamInput in) |
ScriptService.ScriptType |
ScriptParameterParser.ScriptParameterValue.scriptType() |
ScriptService.ScriptType |
CompiledScript.type()
Method to get the type of language.
|
static ScriptService.ScriptType |
ScriptService.ScriptType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ScriptService.ScriptType[] |
ScriptService.ScriptType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Map<String,ScriptService.ScriptType> |
AbstractScriptParser.getAdditionalScriptParameters()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected abstract S |
AbstractScriptParser.createScript(String script,
ScriptService.ScriptType type,
String lang,
Map<String,Object> params) |
org.elasticsearch.script.ScriptMode |
ScriptModes.getScriptMode(String lang,
ScriptService.ScriptType scriptType,
ScriptContext scriptContext)
Returns the script mode for a script of a certain written in a certain language,
of a certain type and executing as part of a specific operation/api.
|
protected XContentBuilder |
Template.scriptFieldToXContent(String template,
ScriptService.ScriptType type,
XContentBuilder builder,
ToXContent.Params builderParams) |
protected XContentBuilder |
Script.scriptFieldToXContent(String script,
ScriptService.ScriptType type,
XContentBuilder builder,
ToXContent.Params builderParams) |
static void |
ScriptService.ScriptType.writeTo(ScriptService.ScriptType scriptType,
StreamOutput out) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Template |
Template.parse(XContentParser parser,
Map<String,ScriptService.ScriptType> additionalTemplateFieldNames,
ParseFieldMatcher parseFieldMatcher)
非推奨です。
|
static Template |
Template.parse(XContentParser parser,
Map<String,ScriptService.ScriptType> additionalTemplateFieldNames,
String defaultLang,
ParseFieldMatcher parseFieldMatcher)
非推奨です。
|
| コンストラクタと説明 |
|---|
CompiledScript(ScriptService.ScriptType type,
String name,
String lang,
Object compiled)
Constructor for CompiledScript.
|
Script(String script,
ScriptService.ScriptType type,
String lang,
Map<String,? extends Object> params)
Constructor for Script.
|
ScriptParameterValue(String script,
ScriptService.ScriptType scriptType) |
Template(String template,
ScriptService.ScriptType type,
String lang,
XContentType xContentType,
Map<String,Object> params)
Constructor for Template.
|
Copyright © 2009–2016. All rights reserved.