码迷,mamicode.com
首页 > 其他好文 > 详细

索引更新

时间:2015-06-21 15:50:22      阅读:126      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!