I'm attempting to use nutch with Websolr. Their authentication method requires adding headers to HTTP updates.
To accomplish this I imagine I would have to write my own Nutch plugin and extend the getCommonsHttpSolrServer method. Is there a way to do this without writing my own plugin?