Details
-
Bug
-
Status: To Do
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
If a Solr collection schema includes a date field:
<field name="timestamp_solr" type="iso_timestamp" indexed="true" stored="true" /> <fieldType name="iso_timestamp" stored="true" indexed="true" multiValued="false" class="solr.TrieDateField" sortMissingLast="false" docValues="true"/>
and a document is indexed with that field populated, this error is thrown when attempting to update that document using the REST patch endpoint:
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://node1:8983/solr/yaf: Invalid Date String:'75231198000'
Attachments
Issue Links
- links to