Uses of Interface
org.elasticsearch.script.TemplateScript.Factory
-
Packages that use TemplateScript.Factory Package Description org.elasticsearch.ingest org.elasticsearch.script -
-
Uses of TemplateScript.Factory in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest that return TemplateScript.Factory Modifier and Type Method Description static TemplateScript.FactoryConfigurationUtils. compileTemplate(String processorType, String processorTag, String propertyName, String propertyValue, ScriptService scriptService)Methods in org.elasticsearch.ingest with parameters of type TemplateScript.Factory Modifier and Type Method Description voidIngestDocument. appendFieldValue(TemplateScript.Factory fieldPathTemplate, ValueSource valueSource)Appends the provided value to the provided path in the document.<T> TIngestDocument. getFieldValue(TemplateScript.Factory pathTemplate, Class<T> clazz)Returns the value contained in the document with the provided templated pathbooleanIngestDocument. hasField(TemplateScript.Factory fieldPathTemplate)Checks whether the document contains a value for the provided templated pathvoidIngestDocument. removeField(TemplateScript.Factory fieldPathTemplate)Removes the field identified by the provided path.StringIngestDocument. renderTemplate(TemplateScript.Factory template)voidIngestDocument. setFieldValue(TemplateScript.Factory fieldPathTemplate, ValueSource valueSource)Sets the provided value to the provided path in the document. -
Uses of TemplateScript.Factory in org.elasticsearch.script
Fields in org.elasticsearch.script with type parameters of type TemplateScript.Factory Modifier and Type Field Description static ScriptContext<TemplateScript.Factory>TemplateScript. CONTEXT
-