elasticsearch/docs/painless/painless-api-reference
Jack Conradson 086ba1aefb
Remove JodaCompatibleZonedDateTime (#78417)
This change removes JodaCompatibleZonedDateTime and replaces it with ZonedDateTime for use in 
scripting.

Breaking changes:
* JodaCompatibleDateTime no longer exists and cannot be cast to in Painless. Use ZonedDateTime 
instead.
* The dayOfWeek method on ZonedDateTime returns the DayOfWeek enum instead of an int from 
JodaCompatibleDateTime. dayOfWeekEnum still exists on ZonedDateTime as an augmentation to 
support the transition to ZonedDateTime, but is now deprecated in favor of dayOfWeek on 
ZonedDateTime.
2021-09-29 13:01:40 -07:00
..
painless-api-reference-aggregation-selector Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-aggs Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-aggs-combine Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-aggs-init Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-aggs-map Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-aggs-reduce Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-analysis Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-bucket-aggregation Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-field Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-filter Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-ingest Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-interval Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-moving-function Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-number-sort Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-painless-test Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-processor-conditional Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-score Remove JodaCompatibleZonedDateTime (#78417) 2021-09-29 13:01:40 -07:00
painless-api-reference-script-heuristic Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-shared Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-similarity Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-similarity-weight Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-string-sort Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-template Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-terms-set Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-update Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-watcher-condition Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-watcher-transform Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
painless-api-reference-xpack-template Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00
index.asciidoc Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00