This seems to work against the techproducts example in 6.2: ({!join from=manu_id_s to=id}ipod) (name:GB18030 -manu_id_s:*)
Two clauses, first one does join and parent mapping. The second one looks at the records that don't have the mapping key at all and run the match against that. In your case, the second query's keyword is probably the same as in the first query. The brackets are there to ensure the queries are split correctly. Use debugFlag to confirm what happens. Regards Alex. ---- Newsletter and resources for Solr beginners and intermediates: http://www.solr-start.com/ On 26 September 2016 at 10:02, shamik <sham...@gmail.com> wrote: > Thanks for getting back on this. I was trying to formulate a query in similar > lines but not able to construct it (multiple clauses) correctly so far. That > can be attributed to my inexperience with Solr queries as well. Can you > please point to any documentation / example for my reference ? > > Appreciate your help. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-retrieve-parent-documents-without-a-nested-structure-block-join-tp4297510p4297951.html > Sent from the Solr - User mailing list archive at Nabble.com.