Re: Boosting vs. sorting

2014-04-09 Thread Ugo Matrangolo
Hi, What I meant for "not working properly" is that while the partition still works the sorting inside the partitions (by position in the sale) is not. Interesting enough it stopped to work only for all the items belonging to the sold out items. Ugo On Apr 9, 2014 6:07 PM, "Erick Erickson" wrote

Re: Boosting vs. sorting

2014-04-09 Thread Erick Erickson
What does "not working properly" mean? An example would help. What does adding &debug=query show in the two (debug=all in 3.x)? My suspicion is that the second boost definition may be replacing the first in 4.x, but that's only a guess. Best, Erick On Wed, Apr 9, 2014 at 9:32 AM, Ugo Matrangolo

Boosting vs. sorting

2014-04-09 Thread Ugo Matrangolo
Hi, we are using SOLR to power a sale listing page where each product has an availability and a position in the sale. We would like SOLR to partition the products based on their sold_out={true|false} state and to sort the two partitions by product position. We started with appending to the query