0Z
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Datetime-problems-with-dataimport-tp2545654p2552477.html
> Sent from the Solr - User mailing list archive at Nabble.com.
Ok i got it.
It should look like -mm-ddThh:mm:ssZ
for example: 2011-02-22T15:07:00Z
--
View this message in context:
http://lucene.472066.n3.nabble.com/Datetime-problems-with-dataimport-tp2545654p2552477.html
Sent from the Solr - User mailing list archive at Nabble.com.
00:00:00'
Invalid Date String:'2009-12-09T00:00:00'
--
View this message in context:
http://lucene.472066.n3.nabble.com/Datetime-problems-with-dataimport-tp2545654p2552422.html
Sent from the Solr - User mailing list archive at Nabble.com.
lhost/mydb" user="root" password=""/>
>
>
>
>
> ....
>
>transformer="script:attributesFunction"
>query="SELECT att.attribute_id, thl.thl_translation as att_name,
>att.att_unit, if(av.atr_value = '-00-00 00:00:00', null ,
>av.atr_value)
>as atr_value, att.att_type FROM attribute_values_datetime av join
>attributes att on att.attribute_id = av.attribute_id join texts t on
>t.text_key=att.att_name join texts_has_languages thl on t.text_id =
>thl.text_id where av.machine_id=${machineIds.machineId} and
>language_isocode
>= 'de';" />
>
>
>
>
>
>
>
>
>---
>
>I want that all attributes get into the multivalued text field "attribute"
>and for faceting they should got their own dynamic field. Has someone an
>idea how to fix this problem?
>
>Best Regards
>Alexander
>--
>View this message in context:
>http://lucene.472066.n3.nabble.com/Datetime-problems-with-dataimport-tp254
>5654p2545654.html
>Sent from the Solr - User mailing list archive at Nabble.com.
tt_unit');
row.remove('atr_value');
row.remove('att_type');
return row;
}
]]>
---
I want that all attributes get into the multivalued text field "attribute"
and for faceting they should got their own dynamic field. Has someone an
idea how to fix this problem?
Best Regards
Alexander
--
View this message in context:
http://lucene.472066.n3.nabble.com/Datetime-problems-with-dataimport-tp2545654p2545654.html
Sent from the Solr - User mailing list archive at Nabble.com.