摘要: 1.添加索引 2.删除 SolrServer solrServer = new HttpSolrServer("http://192.168.25.154:8080/solr"); solrServer.deleteByQuery("title:change.me"); solrServer.com 阅读全文
posted @ 2018-07-12 14:26 馳騁衿琾 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1.1. 搭建步骤 第一步:把solr 的压缩包上传到Linux系统 第二步:解压solr。 第三步:安装Tomcat,解压缩即可。 第四步:把dist目录下的solr.war部署到Tomcat下。 第五步:启动Tomcat解压 第六步:把/root/solr-4.10.3/example/lib/ 阅读全文
posted @ 2018-07-12 14:25 馳騁衿琾 阅读(85) 评论(0) 推荐(0) 编辑