Hi, Would like to check, is it possible to return certain fields from parent's record, when we are searching for fields that are only contained in child records.
For example, for this query: http://localhost:8983/solr/collection1/select?q=childField:123 The child field can only be found in child, so this search will not return any parent's record. But if I want to return like says its parent's ID together with the above query, is it possible to be done? I'm using Solr 6.1.0. Regards, Edwin