: Tuesday, January 31, 2017 3:15 PM
To: solr-user
Subject: Re: Return specific field from child documents.
ok. what about emp.q={!child of=content_type:parent}{!terms f=id v=$row.id}
On Tue, Jan 31, 2017 at 11:22 AM, Preeti Bhat
wrote:
> Hi Mikhail,
>
> Thanks for reply, but It doesn't
Same result.
Thanks,
Preeti
-Original Message-
From: Mikhail Khludnev [mailto:m...@apache.org]
Sent: Tuesday, January 31, 2017 3:15 PM
To: solr-user
Subject: Re: Return specific field from child documents.
ok. what about emp.q={!child of=content_type:parent}{!terms f=id v=$row.id}
On
"emp.q":"{!child of=content_type:parent}{!term f=contact_id v=$
> row.id}",
> "wt":"json"}},
> "response":{"numFound":1,"start":0,"docs":[
> {
> "id":"7888"
rstName,emp:[subquery]",
"emp.q":"{!child of=content_type:parent}{!term f=contact_id v=$row.id}",
"wt":"json"}},
"response":{"numFound":1,"start":0,"docs":[
{
"id"
email":["temper.tt...@tempt.com"]
> }
> ]
> }
>
> Thanks and Regards,
> Preeti Bhat
>
> -Original Message-
> From: Mikhail Khludnev [mailto:m...@apache.org]
> Sent: Monday, January 30, 2017 5:49 PM
> To: solr-user
> Subject: Re: Return spe
},
{"email":["temper.tt...@tempt.com"]
}
]
}
Thanks and Regards,
Preeti Bhat
-Original Message-
From: Mikhail Khludnev [mailto:m...@apache.org]
Sent: Monday, January 30, 2017 5:49 PM
To: solr-user
Subject: Re: Return specific field from child documents.
Hello,
You hardl
Hello,
You hardly get any gain limiting child field output. You can do that with
[subquery] result transformer.
On Mon, Jan 30, 2017 at 11:09 AM, Preeti Bhat
wrote:
> Hi All,
>
> I am trying out the nested documents concept for SOLR. I am able to show
> the specific field for the parent documen
Hi All,
I am trying out the nested documents concept for SOLR. I am able to show the
specific field for the parent document like "FirstName","LastName" but I am not
able to show the specific field in fl for child.
I would like to retrieve the email from the _childDocuments. Could someone
pleas