hello ,

i am using Xpathentityprocessor to do index xml files

below is my xml file

<Full>
   <Customer name="a" id="1" ...... other attributes ....
>CustomerA</Customer>
   <Customer name="b" id="2" ...... other attributes .... >ThisB</Customer>
   <Customer name="c" id="3" ...... other attributes .... >AnyC</Customer>
</Full>

now i want to concatenate in index so that when i search it gives below
result

CData with id attribute---  like <str id="1">CustomerA</str><str
id="2">ThisB</str> or something like that 

is it possible by RegexTransformer or templatetransformer? i did googling
little for both but could not get excat/useful solution

Thanks

Vishal Parekh

--
View this message in context: 
http://lucene.472066.n3.nabble.com/how-to-concatenate-two-nodes-of-xml-with-xpathentityprocessor-tp2861260p2861260.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to