I have String like below format
------------------------------- 
<xa><xb impt="12">this is solr!!</xb><xb impt="18">Welcome</xb><xb
impt="35">Hello test</xb></xa>

I want it to convert it in below format using XPathEntityProcessor
-------------------------------
12: this is solr!! 18: Welcome 35: Hello test

I had used PlainTextEnityProcessor with ScriptTransformer to make string
like above... but it encode some text , So i want it to make happen using
XPathEntityProcessor.

Can anybody have any idea , how to do that?
Thanks
Meghana

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

Reply via email to