How to add HTTP Headers to the nutch index?

206 views Asked by At

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?

0

There are 0 answers