Package | Description |
---|---|
org.elasticsearch.plugins |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlugin
A base class for a plugin.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Tuple<PluginInfo,Plugin>> |
PluginsService.plugins() |
Modifier and Type | Method and Description |
---|---|
static boolean |
PluginsService.checkLuceneCompatibility(Class<? extends Plugin> pluginClass,
Settings settings,
ESLogger logger,
String propertiesFile)
Check that a plugin is Lucene compatible with the current running node using `lucene` property
in `es-plugin.properties` file.
|
Copyright © 2009–2015. All rights reserved.