Hi,

I have the following tag in my xml files:

<field name="timestamp">2009-05-06</field>

When I try posting the file I get this error:

FATAL: Solr returned an error: Invalid_Date_String20090506

My schema.xml file has this:

   <field name="timestamp" type="date" indexed="true" stored="true"
default="NOW" multiValued="false"/>

How do I specify a correct date string?

-- 
View this message in context: 
http://www.nabble.com/FATAL%3A-Solr-returned-an-error%3A-Invalid_Date_String-tp24594686p24594686.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to