Vishal, i don't really understand what you're trying to achieve? indexing what (complete/sample documents, valid if possible)? And getting what exactly as result?
Regards Stefan On Mon, Apr 25, 2011 at 5:01 PM, vrpar...@gmail.com <vrpar...@gmail.com> wrote: > 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. >