I'm trying out the dataimport capability.  I have a column that is a series
of dates separated by spaces like so:
"1996-00-00 1996-04-00"
And I'm trying to import it like so:
<field column="r_event_date" splitBy=" " dateTimeFormat="yyyy-MM-dd" />

However this fails and the stack trace suggests it is first trying to apply
the dateTimeFormat before splitBy.  I think this is a bug... dataimport
should apply DateFormatTransformer and NumberFormatTransformer last.

~ David Smiley
-- 
View this message in context: 
http://www.nabble.com/dataimport%2C-both-splitBy-and-dateTimeFormat-tp20013006p20013006.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to