6

命令中是否有参数bin/nutch solrindex指示要索引到哪个 Solr 核心?

4

2 回答 2

8

我不知道任何核心参数。您应该只在solr url参数中包含核心的名称,如下所示http://localhost:8983/solr/core0

于 2012-05-01T10:03:41.473 回答
0

在 nutch 1.4 中,这是我用来索引不同内核的:

bin/nutch 抓取 urls/url1 -solr http://localhost:8983/solr/ core1 -depth 10 -topN 10000

于 2012-05-10T15:15:17.043 回答