Try using flatten="true" in the <field> rather than the <entity>. Note that
it will remove all child node names, and will only concatenate the text
values of the child nodes.
example:

<root>
<part>
<id>abc</id>
<id>def</id>
<id>ghi>/id>


<field column="CommonIDs" xpath="/root/part" flatten="true" />

will concatenate abc, def, ghi to give a single text value. Note that xpath
terminates at <part>

Regards,
Rakesh Varna
On Mon, Jan 9, 2012 at 8:32 AM, vrpar...@gmail.com <vrpar...@gmail.com>wrote:

> am i making any mistake with xpathentityprocessor?
>
> i am using solr 1.4
>
> please help me to solve this problem?
>
>
>
> Thanks & Regards,
> Vishal Parekh
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/xpathentityprocessor-with-flattern-true-tp3637928p3645013.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to