That's strange. The message seems to be about upload. You are querying Solr for data it already has, right?
What does your query looks like? Regards Alex On 9 Feb 2015 10:30 am, "yriveiro" <yago.rive...@gmail.com> wrote: > 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. >