Class EsqlCorePlugin
java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.xpack.esql.core.plugin.EsqlCorePlugin
- All Implemented Interfaces:
Closeable,AutoCloseable,ExtensiblePlugin
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.plugins.Plugin
Plugin.PluginServicesNested classes/interfaces inherited from interface org.elasticsearch.plugins.ExtensiblePlugin
ExtensiblePlugin.ExtensionLoader -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.plugins.Plugin
additionalSettings, close, createComponents, getAdditionalIndexSettingProviders, getBootstrapChecks, getCustomMetadataUpgraders, getExecutorBuilders, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getSettings, getSettingsFilter, onIndexModuleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.plugins.ExtensiblePlugin
loadExtensions
-
Field Details
-
SEMANTIC_TEXT_FEATURE_FLAG
-
AGGREGATE_METRIC_DOUBLE_FEATURE_FLAG
-
-
Constructor Details
-
EsqlCorePlugin
public EsqlCorePlugin()
-