On 6/29/07, Karen Torres <[EMAIL PROTECTED]> wrote:
I found the solution, I need to configure the url connection request like this: "Content-Type", "text/xml; charset=ISO-8859-1" due to character encoding of the filter "ISOLatin1AccentFilterFactory".
It should have nothing to do with ISOLatin1AccentFilter, since that operates on Java characters independent of the encoding used in the transfer to Solr. Most likely the issue was due to the encoding specified in the Content-Type not matching what was actually sent in the body. -Yonik