You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split Pages: Painless has a large feature set, so it needs to be split into multiple pages.
New Examples: Painless documentation needs new examples.
Updated Examples: Update the script examples used by other pieces of Elasticsearch to use Painless instead. (elastic/x-plugins/pull/2327) (elastic/x-plugins/pull/2449) (elastic/x-plugins/pull/2571)
Ongoing:
(painless: optimize/simplify dynamic field and method access #18151) (Switch painless dynamic calls to invokedynamic, remove perf hack/cheat #18201) (Array load/store and length with invokedynamic #18232) (Use better typing for dynamic method calls #18234) (Remove boxing when loading and storing values in "def" fields/arrays, remove boxing onsimple method calls of "def" methods #18359) (Fix Bug in Painless Assignment #18379) (Made def variable casting consistent with invokedynamic rules #18425) (Remove casts and boxing for dynamic math #18849) (improve unary operators and cleanup tests #18867) (fix bugs in operators and more improvements for the dynamic case #18899) (Fix explicit casts and improve tests. #18958)
Documentation:
Tasks: