Scripting syntaxeditThe syntax for scripts has been made consistent across all APIs. The accepted format is as follows:script에 대한 문법은 모든 API에 대해 일관적으로 만들어졌다. 적절한 format은 아래와 같다.Inline/Dynamic scripts"script": { "inline": "doc['foo'].value + val", "lang": "groovy", "params": { "val": 3 } }실행할 inline script.script language option.매개변수.Indexed scripts"script": { "id": "my_script_id", "lang": "groov..