I'm using nutch 1.15 and solr 7.5 with *the need to index multiple cores*.
I have created separate crawldb and linkdb for each core, and then updated
index-writers.xml with multiple solr writers (each writer_id matching
corresponding core's name). Also, param name="url" points to each solr
core, but since there's no place to pass a param indicating the writer id
nor the solr core, bin/nutch index command indexes an specific crawldb
against all cores. Of course, I need to only index crawldb1 to core1, and
so on.

Any suggestion on resolving this?

Thanks in advance.

Reply via email to