public class TestTemplateService
extends java.lang.Object
implements org.elasticsearch.ingest.TemplateService
Modifier and Type | Class and Description |
---|---|
static class |
TestTemplateService.MockTemplate |
Modifier and Type | Method and Description |
---|---|
org.elasticsearch.ingest.TemplateService.Template |
compile(java.lang.String template) |
static org.elasticsearch.ingest.TemplateService |
instance() |
static org.elasticsearch.ingest.TemplateService |
instance(boolean compilationException) |
public static org.elasticsearch.ingest.TemplateService instance()
public static org.elasticsearch.ingest.TemplateService instance(boolean compilationException)
public org.elasticsearch.ingest.TemplateService.Template compile(java.lang.String template)
compile
in interface org.elasticsearch.ingest.TemplateService