OpenSearch/docs/painless
Christoph Büscher 6f3b3338ba
[Docs] Clarify accessing Date methods in painless (#33560)
The documentation currently tells users to use `doc['event_date'].value.getMillis` to access
milliseconds in a date. It turns out the way it works is `doc['event_date'].value.millis`. This 
change corrects this and gives a hint at how other date related methods work.
2018-09-19 10:34:53 +02: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 [Docs] Clarify accessing Date methods in painless (#33560) 2018-09-19 10:34:53 +02: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