Hi All, I have a field with is solr.DateField in my schema file. If I want to get the docs. for a given date for eg: get all the docs. whose date value is 2009-01-09 then how can I query my index. As solr's date format is yyyy-mm-ddThh:mm:ss,
if I give the date as 2009-01-09T00:00:00Z it is thorwing an exception "solr.SolrException: HTTP code=400, reason=Invalid Date String:'2009-01-09T00' " . if I give the date as 2009-01-09 it is thorwing an exception , solr.SolrException: HTTP code=400, reason=Invalid Date String:'2009-01-09' Thanks, Rayudu. -- View this message in context: http://www.nabble.com/Querying-Solr-Index-for-date-fields-tp21367097p21367097.html Sent from the Solr - User mailing list archive at Nabble.com.