: > - Revise the XML-based update code (broken out of SolrCore into a : > RequestHandler) to use all the above. : : +++1, that's been needed forever.
yeah ... once we have a RequestHandler doing that work, and populating a SolrQueryResponse with it's result info, it would probably be pretty trivial to make an extremely bare-bones LegacyUpdateOutputWRiter that only expected that simple mount of response data and wrote it out in the current update response format .. so the current SolrUpdateServlet could be completley replaced with a simple url mapping... /update --> /select?qt=xmlupdate&wt=legacyxmlupdate -Hoss