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
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
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
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