首页 > 其他 > 详细

索引更新

时间:2015-06-21 15:47:43      阅读:135      评论:0      收藏:0      [点我收藏+]

Status: success

Response:

{

  "responseHeader": {

    "status": 0,

    "QTime": 3

  }

}

数据清理成功:


更新SOLR 数据

[root@itdba nutch]# /u01/nutch/nutch/runtime/local/bin/nutch updatedb -D mapred.reduce.tasks=2 -D mapred.child.java.opts=-Xmx1000m -D mapred.reduce.tasks.speculative.execution=false -D mapred.map.tasks.speculative.execution=false -D mapred.compress.map.output=true 1434821324-26372 -crawlId 20150621

DbUpdaterJob: starting at 2015-06-21 14:56:30

DbUpdaterJob: batchId: 1434821324-26372

DbUpdaterJob: finished at 2015-06-21 14:56:38, time elapsed: 00:00:07

[root@itdba nutch]# /u01/nutch/nutch/runtime/local/bin/nutch index -D mapred.reduce.tasks=2 -D mapred.child.java.opts=-Xmx1000m -D mapred.reduce.tasks.speculative.execution=false -D mapred.map.tasks.speculative.execution=false -D mapred.compress.map.output=true -D solr.server.url=http://localhost:8983/solr/ -all -crawlId 20150621

IndexingJob: starting

Active IndexWriters :

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 : username for authentication

        solr.auth.password : password for authentication


http://pt.itdba.net:8983/solr/collection1/browse?q=csdn

数据查询,成功!







索引更新

原文:http://blog.csdn.net/itdba/article/details/46582043

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!