mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-04-07 15:59:51 +00:00
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