Hi Andrew,
your URL does not include the parameter mlt.boost. Setting that to
"true" made a noticeable difference for my queries.
If not, there is also the parameter
mlt.minwl
"minimum word length below which words will be ignored."
All your other terms seem longer than 3, so it would help in this case?
But seems a bit like work around.
Cheers,
Chantal
Andrew Clegg schrieb:
Chantal Ackermann wrote:
no idea, I'm afraid - but could you sent the output of
interestingTerms=details?
This at least would show what MoreLikeThis uses, in comparison to the
TermVectorComponent you've already pasted.
I can, but I'm afraid they're not very illuminating!
http://www.cathdb.info/solr/mlt?q=id:3.40.50.720&rows=0&mlt.interestingTerms=details&mlt.match.include=false&mlt.fl=keywords&mlt.mintf=1&mlt.mindf=1
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">59</int>
</lst>
<result name="response" numFound="280227" start="0"/>
<lst name="interestingTerms">
<float name="keywords:dehydrogenase">1.0</float>
<float name="keywords:reductase">1.0</float>
<float name="keywords:metabolism">1.0</float>
<float name="keywords:activity">1.0</float>
<float name="keywords:process">1.0</float>
<float name="keywords:alcohol">1.0</float>
<float name="keywords:and">1.0</float>
<float name="keywords:malate">1.0</float>
<float name="keywords:biosynthesis">1.0</float>
<float name="keywords:biosynthetic">1.0</float>
<float name="keywords:degradation">1.0</float>
<float name="keywords:precursor">1.0</float>
<float name="keywords:metabolic">1.0</float>
<float name="keywords:protein">1.0</float>
<float name="keywords:synthase">1.0</float>
<float name="keywords:acid">1.0</float>
<float name="keywords:enzyme">1.0</float>
<float name="keywords:succinyl-coa">1.0</float>
<float name="keywords:putative">1.0</float>
<float name="keywords:(nadp+)">1.0</float>
<float name="keywords:4,6-dehydratase">1.0</float>
<float name="keywords:fatty">1.0</float>
<float name="keywords:chloroplast">1.0</float>
<float name="keywords:lactobacillus">1.0</float>
<float name="keywords:glyoxylate">1.0</float>
</lst>
</response>
Cheers,
Andrew.
--
View this message in context:
http://old.nabble.com/Selection-of-terms-for-MoreLikeThis-tp26286005p26336558.html
Sent from the Solr - User mailing list archive at Nabble.com.