I would like to use MLT and the content stream feature in solr like on this page:

http://wiki.apache.org/solr/MoreLikeThisHandler

How should the request handler / solrconfig be setup?

I enabled streaming and I set a requestHandler up by copying the default request handler and I changed the name to:

name="/mlt"

but when accessing the url like the example on the wiki I get a NPE because q is not supplied

I'm sure I am just doing it wrong just not sure what.

Thanks,

dan

Reply via email to