Package org.elasticsearch.test
Class FailingFieldPlugin
java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.test.FailingFieldPlugin
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ScriptPlugin
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.plugins.Plugin
Plugin.PluginServices
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScriptEngine
(Settings settings, Collection<ScriptContext<?>> contexts) Methods inherited from class org.elasticsearch.plugins.Plugin
additionalSettings, close, createComponents, getAdditionalIndexSettingProviders, getBootstrapChecks, getCustomMetadataUpgraders, getExecutorBuilders, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getSettings, getSettingsFilter, onIndexModule
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.plugins.ScriptPlugin
getContexts
-
Constructor Details
-
FailingFieldPlugin
public FailingFieldPlugin()
-
-
Method Details
-
getScriptEngine
- Specified by:
getScriptEngine
in interfaceScriptPlugin
-