Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
SolrContentHandler has a hard coded assumption about TrieDateField that causes it to fail if you attempt to use it w/o DatePointField – because it passes the Date as a string in the incorrect format.
A workaround is to explicitly configure the ParseDateFieldUpdateProcessorFactory for any field using the DatePointsField type
Attachments
Issue Links
- relates to
-
SOLR-10947 Randomize PointFields in all contrib tests unless explicit reason not to
- Resolved