Yes. stream.file and stream.url are independent of the request handler.
They do their magic at the very top level of the request.
However, there are no unit tests for these features, but they are widely
used.
Tod wrote:
I can do this using GET:
http://localhost:8983/solr/update?stream.body=%3Cdelete%3E%3Cquery%3Eoffice:Bridgewater%3C/query%3E%3C/delete%3E
http://localhost:8983/solr/update?stream.body=%3Ccommit/%3E
... but can I pass a stream.url parameter using an UpdateXmlMessage?
I looked at the schema and I think the answer is no but just wanted to
check.
TIA