On 22 May 2012 05:12, sudarshan <chakravarthy.sudars...@gmail.com> wrote:
[...]
> <requestHandler name="/update/csv"
>                  class="solr.CSVRequestHandler"
>                  startup="lazy" />
[...]


> Response:
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
> <title>Error 400 Unexpected character 'b' (code 98) in prolog; expected
> '&lt;'
>  at [row,col {unknown-source}]: [1,1]</title>
> </head>
> <body>
> HTTP ERROR 400
>
> <p>Problem accessing /solr/core0/update/.
[...]

Looks like your CSV handler is set up at /update/csv
whereas you are posting to /update. By default, the
handler there expects XML, which is the source of
the error.

Try posting to  /solr/core0/update/csv/

Regards,
Gora

Reply via email to