Hi all, 

i have one non-multivalued field , which i want to import from a file using
XPathEntityProcessor.

 <entity name="x" onError="continue"  processor="XPathEntityProcessor"
transformer="TemplateTransformer" forEach="/tt/body/div/p"
url="${SRC.FileName}" dataSource="FS">
                       <field column="Mfld" xpath="/xa/xb"/>
               </entity>

it works for fine for multi-valued field but , for signle value field it
just assign one value of that. can i append text of  '/xa/xb' in 'Mfld'? 

Thanks 
Meghana

--
View this message in context: 
http://lucene.472066.n3.nabble.com/XPathEntityProcessor-append-text-in-foreach-tp3635022p3635022.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to