Hi,
I use painless scripts for upserts and some calculations on the merged documents (score...).
I currently use one large script (with functions) stored in ES, which is referenced when ingesting documents.
Is it possible to split a script into multiple scripts, and from one call functions of the other?
tx,
jmau