File tree 2 files changed +3
-3
lines changed
src/main/java/org/elasticsearch/examples/nativescript/plugin
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<parent >
8
8
<groupId >org.elasticsearch.plugin</groupId >
9
- <artifactId >elasticsearch-plugin </artifactId >
9
+ <artifactId >plugins </artifactId >
10
10
<version >2.0.0-beta1-SNAPSHOT</version >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 26
26
import org .elasticsearch .examples .nativescript .script .stockaggs .InitScriptFactory ;
27
27
import org .elasticsearch .examples .nativescript .script .stockaggs .MapScriptFactory ;
28
28
import org .elasticsearch .examples .nativescript .script .stockaggs .ReduceScriptFactory ;
29
- import org .elasticsearch .plugins .AbstractPlugin ;
29
+ import org .elasticsearch .plugins .Plugin ;
30
30
import org .elasticsearch .script .ScriptModule ;
31
31
32
32
/**
33
33
* This class is instantiated when Elasticsearch loads the plugin for the
34
34
* first time. If you change the name of this plugin, make sure to update
35
35
* src/main/resources/es-plugin.properties file that points to this class.
36
36
*/
37
- public class NativeScriptExamplesPlugin extends AbstractPlugin {
37
+ public class NativeScriptExamplesPlugin extends Plugin {
38
38
39
39
/**
40
40
* The name of the plugin.
You can’t perform that action at this time.
0 commit comments