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 
please advise.

Q=+FirstName:"etr4tr" {!parent which="content_type:parent"}
Fl=FirstName,LastName,email, [child parentFilter=content_type:parent ]

  "response":{"numFound":1,"start":0,"docs":[
      {
        "FirstName":"etr4tr",
        "LastName":"wrer6t",
        "_childDocuments_":[
        {
          "id":"3556|12",
          "company_id":["12"],
          "email":["ehrijw.e...@bbbbb.com"],
          "isPrimary":["true"]},
        {
          "id":"3556|45",
          "company_id":["45"],
          "email":["ehrijw.eer54...@ccc.com"]}]}]
  }}


Thanks and Regards,
Preeti Bhat



NOTICE TO RECIPIENTS: This communication may contain confidential and/or 
privileged information. If you are not the intended recipient (or have received 
this communication in error) please notify the sender and 
it-supp...@shoregrp.com immediately, and destroy this communication. Any 
unauthorized copying, disclosure or distribution of the material in this 
communication is strictly forbidden. Any views or opinions presented in this 
email are solely those of the author and do not necessarily represent those of 
the company. Finally, the recipient should check this email and any attachments 
for the presence of viruses. The company accepts no liability for any damage 
caused by any virus transmitted by this email.


Reply via email to