Re: Sorting for MLT results

2016-05-20 Thread Zheng Lin Edwin Yeo
Edwin Yeo > > wrote: > > > Hi, > > > > Would like to check, is there a function to do the sorting for MLT > results > > in Solr? I understand that there is a sort function, but that only works > > for the main query results. It does not do any sorting for t

Re: Sorting for MLT results

2016-05-17 Thread Alessandro Benedetti
using the more like this query parser should solve your problem ! Just use that query parser and than sort as usual. Cheers On Wed, May 11, 2016 at 4:53 AM, Zheng Lin Edwin Yeo wrote: > Hi, > > Would like to check, is there a function to do the sorting for MLT results > in Solr?

Sorting for MLT results

2016-05-10 Thread Zheng Lin Edwin Yeo
Hi, Would like to check, is there a function to do the sorting for MLT results in Solr? I understand that there is a sort function, but that only works for the main query results. It does not do any sorting for the MLT results I'm using Solr 5.4.0. Regards, Edwin