: I ended up doing this with request.process(server) on an UpdateRequest : class.
right ... if you peek under the covers of SolrServer most of it's methods are are just convinience methods for constructing a Request, setting some attributes/streams on it, and then processing it via that Server instance. -Hoss