I'm trying to test the mlt example in solr 6 by executing the "techproducts" example bundled in the version. It's OK and I saw data etc. nevertheless, I get 404 error when I try to use mlt features (ie: http://localhost:8983/solr/mlt?q=id:UTF8TEST&mlt.fl=manu,cat&mlt.mindf=1&mlt.mintf=1).
Should I configure some parameters in solr.xml or other files?