bin/nutch solrindex
命令中是否有参数指示要索引哪个Solr核心?
答案 0 :(得分:8)
我不知道任何核心参数。您应该在solr url参数中包含核心名称,如下所示:http://localhost:8983/solr/core0
。
答案 1 :(得分:0)
在nutch 1.4中,这是我用来索引不同核心的东西:
bin / nutch crawl urls / url1 -solr http://localhost:8983/solr/core1 -depth 10 -topN 10000