Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B578E607F for ; Fri, 20 May 2011 10:13:47 +0000 (UTC) Received: (qmail 59015 invoked by uid 500); 20 May 2011 10:13:44 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 58968 invoked by uid 500); 20 May 2011 10:13:44 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 58960 invoked by uid 99); 20 May 2011 10:13:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 10:13:44 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [203.104.19.13] (HELO smtp104.biz.mail.in2.yahoo.com) (203.104.19.13) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 20 May 2011 10:13:38 +0000 Received: (qmail 57925 invoked from network); 20 May 2011 10:13:14 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1305886394; bh=cYW500yGUVnmUXgkQGuRUJ4CHvbWnAZ9ADvUOahZZ6M=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:Thread-Index:Content-Language; b=A5C2TjOJJasgTcfkzDUGWeuSDsyKIHl8uFxfiWWs+fA8Ln3bZHOZUsCV5eK+JfeHdEbvDUpNLQdiH8Bib/DTTO20DHFADc9d3XrVXL7/KOsAlupTbryxKNL0SY1cudrb8Q9otl4dVVyYGhEv9WXomQX9j5MvZ2KpwnUk1iTFuVs= Received: from workhorse (rohit@122.166.101.65 with login) by smtp104.biz.mail.in2.yahoo.com with SMTP; 20 May 2011 15:43:13 +0530 IST X-Yahoo-SMTP: hDqX0HyswBAkIDJmmSClFqeNbbQ- X-YMail-OSG: _SzfxpkVM1lwGHYkxLFgGVRAKE9g7l0K.73ygcE6yAh9gwp 7Wgbx3jqwJn7cfKlU5upo.cPw9sCxS0XGXDl2z46Ha45SE5kdnkb_3gQg6K5 uXE3A8cLmXBjHsZJMhiawDlZqInjyHndXDMYtWUCmNSIb8Xe8VCVe35royk1 OhBljQtN066RpjgQQ7IhO4Z4_OlWqxxVyYtWSbgx3dpIyO2ivtJikwPouf0w uuL0zEAuYVtApSvUgzfKZPN8Rr4QltG37ZbhxUS2crDbd7hldBJW_vYvuLwg vlcdJLBCpszF2u57PZ4aDfTtlzGB4Wd0C77DbTYj5V8sGGksK6DYo_Ks7KHn ISBnx4Sz9DVgplw-- X-Yahoo-Newman-Property: ymail-3 From: "Rohit" To: References: <3A260857E05C7A488B4D6642F61EA296048DC200@JPTKY700WINMS.intl.intlroot.fid-intl.com> In-Reply-To: <3A260857E05C7A488B4D6642F61EA296048DC200@JPTKY700WINMS.intl.intlroot.fid-intl.com> Subject: RE: How can I query mutlitcore with solrJ Date: Fri, 20 May 2011 15:43:01 +0530 Message-ID: <002a01cc16d6$80507270$80f15750$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcwWlG1AsYgQSkKTQZ2KpP4JRGjX7wAFWciw Content-Language: en-in 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.Zhao@fil.com] Sent: 20 May 2011 07:50 To: solr-user@lucene.apache.org Subject: How can I query mutlitcore with solrJ Dear team. I installed to cores on my tomcat , http://localhost:8983/solr/fund_dih/admin/ http://localhost:8983/solr/fund_tika/admin/ How can I send one query request via Solrj to these URL? Thanks and Regards Zane