I'm trying to retrieve from Solr a query in CSV format with around 500K registers and I always get this error:
"Expected mime type application/octet-stream but got application/xml. <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<response>\n<lst name=\"error\"><str name=\"msg\">application/x-www-form-urlencoded content length (6040427 bytes) exceeds upload limit of 2048 KB</str><int name=\"code\">400</int></lst>\n</response>\n" If the rows value is lower, like 50000 the query doesn't fail. What I'm doing wrong? ----- Best regards -- View this message in context: http://lucene.472066.n3.nabble.com/Query-always-fail-if-row-value-is-too-high-tp4185047.html Sent from the Solr - User mailing list archive at Nabble.com.