mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 21:38:15 +00:00
add py as lang
This commit is contained in:
parent
ae05ce0551
commit
eb44910047
@ -47,7 +47,7 @@ public class PythonScriptEngineService extends AbstractComponent implements Scri
|
||||
}
|
||||
|
||||
@Override public String[] types() {
|
||||
return new String[]{"python"};
|
||||
return new String[]{"python", "py"};
|
||||
}
|
||||
|
||||
@Override public String[] extensions() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user