Re: Sorting for MLT results

2016-05-20 Thread Zheng Lin Edwin Yeo
Thanks for your reply. But it didn't work when I execute this query. http://localhost:8983/solr/collection1/mlt?q=testing&sort=creation_date desc,id asc&rows=10 This is my configuration for the handler. explicit 10 json true edismax id, score content subject content 2 5 3 25 10 false details

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? I understand th