Do you think we need charset independent of contentType, or can it be appended to the contentType?
?stream.url=http://...&stream.contentType=text/xml; charset=UTF-8 In SOLR-197, I did not address the override function, but it does create base class that can easily override the contentType: setContentStream( the one you know ) ryan On 3/27/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 3/27/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: > (a) may be useful to override a remote content type that is incorrect, > but is kind of a pain for someone specifying a local file (and > probably does not know what content Type it is) Yes, I think we need this. It makes it possible to correctly use a local file when you *do* know the charset. Not being able to handle that case would be problematic indeed. -Yonik
