That looks sane to me ... but I haven't thought about it hard enough to be
convinced.  how concerned are we about sitautions where stream.url and
stream.body are both used in one request?


throw new SolrException( 400, ...)


: In the case that someone overrides the contentType, I suppose we should use:
:  InputStreamReader(InputStream in, Charset cs)
:
: rather then:
:  FileReader

i would probably concur ... but again i haven't thought about this too
hard .. in general some ContentStreamBase class out there should use
InputStreamReader(InputStream, Charset) anytime people want a Reader, but
the code that makes a ContentStream for a file would override it.


Sounds good, i'll update SOLR-197 with this feedback...

Reply via email to