: then on retrieving that document, I get back the value : : 1-01-01T00:00:00Z : : (ie no preceding zeroes) - which tripped up my date-parsing routines. : Preceding zeroes seem to be universally dropped - all dates before 1000AD seem : to have the equivalent problem. : : Is this a bug in the code, or a bug in the documentation?
It's a bug in the code, thans for pointing this out... https://issues.apache.org/jira/browse/SOLR-1899 -Hoss