OpenSearch/docs/painless
Ryan Ernst 478f6d6cf1
Scripting: Conditionally use java time api in scripting (#31441)
This commit adds a boolean system property, `es.scripting.use_java_time`,
which controls the concrete return type used by doc values within
scripts. The return type of accessing doc values for a date field is
changed to Object, essentially duck typing the type to allow
co-existence during the transition from joda time to java time.
2018-08-01 08:58:49 -07:00
..
painless-api-reference Fix some links in Painless method reference 2017-08-17 10:50:38 -04:00
painless-contexts Painless: Fix documentation links to use existing refs (#32335) 2018-07-25 10:59:25 -07:00
index.asciidoc Painless: Add Context Docs (#31190) 2018-07-02 14:44:36 -07:00
painless-api-reference.asciidoc Painless Spec Documentation Clean Up (#29441) 2018-04-17 12:16:08 -07:00
painless-casting.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-comments.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-contexts.asciidoc Painless: Fix documentation links to use existing refs (#32335) 2018-07-25 10:59:25 -07:00
painless-debugging.asciidoc Change ScriptException status to 400 (bad request) (#30861) 2018-05-30 14:00:07 +02:00
painless-description.asciidoc Painless Spec Documentation Clean Up (#29441) 2018-04-17 12:16:08 -07:00
painless-execute-script.asciidoc Add more contexts to painless execute api (#30511) 2018-07-18 12:42:07 +02:00
painless-functions.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-getting-started.asciidoc Scripting: Conditionally use java time api in scripting (#31441) 2018-08-01 08:58:49 -07:00
painless-identifiers.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-keywords.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-lambdas.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-lang-spec.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-literals.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-operators-array.asciidoc Painless: Add Context Docs (#31190) 2018-07-02 14:44:36 -07:00
painless-operators-boolean.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-operators-general.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-operators-numeric.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-operators-reference.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-operators.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-regexes.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-scripts.asciidoc Painless: Add Context Docs (#31190) 2018-07-02 14:44:36 -07:00
painless-statements.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-types.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-variables.asciidoc Painless: Restructure/Clean Up of Spec Documentation (#31013) 2018-06-07 17:11:56 -07:00
painless-xref.asciidoc [DOCS] Setting up separate Painless book. 2017-05-16 12:46:56 -07:00