Asher: Please follow the instructions here: http://lucene.apache.org/solr/community.html#mailing-lists-irc. You must use the _exact_ same e-mail as you used to subscribe.
If the initial try doesn't work and following the suggestions at the "problems" link doesn't work for you, let us know. But note you need to show us the _entire_ return header to allow anyone to diagnose the problem. Best, Erick On Wed, May 30, 2018 at 12:05 AM, Aniket Khare <aniketish...@gmail.com> wrote: > Please refer below link and check [subquery] > . > > https://lucene.apache.org/solr/guide/6_6/transforming-result-documents.html > > On Wed, May 30, 2018 at 6:31 AM, kristaclaire14 <kcaromualdo...@gmail.com> > wrote: > >> Hi, >> >> I want to query/find a value that may match on parent document fields or >> child document fields. Is this possible using block join parent query >> parser? How can I do this with solr nested documents? Here is the example >> data: >> >> [{ >> "id":"1001" >> "path":"1.Project", >> "Project_Title":"Sample Project", >> "_childDocuments_":[ >> { >> "id":"2001", >> "path":"2.Project.Submission", >> "Submission_No":"1234-QWE", >> "_childDocuments_":[ >> { >> "id":"3001", >> "path":"3.Project.Submission.Agency", >> "Agency_Cd":"QWE" >> } >> ] >> }] >> }, { >> "id":"1002" >> "path":"1.Project", >> "Project_Title":"Test Project QWE", >> "_childDocuments_":[ >> { >> "id":"2002", >> "path":"2.Project.Submission", >> "Submission_No":"4567-AGY", >> "_childDocuments_":[ >> { >> "id":"3002", >> "path":"3.Project.Submission.Agency", >> "Agency_Cd":"AGY" >> }] >> },{ >> "id":"2003", >> "path":"2.Project.Submission", >> "Submission_No":"7891-QWE", >> "_childDocuments_":[ >> { >> "id":"3003", >> "path":"3.Project.Submission.Agency", >> "Agency_Cd":"QWE" >> }] >> }] >> }] >> >> I want to retrieve all Projects with Project_Title:*QWE* OR >> Submission_Submission_No:*QWE*. Thanks in advance. >> >> >> >> -- >> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html >> > > > > -- > Regards, > > Aniket S. Khare