将所有段中的所有内容索引到Solr会产生错误

时间:2015-10-19 09:51:07

标签: java solr nutch

我使用的是Apache Solr 4.7.0和Nutch 1.7。 使用Nutch我能够运行爬虫来获取数据但是当我通过下面的查询连接到solr时它会给我错误。

  

bin / nutch solrindex http://127.0.0.1:8983/solr/抓取/抓取抓取/ linkdb抓取/细分/ *

错误:

SOLRIndexWriter
        solr.server.url : URL of the SOLR instance (mandatory)
        solr.commit.size : buffer size when sending to SOLR (default 1000)
        solr.mapping.file : name of the mapping file for fields (default solrindex-mapping.xml)
        solr.auth : use authentication (default false)
        solr.auth.username : use authentication (default false)
        solr.auth : username for authentication
        solr.auth.password : password for authentication

java.lang.Exception: No content found

0 个答案:

没有答案