Hi, I am constructing a Solr index using Nutch as the crawler. I am invoking the crawler using ToolRunner.Run() to run Crawl(), which eventually writes to a Solr index using SolrWriter. Is it possible to pass SolrWriter some extra information - such as id's (a custom id I am using to identify hostnames, where hostname-id is in a Map) of hostname which could be added as a field in the Solr index, from the method that invokes ToolRunner.run()?
Thanks, --Sudip.

