t; From: "Mikhail Khludnev"
> To: solr-user
> Subject: Re: How to sort docs basing on nested docs' fields
>
> Just want to make sure that you can combine two {!parent} and propagate
> score from child to parent, like it's described at
> http://blog.griddynamics.c
Just want to make sure that you can combine two {!parent} and propagate
score from child to parent, like it's described at
http://blog.griddynamics.com/2013/12/grandchildren-and-siblings-with-block.html
On Fri, Mar 11, 2016 at 4:08 PM, Jhon Smith wrote:
> Mikhail,
>
> > I suppose there are a cl
Mikhail,
> I suppose there are a clue over there
> http://blog.griddynamics.com/2015/08/scoring-join-party-in-solr-53.html
It worked for two level docs.
If we have 3 level nested docs:
parent -> middle -> child [with price field we try to sort]
then there is a problem when score=min:
If we m
Hello,
I suppose there are a clue over there
http://blog.griddynamics.com/2015/08/scoring-join-party-in-solr-53.html
On Wed, Mar 9, 2016 at 6:51 PM, Jhon Smith wrote:
> There are usual documents: products and nested documents containing
> different prices.
> How to sort product documents basing
There are usual documents: products and nested documents containing different
prices.
How to sort product documents basing on minimum price in nested documents.
Example:
1
product
2
price
100
3
price
200