: I wish to send an Mlt request to Solr and filter the result by a list of : values to specific field. The problem is sometimes the list can include : thousands of values and it's impossible to send such GET request. : : Sending this request as POST didn't work well... Is POST supported by : mlt? If not, is there suppose to be added in one of the next versions? : Or is there a different solution maybe?
POST to any RequestHandler should work fine ... provided the POST is structured correctly. What exactly is hte behavior you are seeing (ie: an error message?) -Hoss