> Hi.
> 
> I'm using nutch 1.2 to crawl a site and after that I want to index to solr
> using solrIndexer command.
> 
> The problem is that the solr server needs a Digest authentication, Is there
> a way to authenticate from nutch?

Never tried the authentication part, but i guess 
http://user:p...@host:port/servlet/corename/ will not only do the 
authentication but also send it to the proper core. At least, i'm sure sending 
data to the right core works because that's what i do.

> 
> Another problem is that I'm using multicore in solr, how do I tell
> solrIndexer that I'm using a multicore?
> 
> Thanks
> Juan

Reply via email to