I am sorry I might have missed any replies on this. (I was looking out for 
them) -

Is what I am trying to do even possible?

Thanks,

Sas

-----Original Message-----
From: Jamal, Sarfaraz [mailto:sarfaraz.ja...@verizonwireless.com.INVALID] 
Sent: Thursday, June 9, 2016 12:43 PM
To: solr-user <solr-user@lucene.apache.org>
Subject: RE: [E] Re: Question about Data Import Handler

I am on SOLR6 =)

Thanks,

Sas

-----Original Message-----
From: Mikhail Khludnev [mailto:mkhlud...@griddynamics.com]
Sent: Thursday, June 9, 2016 12:42 PM
To: solr-user <solr-user@lucene.apache.org>
Subject: [E] Re: Question about Data Import Handler

which version of Solr do you run?

On Thu, Jun 9, 2016 at 6:23 PM, Jamal, Sarfaraz < 
sarfaraz.ja...@verizonwireless.com.invalid> wrote:

> Hi Guys,
>
> I have a question about the data import handler and its configuration 
> file
>
> This is what a part of my data-config looks like:
>
>
> ============================================
> <field column="TASKS" name="TASKS" />
>
> <entity name="tasks" child="true" query="select name, description from
> *** where project_id='${project.PROJECT_ID_ORIGINAL}'">
>         <field column="NAME" name="name" />
>         <field column="DESCRIPTION" name="description" /> </entity> 
> ===============================================
>
> I would like it so that when its indexed, it returns in xml the 
> following when on that doc.
>
> -<arr name="tasks">
>         <str name=name>This Is my name</str>
>         <str name=description>This is my description</str> </arr>
>
> The best I have gotten it to do so far is to add to the values in name 
> and description, which are fields on the doc.
>
> Thanks for any help -
>
> P.S. I shall be replying to the other threads as well, I Just took a 
> break from it to come work on another part of SOLR.
>
> Sas
>



--
Sincerely yours
Mikhail Khludnev
Principal Engineer,
Grid Dynamics

<http://www.griddynamics.com>
<mkhlud...@griddynamics.com>

Reply via email to