That's the standard request handler. You have to create a mapping in
solrconfig.xml to the MoreLikeThisHandler (not
MoreLikeThis*Request*Handler) in order to use that. It is not mapped
in the default example config (at least on trunk).
Erik
On May 24, 2009, at 11:08 PM, jlist9 wrote:
Thanks. Will that still be the MoreLikeThisRequestHandler?
Or the StandardRequestHandler with mlt option?
Hi, I'm trying out the mlt handler but I'm getting a 404 error.
HTTP Status 404 - /solr/mlt
solrconfig.xml seem to say that mlt handler is available by default.
i wonder if there's anything else I should do before I can use it?
I'm using version 1.3.
Try /solr/select with mlt=on parameter.
Koji