You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Luke Crouch <lu...@gmail.com> on 2011/05/04 03:00:13 UTC

mlt.qf with multiple fields

I'm trying to use MoreLikeThis handler and mlt.qf to boost certain fields:

/solr/mlt?q=id:1&mlt.fl=body_title,text&mlt.qf=body_title^20.0+text^1.0&mlt.mintf=1

Looks like this has been an outstanding issue:

http://lucene.472066.n3.nabble.com/Querying-multiple-fields-with-the-MoreLikeThis-handler-and-mlt-fl-td501767.html

Is this fixed or documented somewhere?

-L