WEB开发网
开发学院软件开发Java 利用SOLR搭建企业搜索平台 之八(solr 实现去掉重... 阅读

利用SOLR搭建企业搜索平台 之八(solr 实现去掉重复的搜索结果,打SOLR-236_collapsing.patch补丁)

 2009-09-10 00:00:00 来源:WEB开发网   
核心提示: 安装启动 tomcat,现在提交一些数据给它,利用SOLR搭建企业搜索平台 之八(solr 实现去掉重复的搜索结果,打SOLR-236_collapsing.patch补丁)(4),用官方的示例数据就可以了,运行: Html代码 D:\apache-solr-1.3.0\example\exam

安装启动 tomcat,现在提交一些数据给它,用官方的示例数据就可以了。运行:

Html代码 D:\apache-solr-1.3.0\example\exampledocs>java -Durl=http://localhost:8080/solr/update -Dcommit=yes -jar post.jar *.xml 
SimplePostTool: version 1.2 
SimplePostTool: WARNING: Make sure your XML documents are encoded in UTF-8, other encodings are not currently supported 
SimplePostTool: POSTing files to http://localhost:8080/solr/update.. 
SimplePostTool: POSTing file hd.xml 
SimplePostTool: POSTing file ipod_other.xml 
SimplePostTool: POSTing file ipod_video.xml 
SimplePostTool: POSTing file mem.xml 
SimplePostTool: POSTing file monitor.xml 
SimplePostTool: POSTing file monitor2.xml 
SimplePostTool: POSTing file mp500.xml 
SimplePostTool: POSTing file sd500.xml 
SimplePostTool: POSTing file solr.xml 
SimplePostTool: POSTing file spellchecker.xml 
SimplePostTool: POSTing file utf8-example.xml 
SimplePostTool: POSTing file vidcard.xml 
SimplePostTool: COMMITting Solr index changes..

http://localhost:8080/solr/admin/stats.jsp 有结果了? 有了。然后开始查询试试看。

查询:http://localhost:8080/solr/select/?q=*%3A*&indent=on& qt=collapse&collapse=true&collapse.field=popularity&collapse.threshold=1

上一页  1 2 3 4 5  下一页

Tags:利用 SOLR 搭建

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接