I have a multi valued field as follows:
<field
name="condition"><![CDATA[content:data1,tsdatetime:2001-01-01T00\:00\:00.000Z]]></field>

I want to index the data from this field into following fields
<field name="content" type="string" indexed="true" stored="true"/>
<field name="tsdatetime" type="date" indexed="true" stored="true"/>

How can this be done?? Any ideas...
-- 
View this message in context: 
http://www.nabble.com/index-multi-valued-field-into-multiple-fields-tp22364915p22364915.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to