Re: How to sort docs basing on nested docs' fields

2016-03-14 Thread Jhon Smith
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

Re: How to sort docs basing on nested docs' fields

2016-03-11 Thread Mikhail Khludnev
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

Re: How to sort docs basing on nested docs' fields

2016-03-11 Thread Jhon Smith
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

Re: How to sort docs basing on nested docs' fields

2016-03-09 Thread Mikhail Khludnev
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

How to sort docs basing on nested docs' fields

2016-03-09 Thread Jhon Smith
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