Thanks Mikhail,
Regarding the former, :) Do you can elaborate? I didn't understand the
context of the JIRA issue that you mentioned(SOLR-8202).
Regarding highlighting, I think it's possible because:
https://issues.apache.org/jira/browse/LUCENE-5929
BUT HOW?
On Mon, Mar 14, 2016 at 7:28 PM, Mikhai
Michae,
Regarding the former, it's not a feature of [child] result transformer, it
might be separately requested, but I prefer to provide via generic
SOLR-8202.
Regarding highlighting, I can't comment, I only saw that there is some
highlighting case for {!parent} queries. Sorry.
On Mon, Mar 14, 2
Hi,
how can I *highlight* and *return* the most relevant child with
BlockJoinQuery.
for this:
> {!parent which="is_parent:*" score=max}(title:(terms)
I expect to get:
.
.
.
docs:[
{
doc parent
_childDocuments_:{the most relevant child}
}
{
doc parent2
_childDocuments_:{the most rel