I guess you probably run into the issue between different date value format
in your oracle db and in solr field. Solr only expects XML date value in
UTC format -
http://lucene.apache.org/solr/api/org/apache/solr/schema/DateField.html.
You might need to consider DateFormatTransformer -
http://wiki.
Hi,
It looks like a date formatting issue, the Solr date field expects something
like 1995-12-31T23:59:59.999Z
See http://lucene.apache.org/solr/api/org/apache/solr/schema/DateField.html
The data import handler does have a date transformer to convert dates
http://wiki.apache.org/solr/DataImport