Using Nutch solrindex to index to multiple cores?

nutch, solr

Solution

I'm not aware of any core parameter. You should just include the name of the core in your solr url parameter like this: `http://localhost:8983/solr/core0`.

Problem

Is there parameter in the `bin/nutch solrindex` command to indicate which Solr core to index to?

Original source