Re: How to retrieve single child document with block join

2015-10-31 Thread Mikhail Khludnev
Hello Yangrui, The question is not clear so far, but it sounds like it can be achieved via fl=[child ... childrenFilter=field:], https://cwiki.apache.org/confluence/display/solr/Transforming+Result+Documents On Sat, Oct 31, 2015 at 8:52 AM, Yangrui Guo wrote: > Hi > > I want to know if I c

How to retrieve single child document with block join

2015-10-31 Thread Yangrui Guo
Hi I want to know if I can get the child document only if it contains the query term. Currently I could retrieve all child document at once with query expansion. Does solr support individual child retrieval? Thanks, Yangrui