did you try debugQuery=true?
(i don't know what it does off hand... perhaps nothing, but it may add
something for MLT)
On Nov 11, 2008, at 6:56 PM, Jeff Newburn wrote:
Thanks Otis! I understand what the parameters do to help modify for
the
most part. What I am trying to understand is how the related items
are
related. Certain search results return thousands of documents that
are
related but since I have 6 fields involved in the search I have no
idea why.
What I am desperately in need of is some sort of debugging info
telling me
how they are being matched by solr.
-Jeff
On 11/11/08 2:24 PM, "Otis Gospodnetic" <[EMAIL PROTECTED]>
wrote:
Jeff, have you tried various mlt.min/max* params listed on
http://wiki.apache.org/solr/MoreLikeThis?
Those are the knobs that will let you control quality of MLT results.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
________________________________
From: Jeff Newburn <[EMAIL PROTECTED]>
To: "solr-user@lucene.apache.org" <solr-user@lucene.apache.org>
Sent: Tuesday, November 11, 2008 5:09:19 PM
Subject: MoreLikeThis
Hi All,
Anybody know of how to get some useful debugging information for
morelikethis search component in SOLR 1.4? I am trying to make the
results
more relevant to each product. Unfortunately, I cannot seem to
find a way
to get information that would be useful to find out what is
matching. I
have tried mlt.interestingTerms=details and it appears to do nothing
different in the result set.
-Jeff