Hello,

Is there a way to see exactly what query is generated by the
MoreLikeThisHandler?  If I send debugQuery=true then I see in the
response a key called "parsedquery" but it doesn't seem quite right.

What I mean by that is when I make the MoreLikeThis query, I set
"mlt.fl" to "title,content" but the query shown in "parsedquery" does
not query on "title" at all... only on "content".  Furthermore, the
query looks something like this "content:word1 content:word2
content:word3" but if I copy and paste that into a standard query,
nothing comes back because the default term operator is AND.

If I change that query to "content:word1 OR content:word2 OR
content:word3", I get results but they are not the same as what the
MLT query returns.

Is there a way to see the generated query without actually running it?
 As of now, I'm making a MLT query with rows=0, but I think it's still
running the query because it takes a non trivial amount of time and it
also shows "numFound" in the response.

Thanks for the help,
-- Christopher

Reply via email to