Re: Expand or ChildDocTransformerFactory

2016-04-07 Thread Mikhail Khludnev
[child] doesn't allow to score children. You may try SOLR-8208. On Thu, Apr 7, 2016 at 10:30 AM, michael solomon wrote: > Hi, > I'm using in JoinBlock query - {!parent which="is_parent:true"} > I need to return the most relevant child for each parent. > I saw in Google there two options for this

Expand or ChildDocTransformerFactory

2016-04-07 Thread michael solomon
Hi, I'm using in JoinBlock query - {!parent which="is_parent:true"} I need to return the most relevant child for each parent. I saw in Google there two options for this: 1. Expand 2. ChildDocTransformerFactory what the difference between them? which one I need to use? Thanks a lot, Michael