|
@@ -16,6 +16,11 @@ with the message "totalTermFreq must be at least docFreq". If you use the
|
|
|
`cross_fields` scoring type, it is recommended that you skip version 8.4.2.
|
|
|
This regression was fixed in version 8.4.3.
|
|
|
|
|
|
+* When using date range search with format that does not have all date fields (missing month or day)
|
|
|
+an incorrectly parsed date could be used. The workaround is to use date pattern with all date fields (year, month, day)
|
|
|
+(issue: {es-issue}90187[#90187])
|
|
|
+
|
|
|
+
|
|
|
[[bug-8.4.2]]
|
|
|
[float]
|
|
|
=== Bug fixes
|
|
@@ -78,5 +83,3 @@ Health::
|
|
|
|
|
|
Packaging::
|
|
|
* Update OpenJDK to 18.0.2.1 {es-pull}89535[#89535] (issue: {es-issue}89531[#89531])
|
|
|
-
|
|
|
-
|