功能 #13639

RongEr 更新于 2017-09-05 11:21

之前版本:

一、分别对项目数据和帖子数据构建collection:

项目:TestCollection,对应本地配置文件为ConfOsp

帖子:TestMemos,对应本地配置文件为MemosOsp

建索引步骤(以建立项目索引为例)


1.上传配置文件

java -classpath .:/root/solr/solrcloud/solrhome1/server/solr/WEB-INF/lib/* org.apache.solr.cloud.ZkCLI -cmd upconfig -zkhost 127.0.0.1:2181,127.0.0.1:2182,127.0.0.1:2183 -confdir /root/solr/solrcloud/cloud_conf_osp -confname ConfOsp
2.创建collection:


 curl "http://localhost:8080/solr/admin/collections?action=CREATE&name=TestCollection&numShards=3&replicationFactor=1&collection.configName=ConfOsp"


3.查看collection:

curl "http://localhost:8080/solr/admin/collections?action=LIST&wt=json"


4.建立索引



curl "http://localhost:8080/solr/TestCollection/dataimport?command=full-import&clean=false&commit=true"


5.查看索引状态
curl "http://localhost:8080/solr/TestCollection/dataimport?command=status"

6.索引查询示例


curl "http://localhost:8080/solr/TestCollecition/select?q=rails"


二、整合到前端rails中

1.搭建一个java webservice服务,使用solrcloud集群检索关键字,返回检索结果。

2.在rails中调用soup包的wsdlDriver访问该webservice服务,在前端展示返回结果。

当前版本:

一、分别对项目数据和帖子数据构建collection:

项目:TestCollection,对应本地配置文件为ConfOsp

帖子:TestMemos,对应本地配置文件为MemosOsp

建索引步骤(以建立项目索引为例)


1.上传配置文件

java -classpath .:/root/solr/solrcloud/solrhome1/server/solr/WEB-INF/lib/* org.apache.solr.cloud.ZkCLI -cmd upconfig -zkhost 127.0.0.1:2181,127.0.0.1:2182,127.0.0.1:2183 -confdir /root/solr/solrcloud/cloud_conf_osp -confname ConfOsp
2.创建collection:


 curl "http://localhost:8080/solr/admin/collections?action=CREATE&name=TestCollection&numShards=3&replicationFactor=1&collection.configName=ConfOsp"


3.查看collection:

curl "http://localhost:8080/solr/admin/collections?action=LIST&wt=json"


4.建立索引



curl "http://localhost:8080/solr/TestCollection/dataimport?command=full-import&clean=false&commit=true"


5.查看索引状态
curl "http://localhost:8080/solr/TestCollection/dataimport?command=status"

6.索引查询示例


curl "http://localhost:8080/solr/TestCollecition/select?q=rails"


二、整合到前端rails中

1.搭建一个java webservice服务,使用solrcloud集群检索关键字,返回检索结果。

2.在rails中调用soup包的wsdlDriver访问该webservice服务,在前端展示返回结果。

返回

© Copyright 2007~2021 国防科技大学Trustie团队 & IntelliDE 湘ICP备 17009477号

问题和建议
还能输入50个字符 提交

加入QQ群

关注微信APP


×