OpenSearch/docs/painless
Ryan Ernst 3046656ab1
Scripting: Rework joda time backcompat (#33486)
This commit switches the joda time backcompat in scripting to use
augmentation over ZonedDateTime. The augmentation methods provide
compatibility with the missing methods between joda's DateTime and
java's ZonedDateTime. Due to getDayOfWeek returning an enum in the java
API, ZonedDateTime is wrapped so that the method can return int like the
joda time does. The java time api version is renamed to
getDayOfWeekEnum, which will be kept through 7.x for compatibility while
users switch back to getDayOfWeek once joda compatibility is removed.
2018-09-16 19:18:00 -07:00
..
painless-api-reference Fix some links in Painless method reference 2017-08-17 10:50:38 -04:00
painless-contexts Add conditional token filter to elasticsearch (#31958) 2018-09-05 14:52:43 +01: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: Add an Ingest Script Processor Example (#32302) 2018-08-09 14:24:55 -07:00
painless-debugging.asciidoc [Docs] Remove repeating words (#33087) 2018-08-28 13:16:43 +02:00
painless-description.asciidoc Painless Spec Documentation Clean Up (#29441) 2018-04-17 12:16:08 -07:00
painless-execute-script.asciidoc [DOCS] Fixed formatting of Example headings. (#33038) 2018-08-21 13:13:07 -07: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: Rework joda time backcompat (#33486) 2018-09-16 19:18:00 -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: Add an Ingest Script Processor Example (#32302) 2018-08-09 14:24:55 -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 [Docs] Remove repeating words (#33087) 2018-08-28 13:16:43 +02: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