首页 > 其他 > 详细

solr中重建索引(转)

时间:2015-03-20 18:19:04      阅读:1748      评论:0      收藏:0      [点我收藏+]
  1. Stop your application server
  2. Change your schema.xml file
  3. Start your application server
  4. Delete the index directory in your data directory (or alternately delete all documents using <delete><query>*:*</query></delete> before shutting down Solr)
  5. Send an <optimize/> command
  6. Re-Index your data

solr中重建索引(转)

原文:http://www.cnblogs.com/rainbowzc/p/4354198.html

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