This is the datetime format SOLR requires as I understand it:

1995-12-31T23:59:59Z

When I try to store this as a datetime field in MySQL it says it isn't
valid. My question is, ideally I would want to keep a datetime in my
database so I can sort by date rather than just making it a varchar, so I
would store it like this:

1995-12-31 23:59:59 

Can import date in this format into SOLR from MySQL?

Thanks!



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Importing-datetime-tp4049026.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to