elasticsearch/modules
Przemyslaw Gomulka ee79ae072b
Week based parsing for ingest date processor (#58597)
Date processor was incorrectly parsing week based dates because when a
weekbased year was provided ingest module was thinking year was not
on a date and was trying to applying the logic for dd/MM type of
dates.
Date Processor is also allowing users to specify locale parameter. It
should be taken into account when parsing dates - currently only used
for formatting. If someone specifies 'en-us' locale, then calendar data
rules for that locale should be used.
The exception is iso8601 format. If someone is using that format,
then locale should not override calendar data rules.
closes #58479
2020-07-01 09:28:08 +02:00
..
aggs-matrix-stats MappedFieldType should not extend FieldType (#57666) 2020-06-15 17:47:15 +01:00
analysis-common Do not create two loggers for DeprecationLogger (#58435) 2020-06-29 13:38:21 +02:00
geo Add geo_shape mapper supporting doc-values in Spatial Plugin (#55037) 2020-04-16 09:18:09 -07:00
ingest-common Week based parsing for ingest date processor (#58597) 2020-07-01 09:28:08 +02:00
ingest-geoip Replace compile configuration usage with api (#58451) 2020-06-30 09:37:09 +02:00
ingest-user-agent Do not create two loggers for DeprecationLogger (#58435) 2020-06-29 13:38:21 +02:00
kibana Replace compile configuration usage with api (#58451) 2020-06-30 09:37:09 +02:00
lang-expression Replace compile configuration usage with api (#58451) 2020-06-30 09:37:09 +02:00
lang-mustache Replace compile configuration usage with api (#58451) 2020-06-30 09:37:09 +02:00
lang-painless Replace the Input/Output objects for the semantic phase with Decorations in Painless (#58506) 2020-06-30 12:17:46 -07:00
mapper-extras Move MappedFieldType.similarity() to TextSearchInfo (#58439) 2020-06-24 09:54:56 +01:00
parent-join Add text search information to MappedFieldType (#58230) 2020-06-23 13:37:49 +01:00
percolator Replace compile configuration usage with api (#58451) 2020-06-30 09:37:09 +02:00
rank-eval Refactor how to determine if a field is metafield (#57378) 2020-06-05 09:57:43 -04:00
reindex Replace compile configuration usage with api (#58451) 2020-06-30 09:37:09 +02:00
repository-url Account for recovery throttling when restoring snapshot (#58658) 2020-06-30 13:08:21 +02:00
systemd Encapsulate systemd extender 2020-04-20 21:20:07 -04:00
tasks Reintroduce system index APIs for Kibana (#54858) 2020-04-07 22:37:58 -06:00
transport-netty4 Replace compile configuration usage with api (#58451) 2020-06-30 09:37:09 +02:00
build.gradle Apply 2-space indent to all gradle scripts (#48849) 2019-11-13 10:14:04 +00:00