Hi, I plan to use nested document structure for our index and would like to know how to pick field from child documents as query fields. Normally we do this using "qf" parameter in solr query and specify search key word in query field. I tried to mention child field using "qf" but this did not return results.
-Navin