Re: MLT Component only returns ID and score

2016-01-31 Thread Robert Brown
Thanks for the info, does this replace the mlt component? ie, can I remove that component from being loaded/used? These are my parameters, the results look okay, just want to ensure I'm using it right... fq => [ 'market:uk' ], q => '{!ml

Re: MLT Component only returns ID and score

2016-01-31 Thread Upayavira
Try the MLT query parser, which is a much newer way of doing this. Perhaps it will work better for you. Upayavira On Sun, Jan 31, 2016, at 06:31 PM, Robert Brown wrote: > Hi, > > I've had to switch to using the MLT component, rather than the handler, > since I'm running on Solrcloud (5.4) and

MLT Component only returns ID and score

2016-01-31 Thread Robert Brown
Hi, I've had to switch to using the MLT component, rather than the handler, since I'm running on Solrcloud (5.4) and if I hit a node without the starting document, I get nothing back. When I perform a MLT query, I only get back the ID and score for the similar documents, yet my fl=*,score.