Re: How can I query mutlitcore with solrJ

2011-05-20 Thread Tommaso Teofili
Or, if you want results from both together, you can use the distributed search [1]. Just decide which one of the cores will be the "collector" and add the shards=localhost:8983/solr/fund_dih,localhost:8983/solr/fund_tika parameter like : SolrServer server = new CommonsHttpSolrServer(" http://local

RE: How can I query mutlitcore with solrJ

2011-05-20 Thread Rohit
Each core need to be queried separately, http://localhost:8983/solr/fund_dih/select?q= http://localhost:8983/solr/fund_tika/select?q= Regards, Rohit -Original Message- From: Zhao, Zane [mailto:zane.z...@fil.com] Sent: 20 May 2011 07:50 To: solr-user@lucene.apache.org Subject: How can I