Hi all,

Is it possible to feed multiple solr id for a MoreLikeThisHandler?

<requestHandler name="/mlt" class="solr.MoreLikeThisHandler">
<lst name="defaults">
<str name="mlt.match.include">false</str>
<str name="mlt.interestingTerms">details</str>
<str name="mlt.fl">title,content</str>
<str name="mlt.minwl">4</str>
<str name="mlt.qf">title^12 content^1</str>
<str name="mlt.mintf">2</str>
<int name="mlt.count">10</int>
<str name="mlt.boost">true</str>
<str name="wt">json</str>
<str name="indent">true</str>
</lst>
  </requestHandler>

when I call this: http://localhost:8983/solr/bandwhu/mlt?q=id:8&fl=id
 it works fine. Is there any way to have a kind of "bulk" call of more like
this handler . I need the intresting terms as well and as far as I know if
i use more like this as a search component it does not return with it so it
is not an alternative.

Thanks in advance,


-- 
<https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu>Roland Szűcs
<https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu>Connect with
me on Linkedin <https://www.linkedin.com/pub/roland-sz%C5%B1cs/28/226/24/hu>
<https://bookandwalk.hu/>CEOPhone: +36 1 210 81 13Bookandwalk.hu
<https://bokandwalk.hu/>

Reply via email to