- 浏览: 3317 次
最新评论
-
zlr:
params.set("q"," ...
使用solr进行搜索程序是非常慢的,是什么原因
文章列表
public ArrayList getResult(String searchKey) throws Exception{
ArrayList list=new ArrayList();
try {
SolrServer server = new CommonsHttpSolrServer("http://localhost:8080/solr");
ModifiableSolrParams params = new ModifiableSolrParams();
// 查询关键词
params.set("q"," ...