Re: qf boosts with MoreLikeThis query parser

2016-10-14 Thread Ere Maijala
I've now attached a proposed patch to a pre-existing issue https://issues.apache.org/jira/browse/SOLR-9267. --Ere 13.10.2016, 2.19, Ere Maijala kirjoitti: Answering to myself.. I did some digging and found out that boosts work if qf is repeated in the local params, at least in Solr 6.2, like t

Re: qf boosts with MoreLikeThis query parser

2016-10-12 Thread Ere Maijala
Answering to myself.. I did some digging and found out that boosts work if qf is repeated in the local params, at least in Solr 6.2, like this: {!mlt qf=title^100 qf=author=^50}recordid However, it doesn't work properly with CloudMLTQParser used in SolrCloud mode. I'm working on a proposed fix

Re: qf boosts with MoreLikeThis query parser

2016-07-31 Thread Ere Maijala
Hi All, I, too, would like to know the answer to these questions. I saw a similar question by Nikaash Puri on 22 June with subject "help with moreLikeThis" go unanswered. Any insight? Regards, Ere 11.7.2016, 18.32, Demian Katz kirjoitti: Hello, I am currently using field-specific boosts in

qf boosts with MoreLikeThis query parser

2016-07-11 Thread Demian Katz
Hello, I am currently using field-specific boosts in the qf setting of the MoreLikeThis request handler: https://github.com/vufind-org/vufind/blob/master/solr/vufind/biblio/conf/solrconfig.xml#L410 I would like to accomplish the same effect using the MoreLikeThis query parser, so that I can ta