Package org.elasticsearch.index
Class MockEngineFactoryPlugin
java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.index.MockEngineFactoryPlugin
- All Implemented Interfaces:
Closeable,AutoCloseable,EnginePlugin
A plugin to use
MockEngineFactory.
Subclasses may override the reader wrapper used.-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.plugins.Plugin
Plugin.PluginServices -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEngineFactory(IndexSettings indexSettings) protected Class<? extends org.apache.lucene.index.FilterDirectoryReader> Methods inherited from class org.elasticsearch.plugins.Plugin
additionalSettings, close, createComponents, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getProjectCustomMetadataUpgraders, 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.EnginePlugin
registerDirectoryMetrics
-
Constructor Details
-
MockEngineFactoryPlugin
public MockEngineFactoryPlugin()
-
-
Method Details
-
getSettings
- Overrides:
getSettingsin classPlugin
-
getEngineFactory
- Specified by:
getEngineFactoryin interfaceEnginePlugin
-
getReaderWrapperClass
-