Solr CHANGES.txt: forgot leading "*"

This commit is contained in:
David Smiley 2018-10-07 23:17:33 -04:00
parent 367bdf7f74
commit 49285e8423
1 changed files with 2 additions and 2 deletions

View File

@ -59,13 +59,13 @@ Upgrade Notes
New Features
----------------------
SOLR-12591: Expand the set of recognized date format patterns of schemaless mode to subsume those handled by the
* SOLR-12591: Expand the set of recognized date format patterns of schemaless mode to subsume those handled by the
"extract" contrib (Solr Cell / Tika). This is primarily a change in configuration of the default configSet for more
patterns, but also included enabling "lenient" parsing in ParseDateFieldUpdateProcessorFactory. The default
locale was changed from ROOT to en_US since well-known patterns assume this locale.
(David Smiley, Bar Rotstein)
SOLR-12593: The default configSet now includes an "ignored_*" dynamic field. (David Smiley)
* SOLR-12593: The default configSet now includes an "ignored_*" dynamic field. (David Smiley)
Optimizations
----------------------