Hello.

I'm using Solr for searching our system.
Using MoreLikeThis for related content searching.
Now url used for search is like this:
http://localhost:8983/solr/mlt?q=nid:7280&mlt=true&mlt.fl=title,teaser,body&mlt.mindf=1&mlt.mintf=1&fl=nid,title,score
Where "nid" is uniqueKey and "title,teaser,body" are stored fields with multiValued set to "true".

The question is:
Is it possible to boost terms for one or more similarity fields?
For example I'd like something like mlt.fl=title^3,teaser^10,body - terms from teaser will have highest weight, then title terms and the lowest terms weight for body.

Thanks.

Reply via email to