File tree 1 file changed +6
-4
lines changed
src/main/java/org/elasticsearch/script/javascript
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 25
25
import org .elasticsearch .common .component .AbstractComponent ;
26
26
import org .elasticsearch .common .inject .Inject ;
27
27
import org .elasticsearch .common .settings .Settings ;
28
- import org .elasticsearch .script .ExecutableScript ;
29
- import org .elasticsearch .script .ScoreAccessor ;
30
- import org .elasticsearch .script .ScriptEngineService ;
31
- import org .elasticsearch .script .SearchScript ;
28
+ import org .elasticsearch .script .*;
32
29
import org .elasticsearch .script .javascript .support .NativeList ;
33
30
import org .elasticsearch .script .javascript .support .NativeMap ;
34
31
import org .elasticsearch .script .javascript .support .ScriptValueConverter ;
@@ -72,6 +69,11 @@ public void close() {
72
69
73
70
}
74
71
72
+ @ Override
73
+ public void scriptRemoved (@ Nullable CompiledScript compiledScript ) {
74
+ // Nothing to do here
75
+ }
76
+
75
77
@ Override
76
78
public String [] types () {
77
79
return new String []{"js" , "javascript" };
You can’t perform that action at this time.
0 commit comments