OpenSearch/docs/reference/modules/scripting
Nik Everett a2ed676862 Docs: Explain painless's method dispatch (#23021)
Painless uses Ruby-like method dispatch (reciever type, method name,
and arity) rather than Java-like (reciever type, method name, and
argument compile time types) or Groovy-like method dispatch (receiver
type, method name, and argument run time types). We do this for
mostly good reasons but we never documented it.

Relates to #22720
2017-02-07 12:09:22 -05:00
..
advanced-scripting.asciidoc Reorganise scripting docs (#18132) 2016-05-04 18:17:10 +02:00
expression.asciidoc improve date api for expressions/painless fields 2016-05-31 09:32:33 -04:00
fields.asciidoc Remove groovy scripting language (#21607) 2016-11-22 19:24:12 -08:00
native.asciidoc Docs fix native script usage in 5.x (#22362) 2016-12-29 09:41:26 -08:00
painless-debugging.asciidoc Generate reference links for painless API (#22775) 2017-01-26 10:39:19 -05:00
painless-syntax.asciidoc Update painless-syntax.asciidoc 2016-12-19 10:09:24 +01:00
painless.asciidoc Docs: Explain painless's method dispatch (#23021) 2017-02-07 12:09:22 -05:00
security.asciidoc Descriptions for scripting enabled (#22388) 2016-12-30 12:50:17 -05:00
using.asciidoc Change Namespace for Stored Script to Only Use Id (#22206) 2017-01-31 13:27:02 -08:00